/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-top:28px;}
        #cboxTitle{position:absolute; top:2px; left:0; text-align:center; width:100%; overflow: hidden; height: 28px;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top:0; right:0; background:url(https://www.water-for-health.co.uk/js/optimiseweb/custom/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.water-for-health.co.uk/js/optimiseweb/custom/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.water-for-health.co.uk/js/optimiseweb/custom/slick/fonts/slick.eot');
    src: url('https://www.water-for-health.co.uk/js/optimiseweb/custom/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.water-for-health.co.uk/js/optimiseweb/custom/slick/fonts/slick.woff') format('woff'), url('https://www.water-for-health.co.uk/js/optimiseweb/custom/slick/fonts/slick.ttf') format('truetype'), url('https://www.water-for-health.co.uk/js/optimiseweb/custom/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 14px;
	background: #f8f8f8;
	color: #000;
	-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    width: calc(100% - 54px);
	}

.sidr-open .wrapper{ left: calc(100% - 54px);  position: relative;}

.sidr .sidr-inner {
	padding: 0 0 15px
}

.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}

.sidr.right {
	left: auto;
	right: -260px
}

.sidr.left {
	left: -260px;
	right: auto
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #333;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
	background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
	background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
	background-image: -o-linear-gradient(#ffffff, #dfdfdf);
	background-image: linear-gradient(#ffffff, #dfdfdf);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}

.sidr p a {
	color: rgba(51, 51, 51, 0.9)
}

.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff
}

.sidr ul li {
	display: block;
	margin: 0;
	border-bottom:1px solid #d1d1d1;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top: none;
	line-height: 49px
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
	-moz-box-shadow: inset 0 0 15px 3px #ebebeb;
	box-shadow: inset 0 0 15px 3px #ebebeb
}

.sidr ul li a,
.sidr ul li span {
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}

.sidr ul li ul {
	border-bottom: none;
	margin: 0
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px
}

.sidr ul li ul li:last-child {
	border-bottom: none
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px
}

.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
	-moz-box-shadow: inset 0 0 15px 3px #ebebeb;
	box-shadow: inset 0 0 15px 3px #ebebeb
}

.sidr ul li ul li a,
.sidr ul li ul li span {
	color: rgba(51, 51, 51, 0.8);
	padding-left: 30px
}

.sidr form {
	margin: 0 15px
}

.sidr label {
	font-size: 13px
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(51, 51, 51, 0.6);
	display: block;
	clear: both
}

.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}

.sidr input[type=button],
.sidr input[type=submit] {
	color: #f8f8f8;
	background: #333
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(51, 51, 51, 0.9)
}

.sidr-class-nav {}
.sidr-class-nav .sidr-class-close-button-menu { padding: 15px; display: inline-block; width: 100%; text-align: right;}
.sidr-class-nav .sidr-class-close-button-menu:after { content: "\f81a"; font-family: 'waterforhealth-icon'; font-size: 34px; color: #000; margin: 0px 5px 0px 5px;}

.feefo_logo { 
    padding-bottom: 10px;
    padding-top: 1px;
}

#flint_feefo_product #flint_feefo_logo {
    padding-bottom: 2px;
    padding-top: 2px;
}

.enhancedprivacy-account-index .my-account .actions-toolbar #delete button {
    background: #f95c4b;
}

#enhanced-privacy-popup{
    background-color: #ffffff;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
    text-align: center;
    bottom: 0;
    /*border-top: 2px solid #000;*/
    box-shadow: 0px -10px 20px 0px #2e3192;
}

.flurrybox-form{
    padding-top: 25px;
}

@font-face {
font-family: 'waterforhealth-icon';
src:  url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/fonts/waterforhealth-icon.eot?kwtlim');
src:  url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/fonts/waterforhealth-icon.eot?kwtlim#iefix') format('embedded-opentype'),
url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/fonts/waterforhealth-icon.ttf?kwtlim') format('truetype'),
url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/fonts/waterforhealth-icon.woff?kwtlim') format('woff'),
url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/fonts/waterforhealth-icon.svg?kwtlim#waterforhealth-icon') format('svg');
font-weight: normal;
font-style: normal;
}

/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  background-color: #ffffff;
}
a {
  color: #2e3192;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1c1d58;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}

.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0px;
}


.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}


.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {

  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1170px) {

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;

  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }

  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }

  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 24px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 24px;
  }
  .navbar-fixed-bottom {
    margin-top: 24px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 12px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #ffffff;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #2e3192;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 12px 15px;
    margin: 12px 0;
    border-top: 1px solid #2e3192;
    border-bottom: 1px solid #2e3192;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;

  font-weight: normal;
  line-height: 24px;
  color: #555555;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 48px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #c3c2c2;
  }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
pre {
  padding: 0 3px 2px;

  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 24px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
input,
button,
select,
textarea {

}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 24px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}

textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 32px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 24px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}

.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #262626;
}
.help-block {
  display: block;
  margin-bottom: 12px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #eeeeee;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #eeeeee;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #eeeeee;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
/*  text-decoration: none;
  color: #ffffff;
  background-color: #2c2e8a;
  background-image: -moz-linear-gradient(top, #2e3192, #282a7f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e3192), to(#282a7f));
  background-image: -webkit-linear-gradient(top, #2e3192, #282a7f);
  background-image: -o-linear-gradient(top, #2e3192, #282a7f);
  background-image: linear-gradient(to bottom, #2e3192, #282a7f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3192', endColorstr='#ff282a7f', GradientType=0);*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2c2e8a;
  background-image: -moz-linear-gradient(top, #2e3192, #282a7f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e3192), to(#282a7f));
  background-image: -webkit-linear-gradient(top, #2e3192, #282a7f);
  background-image: -o-linear-gradient(top, #2e3192, #282a7f);
  background-image: linear-gradient(to bottom, #2e3192, #282a7f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3192', endColorstr='#ff282a7f', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:first-child {
  *margin-left: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 4px 12px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}



.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #2e3192;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1c1d58;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #8fd8fa;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #2e3192;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}


.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #2e3192;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #2e3192;
  border-bottom-color: #2e3192;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #1c1d58;
  border-bottom-color: #1c1d58;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 24px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2e3192;
  background-image: -moz-linear-gradient(top, #2e3192, #2e3192);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e3192), to(#2e3192));
  background-image: -webkit-linear-gradient(top, #2e3192, #2e3192);
  background-image: -o-linear-gradient(top, #2e3192, #2e3192);
  background-image: linear-gradient(to bottom, #2e3192, #2e3192);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3192', endColorstr='#ff2e3192', GradientType=0);
  border: 1px solid #3336a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 8px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 0 1px 0 #2e3192;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #ffffff;
}
.navbar-link {
  color: #ffffff;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #ffffff;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #2e3192;
  border-right: 1px solid #2e3192;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;

  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 724px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 8px 15px 8px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #2e3192;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #3336a2;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #383bb1;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #282a7f;
  background-image: -moz-linear-gradient(top, #282a7f, #282a7f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282a7f), to(#282a7f));
  background-image: -webkit-linear-gradient(top, #282a7f, #282a7f);
  background-image: -o-linear-gradient(top, #282a7f, #282a7f);
  background-image: linear-gradient(to bottom, #282a7f, #282a7f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282a7f', endColorstr='#ff282a7f', GradientType=0);
  border-color: #282a7f #282a7f #161744;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #282a7f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #282a7f;
  *background-color: #22246b;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #1c1d58 \9;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #282a7f;
  *background-color: #22246b;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #1c1d58 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #383bb1;
  color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 24px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 24px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 24px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 4px 12px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 24px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 24px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #2e3192;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.carousel {
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 24px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 36px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

s/*-----------------------------------------------------------------------------------------------------------
@Theme version: 1.1.4;
@Date: 10-Jun-2017;
@Time: 15:30;
-------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
   Theme
-------------------------------------------------------------------------------------------------------------*/
/*
    -------------------------------
    For all sites
    -------------------------------
    font-family: 'NunitoRegular', Arial, sans-serif;
*/
/*-----------------------------------------------------------------------------------------------------------
   Fonts
-------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
   Elements
-------------------------------------------------------------------------------------------------------------*/
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 32px;
    box-sizing: border-box;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/opc-ajax-loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bxslider-image {
    margin-left: -25px;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 5px;
    background: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 5px;
    background: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
   Typography
-------------------------------------------------------------------------------------------------------------*/
h1,
h2,
h3 {
    line-height: 28px;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.714em;
}
h3 {
    font-size: 1.50em;
}
h4 {
    font-size: 1.286em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 1em;
}
h1 small {
    font-size: 14px;
}
h2 small {
    font-size: 14px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 14px;
}

p {
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
   Global Notices Bar - Super Header
-------------------------------------------------------------------------------------------------------------*/
.noscript,
.global-site-notice {
    background: #fcf8e3;
    color: #c09853;
    text-align: center;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #fbeed5;
}
.noscript a,
.global-site-notice a,
.demo-notice a:hover,
.noscript a:hover,
.global-site-notice a:hover {
    color: #000000;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------------
   Magento Global Messages
-------------------------------------------------------------------------------------------------------------*/
.success {
    color: #468847;
    font-weight: bold;
}
.error {
    color: #b94a48;
    font-weight: bold;
}
.notice {
    color: #3a87ad;
}
.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    overflow: hidden;
}
.messages li {
    margin: 0 0 10px;
}
.messages li li {
    margin: 0 0 3px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    min-height: 24px !important;
    padding: 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}
.success-msg {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #468847;
}
.error-msg {
    border-color: #eed3d7;
    background-color: #f2dede;
    color: #b94a48;
}
.note-msg,
.notice-msg {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #3a87ad;
}
/* Common
-------------------------------------------------------------- */
p:last-child {
    margin-bottom: 0;
}
.std,
.product-shop .description {

}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media only screen and (max-width: 480px) {
    .alignnone,
    .aligncenter,
    div.aligncenter
    .alignright,
    .alignleft,
    a img.alignright,
    a img.alignnone,
    a img.alignleft,
    a img.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .embed-video {
        width: 100%
    }
}
/* = Slick
-------------------------------------------------------------- */
.slick-next {
    right: -15px;
}
.slick-prev {
    left: -15px;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 10px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1; 
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #7A7A7A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.std:after {
  content: "";
  display: table;
  clear: both;
}
/*-----------------------------------------------------------------------------------------------------------
  Validation-advice   
-------------------------------------------------------------------------------------------------------------*/
.validation-advice,
.input-box .validation-advice {
    color: #9d261d;
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
   Text Specials
-------------------------------------------------------------------------------------------------------------*/
.qty {
    text-align: center;
    width: 24px;
}
.input-text-short {
    width: 102px;
}

/*-----------------------------------------------------------------------------------------------------------
   Form list
-------------------------------------------------------------------------------------------------------------*/
form {
    margin: 0;
}
.form-list {
    margin: 0;
    list-style: none!important;
}
.form-list li {
    list-style: none!important;
    clear: both;
}
.form-list label {
    color: #111;

    font-weight: normal;
    position: relative;
    z-index: 0;
    width: 180px;
}
.form-list label.required em {
    float: right;
    color: #999999;
}
.form-list .input-box {
    display: block;
    clear: both;
}
.form-list .field {
    float: left;
    margin-right: 20px;
}
.form-list textarea {
    width: 254px;
    height: 10em;
}
.form-list .control label,
.form-list .wide label {
    width: 180px;
}
.form-list .control label {
    font-weight: normal;
    float: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox {
    margin: 0 6px;
    float: left;
}
.form-list .control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list li.wide input.input-text,
.form-list li.wide textarea,
.form-list li.wide select {
    width: 448px;
}
/*-----------------------------------------------------------------------------------------------------------
   Form-inline
-------------------------------------------------------------------------------------------------------------*/
.form-inline ul,
.form-inline li {
    list-style: none!important;
    margin: 0;
    padding: 0;
}
.form-inline .form-list label {
    float: left;
    text-align: right;
    padding-right: 20px;
    position: relative;
    width: 160px;
}
.form-inline .form-list .input-box {
    float: left;
    clear: none;
    width: 230px;
    margin-bottom: 10px;
}
.form-inline .form-list textarea {
    width: 206px;
}
.form-inline .form-list .field {
    float: none;
    margin: 0 0 10px 0;
}
.form-inline .buttons-set {
    margin-left: 180px;
}
/*-----------------------------------------------------------------------------------------------------------
   Page
-------------------------------------------------------------------------------------------------------------*/
body {}

.col2-set .col-1 {
    float: left;
    margin-right: 20px;
    width: 48%;
}
.col2-set .col-2 {
    float: left;
    width: 48%;
}
/*-----------------------------------------------------------------------------------------------------------
   Images
-------------------------------------------------------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/*-----------------------------------------------------------------------------------------------------------
   Product Page
-------------------------------------------------------------------------------------------------------------*/

.add-to-links {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.add-to-links li {
    margin-right: 20px;
    float: left;
}
.add-to-links .separator {
    display: none;
}
.add-to-links a {
    text-transform: uppercase;
    font-size: .75em;
    float: left;
    color: #555555;
}
.add-to-links [class^="icon-"],
.add-to-links [class*=" icon-"] {
    float: left;
    margin-right: 2px;
}
/*-----------------------------------------------------------------------------------------------------------
   Text Description
-------------------------------------------------------------------------------------------------------------*/
.std h2,
.description h2,
.more-information h2,
.postWrapper h2,
.std h3,
.description h3,
.more-information h3,
.postWrapper h3,
.std h4,
.description h4,
.more-information h4,
.postWrapper h4,
.std h5,
.description h5,
.more-information h5,
.postWrapper h5,
.std h6,
.description h6,
.more-information h6,
.postWrapper h6 {
    margin: 0 0 10px 0;
    color: #2e7ea1;
}
.std blockquote,
.description blockquote,
.more-information blockquote,
.postWrapper blockquote,
.std blockquote p,
.description blockquote p,
.more-information blockquote p,
.postWrapper blockquote p {
    font-style: italic;
    font-size: 1em;
}
.std .first-column,
.description .first-column,
.more-information .first-column,
.postWrapper .first-column,
.std .second-column,
.description .second-column,
.more-information .second-column,
.postWrapper .second-column {
    float: left;
    width: 340px;
}
.std .first-column,
.description .first-column,
.more-information .first-column,
.postWrapper .first-column {
    margin-right: 20px;
}
.std .more-information-title,
.description .more-information-title,
.more-information .more-information-title,
.postWrapper .more-information-title {
    font-size: 1.714em;
    padding-bottom: 5px;
    color: #555555;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 10px 18px 5px 18px;
    line-height: normal;
    vertical-align: middle;
}
.std .align-none,
.description .align-none,
.more-information .align-none,
.postWrapper .align-none {
    margin: 5px 20px 20px 0;
}
.std .align-center,
.description .align-center,
.more-information .align-center,
.postWrapper .align-center,
.std div.align-center,
.description div.align-center,
.more-information div.align-center,
.postWrapper div.align-center {
    display: block;
    margin: 5px auto 5px auto;
}
.std .align-right,
.description .align-right,
.more-information .align-right,
.postWrapper .align-right {
    float: right;
    margin: 5px 0 20px 20px;
}
.std .align-left,
.description .align-left,
.more-information .align-left,
.postWrapper .align-left {
    float: left;
    margin: 5px 20px 20px 0;
}
.std .align-center,
.description .align-center,
.more-information .align-center,
.postWrapper .align-center {
    display: block;
    margin: 5px auto 5px auto;
}
.std a img.align-right,
.description a img.align-right,
.more-information a img.align-right,
.postWrapper a img.align-right {
    float: right;
    margin: 5px 0 20px 20px;
}
.std a img.align-none,
.description a img.align-none,
.more-information a img.align-none,
.postWrapper a img.align-none {
    margin: 5px 20px 20px 0;
}
.std a img.align-left,
.description a img.align-left,
.more-information a img.align-left,
.postWrapper a img.align-left {
    float: left;
    margin: 5px 20px 20px 0;
}
.std a img.align-center,
.description a img.align-center,
.more-information a img.align-center,
.postWrapper a img.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.product-shop .description h1 {
    display: block;
    font-size: 1.714em !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    border-bottom: none !important;
    line-height: 28px;
}
/*-----------------------------------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------------------------------------*/
.header-navigation-fixed {
        z-index: 10000;
}
.header .super-top-links a:hover,
.header .super-top-links a:active,
.header .super-top-links a:focus {
    text-decoration: none;
}
.header-currency-box {
    border-color: #c0e9fc;
}
.sidebar .header-currency-box {
    display: none;
}
@media (min-width: 768px) {

    .header-currency-box .dropdown-menu {
        top: 26px !important;
        left: 72px;
    }    
}

.header-currency-box select {
    width: auto;
    border: 1px solid #c0e9fc;
    background-color: #ffffff;
    color: #2e3192;
    height: 29px;
    line-height: 1.618;
    border-top: none;
    margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------------------------------
  Left Nav
-------------------------------------------------------------------------------------------------------------*/
.cms-home h1 {
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
  Left Nav
-------------------------------------------------------------------------------------------------------------*/
.block-account ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*-----------------------------------------------------------------------------------------------------------
   Customer Account Login Page
-------------------------------------------------------------------------------------------------------------*/
.account-create p,
.account-login p {
    margin-bottom: 20px;
}
.my-account-title {
    position: absolute;
    left: -1000000em;
}
.block-reorder {
    display: none;
}
.new-customer {
    margin-top: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
   Customer My Account 
-------------------------------------------------------------------------------------------------------------*/
.dashboard h4 {
    border-bottom: solid 1px #999999;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: bold;
}
.my-account address {
    margin-bottom: 0;
}
.my-account h2 {
    border-bottom: solid 1px #999999;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: bold;
}
.my-account ol {
    margin: 0;
    list-style: none;
}
.my-account .addresses-primary h3,
.my-account .addresses-additional h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.box-recent .box-head h2 {
    display: none;
}
.box-recent .box-head a {
    float: right;
}
.addresses-list {
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
   Products Grid
-------------------------------------------------------------------------------------------------------------*/
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
    margin-bottom: 12px;
}
.price-box .old-price {
    color: #999999;
    text-decoration: line-through;
}
.price-box .old-price .price {
    color: #999999;
}
.price-box .price-excluding-tax .price,
.price-box .price-including-tax .price,
.price-box .regular-price .price,
.price-box .minimal-price .price-label,
.price-box .minimal-price .price,
.price-box .special-price .price-label,
.price-box .special-price .price .special-price {
    color: #2e3192;

}
.price-box .price-excluding-tax .price,
.price-box .price-including-tax .price,
.price-box .regular-price .price,
.price-box .minimal-price .price,
.price-box .special-price .price .special-price {
    font-size: 1em;

}
.products-grid {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #eeeeee;
}
.products-grid li.item {
    vertical-align: top;
}
.products-grid .product-image {
    float: left;
    margin-right: 5px;
    display: block;
}
.products-grid .product-image img {
    display: block;
}
.products-grid .product-name {
    padding-bottom: 5px;
}
.products-grid .price-box {
    padding-bottom: 5px;
}
.products-grid .price-box p {
    margin-bottom: 0;
}
.products-grid .actions {
    display: none;
}
.products-grid .ratings .rating-box {
    margin: 0 auto;
}
.products-grid .ratings .rating-box .rating {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.products-grid .reviews a {
    display: none;
}
/*-----------------------------------------------------------------------------------------------------------
   Pager Toolbar
-------------------------------------------------------------------------------------------------------------*/

.sort-by label {
    display: inline;
    margin: 0;
    font-size: 1em;
}
.sort-by select {
    width: 150px;
    margin: 0;
    font-size: 1em;
}

.previous-next .pager {
    margin: 0;
}
.previous-next .pager li a,
.previous-next .pager li span {
    padding: 0;
    border: none;
    background: none;
}
.previous-next .pager li a:hover,
.previous-next .pager li span:hover {
    border: none;
    background: none;
}
/*-----------------------------------------------------------------------------------------------------------
   Product Shop
-------------------------------------------------------------------------------------------------------------*/
.product-shop h1,
.product-shop h2.h1-page-title {
    font-size: 2em;
    color: #555555;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}
.product-shop .grouped-items-table,
.product-shop .price-box p {
    margin: 0;
}
.product-shop .grouped-items-table td {
    vertical-align: top;
    padding: 20px 12px;
}
.product-shop .grouped-items-table .qty,
.product-shop .grouped-items-table .btn-cart {
    margin: -4px 0 0 0;
}
.product-shop .grouped-items-table .available {
    color: #2e3192;
}
.product-shop .grouped-items-table .available img {
    margin-right: 4px;
}
.product-shop .grouped-items-table .product {
    width: 40%;
}
.product-shop .sku {
    color: #555555;
    margin-bottom: 20px;
}
.product-shop .lead-time {
    color: #555555;
    margin-bottom: 20px;
}
.product-shop .in-stock {
    float: left;
    white-space: nowrap;
}
.product-shop .out-of-stock {
    color: #9d261d;
    font-weight: bold;
}
.product-shop .old-price .price-label,
.product-shop .old-price .price {
    font-size: 1em;
}
.product-shop .price-excluding-tax .price,
.product-shop .price-including-tax .price,
.product-shop .regular-price .price,
.product-shop .special-price .price-label,
.product-shop .special-price .price {
    font-family: 'NunitoBold', 'Arial Bold', sans-serif;
    color: #2e3192;
    margin-bottom: 20px;
}
.product-shop .add-to-box {
    position: absolute;
    left: -1000000em;
}
.product-shop .add-to-cart {
    padding: 8px 12px;
    margin-bottom: 20px;
    float: left;
}
.product-shop .add-to-cart label {
    float: left;
    margin: 8px 20px 0 0;
}
.product-shop .add-to-cart input {
    float: left;
    margin: 2px 20px 0 0;
}
.product-shop .add-to-cart .btn-cart {
    float: left;
}
.product-shop .availability,
.product-shop .anchors {
    margin-bottom: 20px;
}
.product-shop .product-image-thumbnail {
    margin-right: 10px;
    float: left;
}
/*-----------------------------------------------------------------------------------------------------------
   Product Configurable Option
-------------------------------------------------------------------------------------------------------------*/
.product-options {
    border-top: 1px dashed #eeeeee;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 20px;
}
.product-options dt label {
    font-weight: bold;
}
.product-options dd {
    margin: 0;
}
.product-options .options-list input.radio {
    float: left;
    margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}
.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
   Product Rating TODO
-------------------------------------------------------------------------------------------------------------*/
.no-rating {
    margin: 0;
}
.no-rating a {
    color: #555555;
    font-size: .75em;
}
#product-review-table th {
    color: #000000;
}
.ratings {
    line-height: 1.25;
    margin: 10px 0 20px 0;
}
.ratings strong {
    float: left;
}
.ratings .rating-links {
    margin: 0;
    font-size: .75em;
}
.ratings a {
    color: #555555;
    margin-right: 10px;
}
.ratings .rating-box {
    float: left;
    margin-right: 10px;
}
.write-review .data-table th {
    background: #ffffff;
}
.write-review .data-table th,
.write-review .data-table td {
    border: 0;
}
.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/bkg_rating.png") 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 13px;
    background: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/bkg_rating.png") 0 100% repeat-x;
}
.rating-box .ratings-table th {
    background: #ffffff;
}
.rating-box .ratings-table th,
.rating-box .ratings-table td {
    line-height: 1.15;
}
.box-reviews h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.25em;
    line-height: 24px;
    border-bottom: 1px solid #999999;
}
.box-reviews dd {
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
}
.box-reviews .stars th {
    text-align: center;
}
.box-reviews .posted {
    font-size: 1em;
    color: #555555;
    font-style: italic;
}
.box-reviews .date {
    font-size: 1em;
    color: #555555;
    font-weight: normal;
}
.box-reviews th {
    text-align: left;
}
.box-reviews .form-add h3 span {
    color: #000000;
}
.box-reviews .write-review {
    display: none;
}
/***********************************************************************
/* =WordPress Core
***********************************************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */

    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    line-height: 1.2;
    margin: 0;
    padding: 0 4px 5px;
}
/*------------------------------------------------------------------------------------------------------------
! Fishpig WordPress
-------------------------------------------------------------------------------------------------------------*/
.is-blog .block-blog {
    margin-bottom: 20px;    
}
.is-blog .block .block-title strong span {
   /* margin: 0;
    padding: 6px 0 6px 12px;
    background: #f5f5f5;
    border-radius: 0;
    display: block;*/
}
.is-blog .wp-sidebar .block .block-title {
    border-top: none;
    background: none;
    padding: 0;
    border: 1px solid #ddd;
    font-weight: 600;
}
.is-blog .nav-tabs.nav-stacked > li:first-child > a {
    border-radius: 0;
}
.is-blog .post-entry,
.is-blog .details {
    margin-bottom: 0px;
}
.is-blog .breadcrumbs {
    display: none;
}
.is-blog .comment-posted {
    margin-right: 20px;
}
.is-blog .comment-guest {
    background: #f5f5f5;
}
.is-blog .pager {
    line-height: 2px;
    padding: 0;
}
.is-blog .when,
.is-blog .pager .amount,
.is-blog .pager .amount a,
.is-blog .when a,
.is-blog .post-meta,
.is-blog .post-meta a,
.is-blog .post-date,
.is-blog .post-date a,
.is-blog .comment-meta,
.is-blog .comment-meta a {
    font-size: 1em;
    color: #999999;
    font-style: normal;
}
.is-blog .comments-wrapper {
    clear: both;
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
}
.is-blog .comment-list {
    margin: 0;
}
.is-blog .post-list li,
.is-blog .comment-list li,
.is-blog .comments-wrapper li {
    list-style: none;
}
.is-blog .gravatar {
    display: none;
}
.is-blog .comment-list li {
    margin-bottom: 12px;
}
.is-blog .comment-entry {
    margin: 0 0 12px 0;
}
.is-blog .col-main .comment,
.is-blog .col-main .item {
    padding-top: 12px;
}
.is-blog .fieldset {
    margin-bottom: 20px;
}
.is-blog .block .block-content li.item {
    padding: 0;
}
.is-blog .block li.even {
    background: none;
}
.is-blog .form-list input.input-text,
.is-blog .form-list li.wide input.input-text,
.is-blog .form-list li.wide textarea,
.is-blog li.wide textarea {
    width: 275px;
}
.is-blog .post-skips {
    display: block;
    margin-top: 10px !important;
    width: 100%;
}
.is-blog .post-skips .post-skip-next {
    float: right;
}

.is-blog .post-title {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0 !important;
}
.is-blog h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 0;
}
.wordpress-post-view h1 {
    margin-bottom: 0;
}
.is-blog .post-list h2,
.is-blog .post-view h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.is-blog .post-list h3,
.is-blog .post-list h4,
.is-blog .post-list h5,
.is-blog .post-list h6,
.is-blog .post-view h3,
.is-blog .post-view h4,
.is-blog .post-view h5,
.is-blog .post-view h6 {
    font-size: 1.2em;
}
.is-blog .post-list hr .post-view hr {
    border-color: #eeeeee;
    margin: 12px 0;
}
@media (min-width: 767px) and (max-width: 1199px) {
    .is-blog .post-entry-with-image .alignright {
        width: 50%;
    }
}

.is-blog .post-list ol ol,
.is-blog .post-list ul ul,
.is-blog .post-view ol,
.is-blog .post-view ul {
    margin: 18px 36px;
}
.is-blog .post-list ul ul li,
.is-blog .post-view ul li {
    float: none;
    list-style: square;
}
.is-blog .post-list ol ol li,
.is-blog .post-view ol li {
    float: none;
    list-style: decimal;
}
.is-blog .post-list blockquote,
.is-blog .post-view blockquote {
    font-style: italic;
    padding: 20px;
    margin: 20px 0;
    border: 1px dashed #eeeeee;
    border-radius: 4px;
}
.is-blog .featured-image img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.is-blog .post-list blockquote p:last-child,
.is-blog .post-view blockquote p:last-child {
    margin-bottom: 0;
}
.is-blog .post-list table,
.is-blog .post-view table {
    width: 100%;
    border-top: 1px solid #eeeeee;
    margin: 0 0 20px 0;
}
.is-blog .post-list th,
.is-blog .post-view th {
    padding: 6px 12px;
    border-bottom: 1px solid #eeeeee;
    white-space: nowrap;
}
.is-blog .post-list td,
.is-blog .post-view td {
    padding: 6px 12px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
}
.is-blog .post-list thead,
.is-blog .post-view thead {
    background-color: #eeeeee;
}
.is-blog .block-blog .block-title strong {
    background-image: none;
    background-repeat: no-repeat;
    padding-left: 0;
    text-align: left;
}
.is-blog .block-blog-search .block-title {
    display: none;
}
.is-blog .block .blog-search {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 12px;
}
.is-blog .block input#blog-search {
    margin: 8px 0;
    width: 92%;
}
.is-blog .post-meta {
    margin-bottom: 8px;
}
.is-blog .post-view .post-date,
.is-blog .post-meta-bottom {
    background: #eee;
    padding: 10px 15px;
}
.is-blog .post-meta-bottom .social-box {
    padding-top: 4px;
}
.is-blog .post-meta-bottom .social-box .at-share-btn {
    margin-right: 10px;
}
.is-blog .nav-tabs > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}
.is-blog .previous-next .pager a {
    color: #444;
    font-size: 1.2em;
    padding: 5px 15px;
    line-height: 0;
    background-color: #F7F7F7;
    border: 1px solid #ddd;
    border-radius: 0;
}
.is-blog .previous-next .pager a:hover,
.is-blog .previous-next .pager a:focus {
    text-decoration: none;
    padding: 5px 15px;
    line-height: 0;
    background-color: #eee;
    border: 1px solid #ddd;
}
.is-blog .icon-chevron-left, 
.is-blog .icon-chevron-right {
    margin-top: 0;
    opacity: 1;   
}
.is-blog li.page-next {
     margin-left: 15px;
}
.is-blog .featured-image {
    border: none;
    margin: 0 0 15px;
    padding: 0;
}
.is-blog .post-list-item .post-meta {
    display: none;
}
.is-blog .block-content {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}
.is-blog .block .block-content li.item {
    padding: 5px 15px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.is-blog .block-content ul {
    margin: 0;
    padding: 0;
}
.is-blog .blog-search .input-text {
    margin-bottom: 4px;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
}
.is-blog .post-view .post-meta {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .is-blog .previous-next .pager {
        float: right;
    }
    .is-blog .previous-next .pager {
        margin-top: 10px;
    }
    .meta-details-box {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .is-blog .block-blog-search,
    .is-blog .block-blog-categories .block-content {
        display: none;
    }
    .is-blog .wp-sidebar .block .block-title {
        cursor: pointer;
    }
     
    .feefowidget-sticky-widget-closed {
        display: none !important;
    } 
}

@media (min-width: 768px) {
    feefowidget-container-floating-service .feefowidget-colour-scheme-grey .feefowidget-sticky-widget-closed.feefowidget-desktop.feefowidget-display-format-large, feefowidget-container-floating-service .feefowidget-colour-scheme-white .feefowidget-sticky-widget-closed.feefowidget-desktop.feefowidget-display-format-large, feefowidget-container-floating-service .feefowidget-colour-scheme-yellow .feefowidget-sticky-widget-closed.feefowidget-desktop.feefowidget-display-format-large {
        display: block !important;
    }
}
/*-----------------------------------------------------------------------------------------------------------
   Checkout
-------------------------------------------------------------------------------------------------------------*/
.shipping-unavaliable-message {
    padding: 0 15px 20px 15px;
}
.shipping-unavaliable-message a {
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------------
   Magento Tools
-------------------------------------------------------------------------------------------------------------*/
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.nobr {
    white-space: nowrap !important;
}
.wrap {
    white-space: normal !important;
}
.a-left {
    text-align: left !important;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.f-left,
.left {
    float: left !important;
}
.f-right,
.right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.f-fix {
    float: left;
    width: 100%;
}
.no-display {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: none !important;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}

.nowrap {
    white-space: nowrap;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.text-justify {
    text-align: justify;
}
.view-port:after {
    content: "980px Standard Size";
    text-align: center;
    background: #0D6C8B;
    color: #81D0EB;
    display: none;
}
/*-----------------------------------------------------------------------------------------------------------
   7 Guarantee
-------------------------------------------------------------------------------------------------------------*/
#cboxTitle {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: capitalize;
}
.checkout-guarantee-text {
    background: #eeeeee;
    padding: 8px;
    margin: 20px 2px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------
   Product Image Media & Gallery

/*-----------------------------------------------------------------------------------------------------------
   NEW HEADER
-------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .super-top-links {
        margin-bottom: 20px;
    }

    .header .mobile-bar {
        position: absolute;
        top: 45px;
        right: 20px;
        z-index: 10;
    }



    .header .desktop-search-box .search-container {
        width: 100%;
        position: relative;
    }

    .column-search {
        float: left;
        box-sizing: border-box;
        text-align: center;
        width: 21.3333%;
    }

}
@media screen and (min-width: 1024px) {
    .super-top-links {
        margin-bottom: 20px;
    }
    .super-top-links .search-box-link {
        display: none;
    }
    .super-top-links .menu {

    }
    .super-top-links .cart-box {

    } 
}
@media screen and (min-width: 1170px) {
    .super-top-links {
        margin-bottom: 20px;
    }
    .desktop-search-box {
        width: 70%;
    }

}
@media (max-width: 979px) and (min-width: 768px) {
    .header .logo img {
        width: 320px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 767px) { 
    .super-top-links .search-box-link {
        display: block;
    }
    .super-top-links .menu {
        border-right: none;
    }
    .header,
    .header-navigation-fixed {
        z-index: 10000 !important;
    }
}
@media screen and (max-width: 480px) { 
    .column-logo {
        width: 100%;
    }
    .column-cta {display: none;}
}
/*-----------------------------------------------------------------------------------------------------------
   ClearFix
-------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
   ClearFix
-------------------------------------------------------------------------------------------------------------*/
.add-to-links,
.add-to-box,
.box-content,
.block-cart,
.col2-set,
.cart .continue-update-sets,
.cart .cart-bottom-ctas,
.cart-table .item-options,
.checkoutcontainer,
.checkoutcontainer .choose,
.checkoutcontainer .input-different-shipping,
.checkoutcontainer #billing_address_list .control,
.checkoutcontainer #shipping_address_list .control,
.form-inline ul,
.form-list ul,
.form-list .fields,
.form-list .control,
.form-list .wide,
.nav-container,
.super-top-links,
.product-shop .anchors,
.product-img-box,
.product-collateral,
.product-essential,
.product-shop .add-to-box,
.description,
.more-information,
.cart .continue-update-sets,
.cart .cart-bottom-ctas,
.cart-table .item-options,
.checkoutcontainer,
.new-user,
.registered-user,
.box-content,
.page-title,
.block-cart .amount-link,
.block-cart .empty,
.shipping-totals-sets {
    *zoom: 1;
}
.add-to-links:before,
.add-to-box:before,
.box-content:before,
.block-cart:before,
.col2-set:before,
.cart .continue-update-sets:before,
.cart .cart-bottom-ctas:before,
.cart-table .item-options:before,
.checkoutcontainer:before,
.checkoutcontainer .choose:before,
.checkoutcontainer .input-different-shipping:before,
.checkoutcontainer #billing_address_list .control:before,
.checkoutcontainer #shipping_address_list .control:before,
.form-inline ul:before,
.form-list ul:before,
.form-list .fields:before,
.form-list .control:before,
.form-list .wide:before,
.nav-container:before,
.super-top-links:before,
.product-shop .anchors:before,
.product-img-box:before,
.product-collateral:before,
.product-essential:before,
.product-shop .add-to-box:before,
.description:before,
.more-information:before,
.cart .continue-update-sets:before,
.cart .cart-bottom-ctas:before,
.cart-table .item-options:before,
.checkoutcontainer:before,
.new-user:before,
.registered-user:before,
.box-content:before,
.page-title:before,
.block-cart .amount-link:before,
.block-cart .empty:before,
.shipping-totals-sets:before,
.add-to-links:after,
.add-to-box:after,
.box-content:after,
.block-cart:after,
.col2-set:after,
.cart .continue-update-sets:after,
.cart .cart-bottom-ctas:after,
.cart-table .item-options:after,
.checkoutcontainer:after,
.checkoutcontainer .choose:after,
.checkoutcontainer .input-different-shipping:after,
.checkoutcontainer #billing_address_list .control:after,
.checkoutcontainer #shipping_address_list .control:after,
.form-inline ul:after,
.form-list ul:after,
.form-list .fields:after,
.form-list .control:after,
.form-list .wide:after,
.nav-container:after,
.super-top-links:after,
.product-shop .anchors:after,
.product-img-box:after,
.product-collateral:after,
.product-essential:after,
.product-shop .add-to-box:after,
.description:after,
.more-information:after,
.cart .continue-update-sets:after,
.cart .cart-bottom-ctas:after,
.cart-table .item-options:after,
.checkoutcontainer:after,
.new-user:after,
.registered-user:after,
.box-content:after,
.page-title:after,
.block-cart .amount-link:after,
.block-cart .empty:after,
.shipping-totals-sets:after {
    display: table;
    content: "";
    line-height: 0;
}
.add-to-links:after,
.add-to-box:after,
.box-content:after,
.block-cart:after,
.col2-set:after,
.cart .continue-update-sets:after,
.cart .cart-bottom-ctas:after,
.cart-table .item-options:after,
.checkoutcontainer:after,
.checkoutcontainer .choose:after,
.checkoutcontainer .input-different-shipping:after,
.checkoutcontainer #billing_address_list .control:after,
.checkoutcontainer #shipping_address_list .control:after,
.form-inline ul:after,
.form-list ul:after,
.form-list .fields:after,
.form-list .control:after,
.form-list .wide:after,
.nav-container:after,
.super-top-links:after,
.product-shop .anchors:after,
.product-img-box:after,
.product-collateral:after,
.product-essential:after,
.product-shop .add-to-box:after,
.description:after,
.more-information:after,
.cart .continue-update-sets:after,
.cart .cart-bottom-ctas:after,
.cart-table .item-options:after,
.checkoutcontainer:after,
.new-user:after,
.registered-user:after,
.box-content:after,
.page-title:after,
.block-cart .amount-link:after,
.block-cart .empty:after,
.shipping-totals-sets:after {
    clear: both;
}

/*-----------------------------------------------------------------------------------------------------------
@Theme version: 1.1.6;
@Date: 22-Aug-2017;
@Time: 13:35;
-------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
Theme
-------------------------------------------------------------------------------------------------------------*/
/*
-------------------------------
Water for Health (W4H)
-------------------------------
Dark Purple: #292c82;
Light Pink: #e8d8fd;
Dark Sky Blue: #2e7ea1;
Blue: #2fa5ce;  // Link colour
Sky Blue: #8dd8f8;
font-family: 'NunitoRegular', Arial, sans-serif;
*/
/*-----------------------------------------------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------------------------------------------*/

/*<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,600i,700" rel="stylesheet"> */


@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Yantramanav:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700')
/*font-family: 'Poppins', sans-serif;
font-family: 'Yantramanav', sans-serif;
font-family: 'Open Sans', sans-serif;

*/






/*-----------------------------------------------------------------------------------------------------------
Buttons Secondary
-------------------------------------------------------------------------------------------------------------*/

.btn-proceed-checkout,
.onestepcheckout-place-order {
padding: 10px 20px;
}
[class^="icon-"],
[class*=" icon-"] {
margin-top: 4px;
}
#coupon_code {
padding: 1px 6px;
}
/*-----------------------------------------------------------------------------------------------------------
Buttons Tertiary
-------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
Buttons Arrows
-------------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------
Buttons Small
-------------------------------------------------------------------------------------------------------------*/
.btn-search {
border: 0;
background: 0;
border-color: transparent;
background: transparent;
}
/*-----------------------------------------------------------------------------------------------------------
Buttons Set
-------------------------------------------------------------------------------------------------------------*/
.buttons-set .back-link {
float: right;
}
.buttons-set .forgot-password,
.buttons-set .required {
color: #555555;
margin-top: 20px;
font-size: 0.95em;
}
/*-----------------------------------------------------------------------------------------------------------
Button Icons
-------------------------------------------------------------------------------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
opacity: 0.4;
filter: alpha(opacity=40);
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-right: 4px;
}
/*-----------------------------------------------------------------------------------------------------------
Back Link
-------------------------------------------------------------------------------------------------------------*/

.back-link a:first-child {
*margin-left: 0;
}
.back-link a small {
display: none;
}
.back-link a:hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.back-link a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.back-link a.active,
.back-link a:active {
background-image: none;
outline: 0;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.back-link a.disabled,
.back-link a[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none;
}
/*-----------------------------------------------------------------------------------------------------------
FieldSet
-------------------------------------------------------------------------------------------------------------*/
a {
color: #2fa5ce;
text-decoration: none;
}
a:focus,
a:active,
a:hover {
color: #2e7ea1;
text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------------
Data Table
-------------------------------------------------------------------------------------------------------------*/
.data-table {
width: 100%;
margin-bottom: 20px;
}

.data-table th {
padding: 4px 12px;
}
.data-table td {
background: #ffffff;
padding: 8px 12px;
}
.data-table td h1,
.data-table td h2,
.data-table td h3,
.data-table td h4,
.data-table td h5,
.data-table td h6 {
font-size: 1em;
color: #484979;
line-height: 24px;
margin: 0;
}
.data-table th a,
.data-table td a {
color: #484979;
}
.data-table caption + thead tr:first-child th,
.data-table caption + tbody tr:first-child th,
.data-table caption + tbody tr:first-child td,
.data-table colgroup + thead tr:first-child th,
.data-table colgroup + tbody tr:first-child th,
.data-table colgroup + tbody tr:first-child td,
.data-table thead:first-child tr:first-child th,
.data-table tbody:first-child tr:first-child th,
.data-table tbody:first-child tr:first-child td {
border-bottom: 0;
}
/*-----------------------------------------------------------------------------------------------------------
Tabs
-------------------------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------------
Text Description
-------------------------------------------------------------------------------------------------------------*/
.std h2,
.description h2,
.more-information h2,
.postWrapper h2,
.std h3,
.description h3,
.more-information h3,
.postWrapper h3,
.std h4,
.description h4,
.more-information h4,
.postWrapper h4,
.std h5,
.description h5,
.more-information h5,
.postWrapper h5,
.std h6,
.description h6,
.more-information h6,
.postWrapper h6,
.product-shop .description h1 {
/*color: #2e7ea1;*/
color: #262b7f;
}
/*-----------------------------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------------------------------*/
.homepage-heading {
position: absolute;
left: -1000000em;
overflow: hidden;
}
.header .my-account {
padding: 2px 10px;
display: block;
}
.header .super-top-links,
.header .super-top-links a,
.header .menu a {
color: #333333;
}
.header .logo {
margin: 16px 0 0 0;
}
.header .menu a:hover,
.header .menu a:active {
color: #2e3192;
}
.header .telephone {
color: #2e3192;
margin-top: 4px;
font-size: 1em;
text-align: center;
}
.header .telephone span {
font-weight: bold;
}
.super-top-links {
text-align: right;
margin: 10px 0px 0px 0px;
padding: 0px;
}
.super-top-links .cart-box {
background: #1b72c5;
border-radius: 5px;
height: 46px;
line-height: 46px;
border-top: 0;
border-right: 0;
float: right;
width: 38px;
position: relative;
}

.super-top-links .my-account-box {
margin: 0px 5px 0px 0px;
border-radius: 0px 5px 5px 0px;
background: #f1f0f0;
height: 46px;
line-height: 41px;
border-top: 0;
border-right: 0;
float: right;
}
.super-top-links .my-account-box:before{     border-left: 1px solid #c9c8c8;
content: "";
height: 20px;
float: left;
vertical-align: middle;
margin: 14px 0;
line-height: 46px;
}

.super-top-links .menu:first-child {
border-right: 1px solid #c0e9fc;
}
.super-top-links form {
margin: 0;
}


.block-cart {
float: right;
color: #000000;
padding: 0px 10px;
}
.block-cart .mini-products-list {
list-style: none;
margin: 0;
padding: 0;
}
.block-cart a:hover {
text-decoration: none;
}
.block-cart .mini-cart-link { padding: 0px 0px; position: relative; border: none;}

/*.block-cart .empty, .block-cart .mini-cart-link .amount .text { }
.block-cart .empty, .block-cart .mini-cart-link .amount .text span {}
*/

.block-cart .mini-cart-link .amount .text {
position: absolute;
height: 20px;
width: 20px;
top: -4px;
background: #38b87d;
border-radius: 20px;
color: #fff;
font-size: 13px;
text-align: center;
right: -14px;
box-shadow: 2px 2px 4px #999999;
}
.block-cart .mini-cart-link .amount .text span {
position: absolute;
top: -12px;
left: 0;
right: 0;
}

.block-cart .empty img,
.block-cart .amount-link img,
.block-cart .empty .text,
.block-cart .amount-link .text {
display: inline-block;
}


.top-banners {
text-align: center;
margin: 0 auto 20px auto;
background: #f6fbfe;
}
.ie7 .block-cart .mini-cart-link {
width: 100px;
}
.ie8 .block-cart .mini-cart-link {
width: 90px;
}
.footer-back-to-top {
display: none;
}
.footer-ctas-container {
background: #fafafa;
padding: 20px;
}

.footer h6 {

margin-top: 0;
}
.footer .footer-container {
padding: 20px;
}
.footer .footer address {
margin-bottom: 0;
}
.footer .section-links .links {
float: left;
margin-right: 20px;
width: 158px;
}
.footer .section-links .links ul {
margin: 0;
}
.footer .section-links .links li {
list-style: none;
margin-bottom: 4px;
}
.footer .section-links .links a {
color: #555555;
}
.footer .latest-news {
padding-left: 20px;
}
.footer .latest-news li {
margin-bottom: 4px;
}
.footer .resources-links {
border-top: 1px solid #dadada;
padding: 8px;
text-align: center;
}
.footer .resources-links ul {
margin: 0;
display: inline-table;
}
.footer .resources-links li {
list-style: none;
display: inline;
text-align: center;
margin-right: 20px;
}
.footer .resources-links a {
color: #555555;
}
.footer .footer-credits {
border-top: 1px solid #dadada;
padding: 20px 0;
color: #333333;
}
.footer .footer-credits > div {
float: left;
}
.footer .footer-credits a {
color: #333333;
}
.footer .footer-credits .copyright {
width: 180px;
}
.footer .footer-credits .social-media {
width: 230px;
text-align: center;
}
.footer .footer-credits .secure-shopping {
width: 598px;
text-align: center;
}
.footer .footer-credits .optimiseweb {
width: 160px;
text-align: right;
}
.footer .social-media-box ul {
margin: 0;
padding: 0;
}
.footer .social-media-box li {
list-style: none;
margin-bottom: 4px;
}
.footer .social-media-box a:hover {
text-decoration: none;
}
.footer .social-media-box li img {
margin-right: 5px;
}
.footer .address p {
margin-bottom: 0;
}
.accordion {
margin-bottom: 24px;

}

.menu-135 {
display: none;
}
.open-group {
border: 1px solid #8dd8f8;
}
.open-group .accordion-heading {
background-color: #ade2fb;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c0e9fc), to(#8fd8fa));
background-image: -webkit-linear-gradient(top, #c0e9fc, #8fd8fa);
background-image: linear-gradient(to bottom, #c0e9fc, #8fd8fa);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc0e9fc', endColorstr='#ff8fd8fa', GradientType=0);
color: #2e7ea1;
}
.open-group .accordion-heading a,
.open-group .accordion-heading a:hover {
color: #2e7ea1;
text-decoration: none;
}
.accordion-heading {
background-color: #2c2e8a;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e3192), to(#282a7f));
background-image: -webkit-linear-gradient(top, #2e3192, #282a7f);
background-image: linear-gradient(to bottom, #2e3192, #282a7f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3192', endColorstr='#ff282a7f', GradientType=0);
border-bottom: 0;
color: #ffffff;
}
.accordion-heading a,
.accordion-heading a:hover {
color: #ffffff;
text-decoration: none;
}
.accordion-heading .accordion-toggle {
display: block;
padding: 8px 20px;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-inner {
padding: 0;
border-top: 1px solid #8dd8f8;
background: #ffffff;

}
.accordion-inner ul {
margin: 0;
}
.accordion-inner li {
list-style: none;
line-height: 22px;
padding: 4px 20px;
}
.accordion-inner a {
color: #999999;
}
.accordion-inner .active {
background-image: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/accordion.png");
background-position: right -138px;
background-repeat: no-repeat;
color: #2e7ea1;
}
.accordion-inner .subcategory-item.active > a {
color: #2e7ea1;

}

.left-ctas .facebook {
width: 219px;
overflow: hidden;
text-align: left;
}

.block-subscribe .block-title {
}
.block-subscribe .block-title strong {
font-weight: normal;
}
/*-----------------------------------------------------------------------------------------------------------
Navigation
-------------------------------------------------------------------------------------------------------------*/
.mobile-nav-container {
display: none;
}

.navigation a[href*='online-shop'] {
}
.navigation a[href*='online-shop']:active,
.navigation a[href*='online-shop']:focus,
.navigation a[href*='online-shop']:hover {

}

.nav-container > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nav-container form {
margin: 0;
}
.tinynav {
display: none;
}

/*-----------------------------------------------------------------------------------------------------------
Breadcrumbs
-------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
background: #e8d8fd;
padding: 4px 20px 0 20px;
font-size: 0.75em;
color: #484979;
list-style: none;
border-radius: 0;
display: none;
}
.breadcrumb ul {
list-style: none;
margin: 0;
}
.breadcrumb ul li {
display: inline;
}
.breadcrumb ul li span {
padding: 0 2px;
}
.breadcrumb > li {
text-shadow: 0 0 0 transparent;
}
.breadcrumb a,
.breadcrumb a:visited {
color: #484979;
}
.breadcrumb a:hover {
color: #353659;
}
.breadcrumb li > .divider {
font-size: 1em;
color: #484979;
}
.breadcrumbs-container {
position: relative;
}
.breadcrumbs-container .social {
position: absolute;
right: 5px;
top: 6px;
display: none;
}
.breadcrumbs-container .social a {
display: inline-table;
float: none!important;
}
/*-----------------------------------------------------------------------------------------------------------
HomeBanner
-------------------------------------------------------------------------------------------------------------*/
.bxslider {
margin-left: 0;
}
.home-banner li {
list-style: none;
margin: 0;
padding: 0;
}
.bxslider-item .bxslider-image {
position: relative;
margin-right: 25px;
}
.bxslider-item .bxslider-image .heading {
color: #000000;
font-size: 20px;

text-shadow: 0 1px 1px rgba(255, 255, 255, 0.53);
}
.bxslider-item .bxslider-image .bxslider-heading {
display: none;
}
.bxslider-item .bxslider-image .bxslider-description-1 {
font-size: 14px;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.53);
}
.bxslider-item .bxslider-image .bxslider-description-2 {
font-size: 14px;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
}
.bxslider-item .bxslider-image .bxslider-description-1 p:last-child,
.bxslider-item .bxslider-image .bxslider-description-2 p:last-child {
margin: 0;
}
.home-page-banner {
position: relative;
}
.home-page-banner .bx-wrapper {
margin: 0 0 20px 0;
}
.home-page-banner .bxslider-tabs {
position: absolute;
top: 0;
right: 0;
width: 180px;
margin: 0;
padding: 0;
}
.home-page-banner .bxslider-tabs li {
margin: 0;
padding: 0;
list-style: none;
}
.home-page-banner .bx-viewport {
height: 260px!important;
}
.home-page-banner .banner-control,
.home-page-banner .banner-shop-link {
padding: 10px 10px 8px 10px;
background: #000000;
background: rgba(0, 0, 0, 0.52);
margin-bottom: 1px;
position: relative;
color: #ffffff;
display: block;

font-size: 1em;
outline: none;
}
.home-page-banner .banner-control:hover,
.home-page-banner .banner-shop-link:hover {
text-decoration: none;
}
.home-page-banner .active {
background: rgba(0, 0, 0, 0.82);
}
.home-page-banner .active:before {
display: block;
content: " ";
position: absolute;
outline: none;
border-color: transparent #000000 transparent transparent;
border-color: transparent rgba(0, 0, 0, 0.82) transparent transparent;
border-style: solid;
border-width: 21px;
left: -42px;
top: 0;
}
.contacts-container .contacts {
background: #eeeeee;
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 20px;
}
.contacts-container .contacts h6 {
font-size: 1.286em;
color: #555555;
border-bottom: 1px solid #e1e1e1;
}

.address-container .address h6 {
font-size: 1.286em;
color: #555555;
border-bottom: 1px solid #e1e1e1;
}
.separator-heading {
background: #C0E9FB;
text-align: center;
padding: 8px;
color: #2E7EA1;

font-size: 16px;
margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
Category Product Page
-------------------------------------------------------------------------------------------------------------*/

.category-info-with-image .category-title {
font-size: 1.5em;
position: absolute;
z-index: 3;
margin: 20px;
top: 0;
}
.category-info-with-image .category-image {
position: absolute;
z-index: 1;
}
.category-products .media {
margin-bottom: 20px;
}
.category-products .product-name {
font-size: 1.2em;
}
.category-products .media > .pull-left {
margin-right: 20px;
}
.category-all-products .category-products .media {
position: relative;
text-align: center;
margin: 0;
}
.category-all-products .products-grid .product-name {
position: absolute;
left: 0;
top: 10px;
width: 100%;
text-align: center;
}
.category-all-products .product-description,
.category-all-products .btn-buy-now {
display: none;
}
.category-all-products .products-grid {
display: inline-block;
margin: 0;
}
.category-all-products .products-grid li.item {
float: left;
width: 228px;
padding: 0 0 30px 0;
}
.category-all-products .category-products .media > .pull-left {
float: none;
margin: 0;
}
.category-all-products .media-object {
display: inline-block;
margin-top: 40px;
}
.category-all-products .media-body {
overflow: visible;
}

/*-----------------------------------------------------------------------------------------------------------
Layered Navigation
-------------------------------------------------------------------------------------------------------------*/
.catalogsearch-result-index .block-layered-nav {
display: none;
}
.block-layered-nav .block-title {
margin: 0 0 8px 0;
padding: 4px 0 4px 12px;
background: #c0e9fc;
border-radius: 4px;
color: #2e7ea1;
}
.block-layered-nav .block-title h5 {
margin: 0;
}
.block-layered-nav ol {
list-style: none;
margin: 0;
}
.block-layered-nav .block-content .currently {
margin-bottom: 12px;
}
.block-layered-nav .block-content .currently ol li {
background: #eeeeee;
display: block;
margin-bottom: 8px;
padding: 4px 4px 4px 12px;
border-radius: 4px;
}
.block-layered-nav .block-content .currently .btn-remove {
border-radius: 4px;
}
.block-layered-nav .block-content .currently .btn-remove {
float: left;
margin-right: 6px;
}
.block-layered-nav .block-content .actions {
margin: 0 0 20px 12px;
}
.block-layered-nav dl#narrow-by-list {
margin: 0;
}
.block-layered-nav dl#narrow-by-list dt {
margin: 0 0 4px 0;
padding: 4px 0 4px 12px;
background: #c0e9fc;
border-radius: 4px;
}
.block-layered-nav dl#narrow-by-list dd {
margin: 0 0 12px 12px;
}
.block-layered-nav dl#narrow-by-list dd ol li {
padding: 4px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
Online Shop
-------------------------------------------------------------------------------------------------------------*/
.browse-products-container ul,
.best-sellers {
margin: 0;
list-style: none;
}
.browse-products-container li,
.best-sellers li {
margin: 0;
list-style: none;
text-align: center;
}
.browse-categories {
position: relative;
margin-bottom: 20px;
height: 147px;
overflow: hidden;
}

.browse-products-container h4 {
padding: 4px 0;
text-align: center;
background: #e1cbfd;
color: #484979;
font-size: 1em;
font-weight: bold;
margin-bottom: 0;
}
.browse-categories .text {
position: absolute;
left: 0;
bottom: 0;
padding: 10px;
color: #ffffff;
background: #000000;
background: rgba(0, 0, 0, 0.52);
width: 100%;
text-align: center;
}
.browse-categories .text strong {
font-size: 1.2em;
}

.browse-products-container li {
padding-top: 10px;
background: #fff;
}
.browse-product-box a {
display: block;
}
.browse-product-box a:hover {
opacity: .9;
filter: alpha(opacity=90);
}
.browse-product-box .browse-product-name p,
.browse-categories .text p, {
margin: 0;
}
.browse-product-box .browse-product-name a,
.browse-product-box .browse-product-name .price-box .price-excluding-tax .price,
.browse-product-box .browse-product-name .price-box .price-including-tax .price,
.browse-product-box .browse-product-name .price-box .regular-price .price,
.browse-product-box .browse-product-name .price-box .minimal-price .price-label,
.browse-product-box .browse-product-name .price-box .minimal-price .price,
.browse-product-box .browse-product-name .price-box .special-price .price-label,
.browse-product-box .browse-product-name .price-box .special-price .price .special-price,
.browse-categories .text a,
.browse-categories .text .price-box .price-excluding-tax .price,
.browse-categories .text .price-box .price-including-tax .price,
.browse-categories .text .price-box .regular-price .price,
.browse-categories .text .price-box .minimal-price .price-label,
.browse-categories .text .price-box .minimal-price .price,
.browse-categories .text .price-box .special-price .price-label,
.browse-categories .text .price-box .special-price .price .special-price {
color: #ffffff;
}
.browse-product-box .browse-product-name a:hover,
.browse-product-box .browse-product-name .price-box .price-excluding-tax .price:hover,
.browse-product-box .browse-product-name .price-box .price-including-tax .price:hover,
.browse-product-box .browse-product-name .price-box .regular-price .price:hover,
.browse-product-box .browse-product-name .price-box .minimal-price .price-label:hover,
.browse-product-box .browse-product-name .price-box .minimal-price .price:hover,
.browse-product-box .browse-product-name .price-box .special-price .price-label:hover,
.browse-product-box .browse-product-name .price-box .special-price .price .special-price:hover,
.browse-categories .text a:hover,
.browse-categories .text .price-box .price-excluding-tax .price:hover,
.browse-categories .text .price-box .price-including-tax .price:hover,
.browse-categories .text .price-box .regular-price .price:hover,
.browse-categories .text .price-box .minimal-price .price-label:hover,
.browse-categories .text .price-box .minimal-price .price:hover,
.browse-categories .text .price-box .special-price .price-label:hover,
.browse-categories .text .price-box .special-price .price .special-price:hover {
color: #ffffff;
}

ul.tier-prices.product-pricing {
list-style: none;
margin-left: 0;
}

ul.tier-prices.product-pricing .grouped-items-block {
display: flex;
justify-content: space-between;
}

.product-shop .grouped-items-table td.grouped-items-block-tier-prices {
padding: 0;
}

/*-----------------------------------------------------------------------------------------------------------
Products Grid
-------------------------------------------------------------------------------------------------------------*/
.price-box .price-excluding-tax .price,
.price-box .price-including-tax .price,
.price-box .regular-price .price,
.price-box .minimal-price .price-label,
.price-box .minimal-price .price,
.price-box .special-price .price-label,
.price-box .special-price .price .special-price,
.product-shop .grouped-items-table .available,
.product-shop .price-excluding-tax .price,
.product-shop .price-including-tax .price,
.product-shop .regular-price .price,
.product-shop .special-price .price-label,
.product-shop .special-price .price {
color: #2e3192;
}


/*-----------------------------------------------------------------------------------------------------------
Shipping Totals
-------------------------------------------------------------------------------------------------------------*/

.shipping-totals-sets h6 {
margin: 0;
}

.totals-container ul,
.totals-container ol {
margin: 0;
padding: 0;
list-style: none;
}

.totals-container a {
color: #2e3192;
}
.totals-container a:hover {
color: #1c1d58;
}

.total-table .subtotal-discount {
color: #9d261d;
}

.total-table th,
.total-table td {
padding-right: 12px;
}
.total-table th:first-child.a-right,
.total-table td:first-child.a-right {
text-align: left!important;
padding-left: 12px;
}
/*-----------------------------------------------------------------------------------------------------------
Shipping Totals
-------------------------------------------------------------------------------------------------------------*/
.telepone-box,
.coupon {
background: #eeeeee;
padding: 8px;
float: left;
width: 324px;
text-align: center;
}
.telepone-box h6,
.coupon h6 {
margin: 0 0 4px 0;
}
.telepone-box .telephone,
.coupon .telephone {
font-size: 1.5em;
}

#control_overlay {
background: #000000;
}

/*-----------------------------------------------------------------------------------------------------------
CTA
-------------------------------------------------------------------------------------------------------------*/
.grcct-approved-cta {
margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
Product Video Gallery
-------------------------------------------------------------------------------------------------------------*/
.product-image-big-gallery .slick-slide {
margin: 0 auto;
}
.product-image-thumbnail-gallery .thumbvideo-link {
position: relative;
display: block;
margin-top: 21%;
}
.product-image-thumbnail-gallery .thumbvideo-link .overlay {
font-size: 2em;
position: absolute;
top: 0;
left: 0;
color: #fff;
text-align: center;
background: rgba(0, 0, 0, 0.64);
}
.product-image-thumbnail-gallery .thumbvideo-link .overlay .fa {
margin-top: 11%;
}
.product-image-thumbnail-gallery-slide {
border: 1px solid #eee;
background: #000;
vertical-align: middle;
text-align: center;
}
.product-image-thumbnail-gallery .slick-prev,
.product-image-thumbnail-gallery .slick-next {
margin-top: -4px;
}










td.feefo-customer-comment {
width: 100% !important;
float: left !important;
padding-right: 1% !important;
width: 97.33% !important;
padding-top: 2% !important;
}

.feefo-vendor-comment {
width: 100% !important;
float: left !important;
clear: left !important;
padding-right: 1% !important;
width: 97.33% !important;
color: #2b2d88;
}

th#feefo-customer-comment-header {
width: 150% !important;
}

.feefo-review-text {

}

img#feefo-logo-above-reviews {
margin-top: -1%;
margin-bottom: 1% !important;
clear: left !important;
float: left !important;
}

#feefo-number-reviews {
font-size: 1.2em !important;
text-align: center !important;
}


#header-for-feefo-stars {
font-size: 0.75em !important;
margin-top: -1.5% !important;
}

#feefo-logo-above-reviews {
width: 15%;
}

.show-more-reviews {
    background: #38b87d;
    color: #484979;
    border: 1px solid #38b87d;
    *border: 0;
    float: right;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.show-more-reviews {
background-image: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/arrows.png");
background-repeat: no-repeat;
background-position: right -253px;
padding-right: 30px;
}


.show-less-reviews {
    background: #38b87d;
    color: #484979;
    border: 1px solid #38b87d;
    *border: 0;
    float: right;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.show-less-reviews {
background-image: url("https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/arrows.png");
background-repeat: no-repeat;
background-position: right -153px;
padding-right: 30px;
}


/*header*/
.header-currency-box { display: inline-block; position: relative; background: #f1f0f0; border-radius: 5px 0px 0 5px; height: 46px; padding: 10px 15px 10px 10px; }
.header-currency-box .caret { border: none;}
.header-columns-box.clearfix { display: inline-block; width: 100%; position: relative; }

.header-currency-box .caret:after { content: "\f80b"; font-family: 'waterforhealth-icon'; font-size: 13px; color: #1b72c5; margin: 0px 5px 0px 5px;}
.column-search {
width: 25.3333%;
position: relative;
top: -46px;
    left: -355px;
    float: right;
}
.header .desktop-search-box {
width: 100%;
margin: 0 auto;
}

.header .desktop-search-box .input-medium {
background: #f1f0f0;
border: none;
width: 100%;
max-width: 100%;
box-sizing: border-box;
height: 46px;
margin: 0;
padding-right: 35px;
box-shadow: none;
border-radius: 5px;
line-height: 46px;
padding: 0px 16px;
color: #585757;
letter-spacing: .65px;
}

.header .desktop-search-box button.btn-search {
position: absolute;
top: 0;
right: 0;
color: transparent;
margin: 0;
padding: 0;
width: 46px;
height: 46px;
vertical-align: middle;
bottom: 0;
}
.header .desktop-search-box button.btn-search:focus{
border: none;
box-shadow: none;
outline: none;
}

.header .desktop-search-box button.btn-search:after{
content: "\e90f";
font-family: 'waterforhealth-icon';
font-size: 26px;
color: #1b72c5;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: -14px;
}

.column-logo {
width: 40.3333%;
max-width: 405px;
float: left;
}

.header .column-cta { margin: 38px 0px 0px 0px; float: right; position: absolute;right: 0;}
.header .column-cta .got-a-question { float: left;
line-height: 20px;
border-right: 1px solid #d0d0d0;
height: 36px;
padding: 0px;
margin-right: 0px;
}
.header .column-cta .got-a-question p {float: left; width: 150px;}
.header .column-cta .got-a-question:before { content: ""; background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/head-happy-ico.png) left center no-repeat;  height: 39px;  width: 39px; float: left; margin: 2px 15px 0px 0px}
.header .column-cta .got-a-question .happytohelp  {    float: left;
font-size: 16px;
color: #38b87d;
font-weight: 600;
width: 100%;
text-align: left;}
.header .column-cta .got-a-question .callus {    float: left;
font-size: 19px;
color: #343434;
font-weight: 600;
width: 100%;
text-align: left;}

.header .column-cta .free-delivery { float: left; padding: 0 0px 0 35px;}


.header .column-cta .free-delivery p {float: left; width: 170px;}
.header .column-cta .free-delivery:before { content: ""; background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/head-f-Delivery-icon.png) left center no-repeat;  height: 39px;  width: 39px; float: left; margin: 2px 15px 0px 0px}
.header .column-cta .free-delivery .head-free  {    float: left;
font-size: 18px;
color: #f95c4b;
font-weight: 600;
width: 100%;
text-align: left;}
.header .column-cta .free-delivery .head-ul { float: left; font-size: 16px; color: #343434; font-weight: 600; width: 100%; text-align: left;}
.footer { background: #e9e9ea; display: inline-block; width: 100%; margin: 20px 0px 0px 0px;}
.footer .footer-top {padding: 22px 0px 30px 0px; display: inline-block; width: 100%; }
.footer .footer-top .footer-vitamin-box {
float: left;
width: 49.5%;
background: #00a0ae;
padding: 20px;
margin-right: 5px;
height: 330px;
}
.footer .footer-top .footer-vitamin-box .content {}
.footer .footer-top .footer-vitamin-box .content .product-photo-wapper { float: left; width: 35%;}
.footer .footer-top .footer-vitamin-box .content .product-photo-wapper .product-photo img { height: 166px;
width: 166px;
border: 6px solid #98d8de;
border-radius: 100%;
position: relative;
float: left;
overflow: hidden;
background: #bab1a6;
box-shadow: 3px 3px 20px 0px #003c41;
}


.footer .footer-top .footer-vitamin-box .content .v-ingles-info { float: left; width: 65%; padding-top: 15px; }
.footer .footer-top .footer-vitamin-box .content .v-ingles-info .vitamin-logo { float: left; width: 100%;  }
.footer .footer-top .footer-vitamin-box .content .v-ingles-info .des {display: inline-block; width: 100%; }
.footer .footer-top .footer-vitamin-box .content .v-ingles-info .des p {font-size: 14px; line-height: 18px; color: #fff; margin: 10px 0px;}
.footer .footer-top .footer-vitamin-box .content .v-ingles-info .read-more { }
.footer .footer-top .footer-vitamin-box .content .v-ingles-info .read-more a {  font-size: 18px;    background: #245ca3;    height: 40px;
line-height: 40px;    padding: 0px 30px;    border-radius: 20px;    color: #fff;    display: inline-block;    margin: 10px 0px 0px 0px;}
.footer .footer-top .footer-top-right { float: left; width: 50%; }
.footer .footer-top .footer-top-right .fooer-free-book { float: left; width: 100%; border: 1px solid #cccaca; background: #f5f5f6; padding:20px; margin-bottom: 5px;
height: 163px;}
.footer .footer-top .footer-top-right .fooer-free-book .book-photo-wrapper {  float: left; width: 25%; max-width: 115px;}
.footer .footer-top .footer-top-right .fooer-free-book .book-photo-wrapper .book-pohto img { padding: 10px 0px;}
.footer .footer-top .footer-top-right .fooer-free-book .book-photo-wrapper .book-pohto  { height: 110px; width: 110px;  border-radius: 100%; border: 2px solid #d6d8d8; display: inline-block; text-align: center;}
.footer .footer-top .footer-top-right .fooer-free-book .free-book-info {}
.footer .footer-top .footer-top-right .fooer-free-book .free-book-info .des {
vertical-align: middle;
height: 100px;
padding: 25px;
width: 50%;
float: left;
}
.footer .footer-top .footer-top-right .fooer-free-book .free-book-info .des .Receive  {    font-size: 14px;
display: inline-block;
width: 100%;
color: #191919;}
.footer .footer-top .footer-top-right .fooer-free-book .free-book-info .des .o-u-book  {font-size: 23px;    color: #4c4b4b;}
.footer .footer-top .footer-top-right .fooer-free-book .sign-up  {     display: table-cell;
height: 100px;
vertical-align: middle; }
.footer .footer-top .footer-top-right .fooer-free-book .sign-up a {    font-size: 18px;
background: #38b87d;
height: 40px;
line-height: 40px;
padding: 0px 40px;
border-radius: 20px;
color: #fff;
display: inline-block;
margin: 0px 0px 0px 0px;
}

.footer .footer-top .footer-top-right .footer-grcct {float: left; width: 100%;  background: #daf2ff; padding: 35px 30px; border: 1px solid #9ad2ec;
height: 163px;}
.footer .footer-top .footer-top-right .footer-grcct .grcct-photo-wrapper { float:left; }
.footer .footer-top .footer-top-right .footer-grcct .grcct-photo-wrapper .grcct-logo { float:left; }
.footer .footer-top .footer-top-right .footer-grcct .grcct-info {float: right;
width: 260px; }
.footer .footer-top .footer-top-right .footer-grcct .grcct-info .title { font-size: 22px; margin-bottom: 10px;
color: #05a2e0;
font-weight: 500;}
.footer .footer-top .footer-top-right .footer-grcct .grcct-info .des {}
.footer .footer-top .footer-top-right .footer-grcct .grcct-info .des p {  font-size: 14px; line-height: 20px; margin: 0px; }
.footer .footer-mid {    color: #454545;
display: inline-block;
width: 100%;
margin-bottom: 30px;}
.footer .footer-mid ul { margin: 0px; padding: 0px;  list-style: none; }
.footer .footer-mid ul li { line-height: 28px;}
.footer .footer-mid ul li a { color: #454545; line-height: 28px;}
.footer .footer-mid ul li a:hover {  color: #245ca3;}
.footer .footer-mid .title { font-size: 18px; color: #245ca3;  font-weight: 500; margin: 0px 0px 25px 0px;}
.footer .footer-mid .title:after {content: ""; width: 32px; border-bottom: 4px solid #38b87d; display: table; margin-top: 5px;}
.footer .footer-mid .footer-mid-right {float: left; width: 68%;}
.footer .footer-mid .footer-mid-right .our-company, .resources, .policies, .customer-services {float: left; width: 25%;}

.footer .footer-mid .payment-option {
display: inline-block;
width: 100%;
float: right;
text-align: right;
}

.footer .footer-mid .footer-mid-left { float: left;
width: 30%;
max-width: 336px;
border-right: 1px solid #c3c2c2;
padding: 0 30px 0px 0px;
margin-right: 30px;
}
.footer .footer-mid .footer-mid-left .water-f-helth { }
.footer .footer-mid .footer-mid-left .water-f-helth .des { }
.footer .footer-mid .footer-mid-left .water-f-helth .des p {font-size: 15px; line-height: 23px; margin: 0px 0px 10px 0px; font-weight: 500;}
.footer .footer-mid .footer-mid-left .water-f-helth .tel {font-size: 18px; }
.footer .footer-mid .footer-mid-left .water-f-helth .tel span { color: #134c94;}
.footer .footer-mid .footer-mid-left .opning-box {    display: inline-block;
width: 100%;
margin: 20px 0px 0px 0px;}
.footer .footer-mid .footer-mid-left .opning-box .opning-time { color: #245ca3; text-transform: uppercase;}
.footer .footer-mid .footer-mid-left .opning-box .opining-day { font-size: 15px;line-height: 21px;}
.footer .footer-bottom { background: #404041; padding: 25px 0px; display: inline-block; width: 100%; font-size: 16px; text-align: center; color: #fff;
font-weight: 300;}
.home-video  {margin: 0px; display: inline-block; width: 100%;}
.home-video .video-bg {background: #f8f8f8; padding: 25px 0px 10px 0px; margin: 0px;     box-shadow: 0px -2px 2px #c4c4c4;}
.home-video .video-box  { float: left; width: 100%;}
.home-video .video-box .video-detail { float: left; width: 55%; max-width: 580px; margin: 0 60px 0 0;}
.home-video .video-box .video-detail .title  { font-size: 30px; line-height: 30px; color: #245ca3; margin: 0px 0px 0px 0px;}
.home-video .video-box .video-detail .des { margin: 0px 0px 15px 0px;}
.home-video .video-box .video-detail .des p {font-size: 15px; line-height: 24px; color: #5f5f60; margin: 15px 0px 0px 0px; }
.home-video .video-box .video-freme { float: left; width: 45%;}
.promo-text { text-align: center; font-size: 30px; line-height: 42px; padding: 50px 0px; color: #555; }
.produt-tab-section .nav-boxs { background: #f8f8f8; height: 60px; text-align:  center; position: relative;
display: inline-block; width: 100%; border-radius: 10px; border: 1px solid #e5e5e5; margin: 0px 0px 40px 0px; }
.produt-tab-section #slider-prev { position: absolute; left: 0px; top: 0px; z-index: 1;}
.produt-tab-section #slider-prev:before { content: "\f80a"; font-family: 'waterforhealth-icon'; font-size: 19px; color: #777676; margin: 0px;
 vertical-align: middle; height: 46px; width: 46px; position: relative; top: 5px; vertical-align: middle; text-align: center; }
.produt-tab-section #slider-next { position: absolute; right: 0px;  top: 0px;}
.produt-tab-section #slider-next:before {
content: "\f809";
font-family: 'waterforhealth-icon';
font-size: 19px;
color: #777676;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: 5px;
vertical-align: middle;
text-align: center;
}
.produt-tab-section .slick-arrow {  background: #fff; border: 1px solid #ccc; border-radius: 5px; height: 38px; width: 42px; display: block; margin: 10px; }
.produt-tab-section .product-tabs-navigation { }
.produt-tab-section .product-tabs-navigation .nav-box { text-align: center;     display: inline-block; float: none; list-style: none; padding: 0px; margin: 0px;}
.produt-tab-section .product-tabs-navigation .nav-box.nav-tabs li { margin: 0px;}
.produt-tab-section .product-tabs-navigation .nav-box.nav-tabs li a { line-height: 58px; height: 58px; padding: 0px 44px; border: none; font-size: 18px;
color: #585858; font-weight: 500; }
.produt-tab-section .product-tabs-navigation .nav-box.nav-tabs li.active a{ background-color: #245ca3; cursor: default; color: #fff !important; border-radius: 0;
 position: relative; }
.produt-tab-section .product-tabs-navigation .nav-box.nav-tabs li.active a:before{
content: "";
border-top: 8px solid #245ca3;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
bottom: -8px;
left: 0;
right: 0;
width: 20px;
height: auto;
text-align: center;
margin: 0px auto; }
.produt-tab-section .promo-text {
	padding: 25px 0;
}

.produt-tab-section .tab-content  {background-color: #fff; overflow: auto; padding: 0px; border: 0;}

.produt-tab-section .browse-product-box { position: relative;margin: 0px; }

.produt-tab-section .browse-product-box .slick-slide { margin: 0px 10px; padding: 0px 0px 30px 0px; text-align: center; position: relative; top: 15px; }

.produt-tab-section .browse-product-box .slick-slide .product-info {padding: 0px 0px 30px 0px; }

.produt-tab-section .browse-product-box .slick-slide .product-info:hover { box-shadow: 0 0 15px #afafaf;
padding: 0px 0px 30px 0px;}

.produt-tab-section .browse-product-box .slick-slide .product-info .view-details a {font-size: 14px; }

.produt-tab-section .browse-product-box .slick-slide .product-info:hover a.button.c-cart { background: #245ca3; }

.produt-tab-section .browse-product-box .slick-slide .product-info:hover .price-box {font-weight: normal; }

.produt-tab-section .browse-product-box .product-image img { display: inline-block;}

.produt-tab-section .browse-product-box .homepage-product-name { margin: 5px 0px 10px 0px; line-height: normal;}

.produt-tab-section .browse-product-box .homepage-product-name a { font-size: 15px; color: #353535;}

.custome-des{ color: #5b5b5c; list-style: none;
    padding: 0px;
    margin: 0 0 10px 0;
    text-align: center;
    display: inline-grid;}
.custome-des li {    text-align: left;}
.custome-des li:before {     content: "";
    height: 5px;
    width: 5px;
    border: 1px solid #5b5b5c;
    border-radius: 100%;
    display: inline-block;
    margin: -4px 5px 0 0px;
    vertical-align: middle;}

.produt-tab-section .browse-product-box .price-box {font-family: 'Yantramanav', sans-serif;  display: inline-block; width: 100%;
 margin: 0px 0px 10px 0px; font-weight: 700;  text-transform: uppercase;}
.produt-tab-section .browse-product-box .price-box .price-label{ font-size: 20px; color: #5b5b5c; }
.produt-tab-section .browse-product-box .price-box .price{ font-size: 20px; color: #5b5b5c;  }
.water-product-info { text-align: center;  display: inline-block;  width: 100%; padding: 10px 0px 30px 0px;}
.water-product-info .title h4 { font-size: 25px; color: #245ca3; margin: 0px 0 20px 0;}
.water-product-info .des p { font-size: 15px; color: #5f5f60; line-height: 24px;}

/**/
.why-weare-in-business {
	background: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/Homepage_business_section-full.jpg') no-repeat center;
	padding-bottom: 20px;
}
.why-weare-in-business .container {
	max-width: 1470px;
	width: auto;
}
.why-weare-in-business .title.head {
	margin-bottom: 30px;
}
.why-business-content .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	padding:  15px;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.why-business-content .col h3 {
	color: #245ca3;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.why-business-content .col p {
	margin-bottom: 10px;
	color: #333333;
    font-size: 14px;
}
.why-business-content .col p:last-child {
	margin-bottom: 0;
}
/**/

.home-feefo-section .home-feefo-bg {background: #f9f9f9; display: inline-block; width: 100%; padding: 30px 0px;}
.home-feefo-section .home-feefo-bg .title.head {
	margin-bottom: 25px;
}
.home-feefo-section .review-home-blk { }
.home-feefo-section .review-home-blk .feefo-review-ul {margin: 0 0px 0px 0px;float: left; width: 70%;}
.home-feefo-section .review-home-blk .feefo-wrapper { width: 30%; float: right; text-align: right; margin: 0 0px 0px 0px;}
.home-feefo-section .review-home-blk .feefo-wrapper li { width: 100%; float: left;}

.home-feefo-section .review-home-blk p {margin: 0px; }
.home-feefo-section .review-home-blk ul { margin: 0px; list-style: none; padding: 0px;}
.home-feefo-section .review-home-blk ul li { width: 50%; float: left; padding: 0px 5% 0px 0px;}

.home-feefo-section .review-home-blk ul li .feefo-info {margin: 0px; }
.home-feefo-section .review-home-blk ul li .feefo-info .top-feefo {display: inline-block;
width: 100%; }
.home-feefo-section .review-home-blk ul li .feefo-info .top-feefo .ratings {float: left;
width: 50%;
margin: 0px;
padding: 0px;
line-height: normal;}
.home-feefo-section .review-home-blk ul li .feefo-info .top-feefo .daysago { float: left; width: 50%; color: #abaaaa;font-size: 12px;  text-align: right;}
.home-feefo-section .review-home-blk ul li .feefo-info .reviewcontent .reviewtitle {color: #353535;font-size: 20px; font-weight: 500; margin: 10px 0px;}
.home-feefo-section .review-home-blk ul li .feefo-info .reviewcontent .reviewcontent {color: #666666; line-height: 20px; height: 40px; overflow: hidden;}
.home-feefo-section .review-home-blk ul li .feefo-info .customer-name {color: #245ca3; font-size: 13px; display: inline-block; width: 100%; margin: 10px 0px 0px 0px; }
.home-feefo-section .review-home-blk ul li .feefo-info .feefo-logo-content  img {     border: 6px solid #fff; outline: 1px solid #b8b8b8;}

.promo-text.home-block-blog-text {
	padding: 25px 0px;
}

.ecom-home-banner-wrapper { }
.ecom-home-banner-wrapper .slick-slider { margin: 0px;}
.ecom-home-banner-wrapper .slick-slide {padding: 0px; margin: 0px;}
.ecom-home-banner-wrapper .slick-arrow {     height: 56px;
width: 32px;
background: #f7f8f8;
display: inline-block;
border-radius: 20px;
margin: -28px 40px;
top: 50%;
box-shadow: 2px 2px 5px #4f8dae;
}
.ecom-home-banner-wrapper .slick-arrow.slick-prev {left: 0px;}
.ecom-home-banner-wrapper .slick-arrow.slick-prev:before {
content: "\f806";
font-family: 'waterforhealth-icon';
font-size: 33px;
color: #bab8b8;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: 0;
vertical-align: middle;
text-align: center;
right: 2px;}
.ecom-home-banner-wrapper .slick-arrow.slick-next { right: 0px;}
.ecom-home-banner-wrapper .slick-arrow.slick-next:before{
content: "\f805";
font-family: 'waterforhealth-icon';
font-size: 33px;
color: #bab8b8;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: 0;
vertical-align: middle;
text-align: center;
right: 0px;
}
.online-shop-helth-service { width: 100%; border-radius: 10px; margin: -30px auto 30px; background: #fff;
 box-shadow: 3px 4px 3px -3px #b1b1b1;position: relative; max-width: 1170px; display: table;}
.online-shop-helth-service .home_customer-review { float: left; width: 33%; padding: 20px 0px 20px 5% !important; }
.water-helth-serviec { display: inline-block; width: 100%; padding: 0px 0px;}
.water-helth-serviec .title {font-size: 20px; color: #245ca3;  display: inline-block;  width: 100%; font-weight: 500; margin: 0px 0px 20px 0px;}
.water-helth-serviec .home_customer-review {float: left;width: 33%;     padding: 20px 0px; }
.water-helth-serviec .home_customer-review .feefo-logo {  float: left; width: 89px; margin: 0px 15px 0px 0px;  }
.water-helth-serviec .home_customer-review .feefo-review {float: left;
width: 210px;}
.water-helth-serviec .home_customer-review .feefo-review .review-img { display: inline-block; width: 100%;}
.water-helth-serviec .home_customer-review .feefo-review .review-text { float: left; font-size: 15px; color: #5f5f60; }
.water-helth-serviec .home_delivery-info {     float: left;
width: 33.33%;
border-right: 1px solid #d7d7d7;
border-left: 1px solid #d7d7d7;
padding: 20px 3%; }
.water-helth-serviec .home_delivery-info .delivery-logo {    float: left;
margin: 0px 15px 0px 0px; }
.water-helth-serviec .home_delivery-info .delivery-info {float: left;  }
.water-helth-serviec .home_delivery-info .delivery-info a {float: left;  }
.water-helth-serviec .home_delivery-info .delivery-info .delivery-free { float: left;
font-size: 22px;
color: #434344;
text-transform: uppercase;
font-weight: 500;
line-height: 48px;
}

.water-helth-serviec .home_delivery-info .delivery-info .delivery-free span { font-size: 18px; color: #5a5a5b; text-transform: none; }
.water-helth-serviec .home_gurantee-info {float: left; width: 33.33%; padding: 20px 0px 20px 5%  }
.water-helth-serviec .home_gurantee-info .gurantee-logo {float: left; margin: 0px 15px 0px 0px}
.water-helth-serviec .home_gurantee-info .gurantee-info {float: left;  }
.water-helth-serviec .home_gurantee-info .gurantee-info .gurantee-point { float: left; font-size: 20px; color: #434344; font-weight: 600; line-height: normal;
padding: 10px 0px; text-transform: uppercase;}
.water-helth-serviec .home_gurantee-info .gurantee-info .gurantee-point span { display: inline-block; font-size: 18px; font-weight: normal;
text-transform: none;}

.socialnewsletter { /*background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/newslatter-bg.png) left top no-repeat, background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/newslatter-box-bg.png) left top repeat-y;*/

    background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/newslatter-bg.png) right top no-repeat, url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/newslatter-box-bg.png) 50% repeat-y;

 }


.socialnewsletter .socialnewsletter-bg {  display: inline-block; width: 100%; padding: 54px 0px; background-size: 100%;}

.socialnewsletter .socialnewsletter-bg .social-icon-new { float: left; width: 50%; padding: 0px 5% 0px 0;}
.socialnewsletter .socialnewsletter-bg .newsletter-content-new { float: left; width: 50%}
.socialnewsletter .socialnewsletter-bg .newsletter-content-new { float: left; width: 50%; padding: 0px 0 0px 6%;}
.socialnewsletter .newsletter-content-new .block-subscribe {color: #fff;}
.socialnewsletter .newsletter-content-new .block-subscribe .block-title {font-size: 24px; font-weight: 500; }
.socialnewsletter .newsletter-content-new .block-subscribe .form-subscribe-header label {font-size: 15px; line-height: 23px;    margin: 10px 0px 40px 0px;}
.socialnewsletter .newsletter-content-new .block-subscribe .input-box { }
.socialnewsletter .newsletter-content-new .block-subscribe .input-box input.input-text {height: 56px; border: 1px solid #2a4970; background: #fff;  border-radius:0px; width: 500px; margin: 0px 0px 35px 0px;
max-width: 100%;}
.socialnewsletter .socialnewsletter-bg .home-follow { }
.socialnewsletter .socialnewsletter-bg .home-follow .title {     color: #245ca3; font-size: 24px; font-weight: 500;}
.socialnewsletter .socialnewsletter-bg .home-follow .des {     font-size: 15px;
color: #333333;
line-height: 23px;
margin: 20px 0px;
}
.socialnewsletter .socialnewsletter-bg .home-follow .home-social ul {    list-style: none;
margin: 0px;
padding: 0px; }
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li {     float: left;
width: 48%;
height: 97px;
margin: 3px;}
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li .social-info-fb {    background: #0a93cc;
padding: 10px;     display: inline-block;
width: 100%;}
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li .social-info-insta {    background: #ee699d;
padding: 10px;     display: inline-block;
width: 100%;}
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li .social-info-tweeter{    background: #5cc7e8;
padding: 10px;    display: inline-block;
width: 100%; }
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li .social-info-pint {    background: #ef6463;
padding: 10px;    display: inline-block;
width: 100%;}
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li .icon { float: left; }
.socialnewsletter .socialnewsletter-bg .home-follow .home-social li .home-so-text { font-size: 19px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 500; line-height: 77px; margin: 0 0 0 25px; float: left; }
.footer-custome-top { margin: 0px; }
.footer-custome-top .fotoer-home-follow { background: #f8f8f8; padding: 35px 0px;}
.footer-custome-top .fotoer-home-follow .footer-social{ }
.footer-custome-top .fotoer-home-follow .footer-social .des {    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;}
.footer-custome-top .fotoer-home-follow .footer-social .title {     color: #245ca3;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0px auto;
    display: table;}
.footer-custome-top .fotoer-home-follow .footer-social .title:after {
     content: "";
    width: 32px;
    border-bottom: 4px solid #38b87d;
    display: table;
    margin-top: 5px;
    text-align: center;
    margin: 10px auto 0px;
}
.footer-custome-top .fotoer-home-follow .footer-social ul {    list-style: none;
margin: 0px;
padding: 0px; }
.footer-custome-top .fotoer-home-follow .footer-social li { float: left; width: 25%; height: 97px; margin: 0px; padding: 0px .4%;}
.footer-custome-top .fotoer-home-follow .footer-social li:first-child { padding-left: 0px;}
.footer-custome-top .fotoer-home-follow .footer-social li:last-child { padding-right: 0px;}
.footer-custome-top .fotoer-home-follow .footer-social li .social-info-fb {    background: #0a93cc;padding: 10px;  display: inline-block; width: 100%;}
.footer-custome-top .fotoer-home-follow .footer-social li .social-info-insta {    background: #ee699d;
padding: 10px;     display: inline-block;
width: 100%;}
.footer-custome-top .fotoer-home-follow .footer-social .social-info-tweeter{    background: #5cc7e8;
padding: 10px;    display: inline-block;
width: 100%; }
.footer-custome-top .fotoer-home-follow .footer-social .social-info-pint {    background: #ef6463;
padding: 10px;    display: inline-block;
width: 100%;}
.footer-custome-top .fotoer-home-follow .footer-social .icon { float: left; }
.footer-custome-top .fotoer-home-follow .footer-social .home-so-text { font-size: 19px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 500; line-height: 77px; margin: 0 0 0 25px; float: left; }

.footer-custome-top .footer-newsletter {background: #405f86; display: inline-block;width: 100%;}
.footer-custome-top .footer-newsletter .footer-newsletter-bg {  background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/footer-custome-bg.png) right center no-repeat; height: 156px;
    padding: 50px 0px;}
.footer-custome-top .footer-newsletter .form-subscribe-header { float: left; margin: 0px 7% 0px 0px;}
.footer-custome-top .footer-newsletter .form-subscribe-header .block-title {color: #fff; }
.footer-custome-top .footer-newsletter .form-subscribe-header .block-title strong {color: #fff; font-size: 20px; }
.footer-custome-top .footer-newsletter .form-subscribe-header .block-title label {color: #fff; font-size: 27px; }
.footer-custome-top .footer-newsletter  .input-box { float: left;}
.footer-custome-top .footer-newsletter  .input-box input.input-text { height: 56px; border: 1px solid #2a4970; background: #fff; border-radius: 0px; width: 550px; margin:0px; max-width: 100%; font-size: 16px;
    padding: 0px 20px;}
.footer-custome-top .footer-newsletter  .actions .button { height: 56px;  float: left; line-height: 56px; background: #38b87d; border: 1px solid #2a4970; font-size: 21px; color: #fff; padding: 0px 50px;}
.slick-slide img{ width: 100%;}
.ourbrandshome .slick-slider { padding: 0px 40px; margin: 25px 0px 0px 0px;}
.ourbrandshome .title.head {
	margin-bottom: 25px;
}
.ourbrandshome .promo-text {
	padding: 25px 0px;
}
.slick-prev { position: absolute; left: 0px; top: 0px;}
.slick-prev:before {
content: "\f80a";
font-family: 'waterforhealth-icon';
font-size: 19px;
color: #777676;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: 0px;
vertical-align: middle;
text-align: center;
}
.slick-next { position: absolute; right: 0px;  top: 0px;}
.slick-next:before {
content: "\f809";
font-family: 'waterforhealth-icon';
font-size: 19px;
color: #777676;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: 0px;
vertical-align: middle;
text-align: center;

}
.slick-arrow {  background: #fff;
background: #fff !important;
border: 1px solid #ccc;
border-radius: 5px;
height: 38px;
width: 42px;
display: block;
margin: -19px 0px 0 0px;
box-shadow: 1px 1px 4px #cccccc;
top: 50%;
}

/*-------------mini-cart----------------*/
.block-cart .mini-cart:before {
content: "\f820";
font-family: 'waterforhealth-icon';
font-size: 24px;
color: #ccc;
margin: 0px;
position: absolute;
top: -29px;
vertical-align: middle;
text-align: center;
right: 10px;

}
.block-cart .mini-cart {
margin: 0;
padding: 0;
list-style: none none;
background: #fff;
border: 1px solid #bababa;
margin-top: 0px;
min-width: 100%;
z-index: 100;
box-sizing: border-box;
display: none;
position: absolute;
top: 100%;
box-shadow: 0 3px 3px rgba(0,0,0,0.15);
right: -10px;
width: 320px;
}
.block-cart .mini-products-list li {
padding: 15px;
clear: both;
border-bottom: 1px solid #bababa;
}
.block-cart .mini-products-list li:last-child {
border-bottom: 0;
}
.block-cart .mini-products-list li .product-image {
float: left;
margin-right: 14px;
min-height: 70px;
border: 1px solid #ccc;
width: 70px;
text-align: center;

}

.block-cart .mini-products-list li .product-details {
    padding-left: 84px;
}
.block-cart .mini-products-list li .product-details button.quantity-button {
	margin-top: 8px;
}

.block-cart .mini-products-list li .product-details .product-name{margin-bottom: 10px; font-weight: 500;}
.block-cart .mini-products-list li .product-details strong {     /*border: 1px solid #ccc;*/
width: 34px;
height: 34px;
text-align: center;
display: inline-block;
vertical-align: middle;
padding: 6px 0px;
margin-right: 5px;}
.block-cart .mini-products-list li .product-details .price {font-weight: 600; font-size: 15px; }

.block-cart .mini-cart .subtotal {
border-top: 1px solid #cbcbcb;
border-bottom: 1px solid #cbcbcb;
text-align: center;
padding: 10px 0;
}
.block-cart .mini-cart .go-to-basket a img {
display: none;
}

.block-cart .mini-cart .go-to-basket { padding:5px 5px 5px 10px; text-align: center; width: 50%; }
.block-cart .mini-cart .go-to-basket a {     font-size: 15px;
background: #38b87d;
height: 34px;
line-height: 34px;
padding: 0px 20px;
border-radius: 0;
color: #fff;
display: inline-block;
margin: 0;
border: none;
width: 100%;
}
.block-cart .mini-cart .check-out { padding:5px 10px 5px 5px; text-align: center; width: 50%;}
.block-cart .mini-cart .check-out .btn-mini-cart-checkout {
font-size: 15px;
width: 100%;
background: #245ca3;
height: 34px;
line-height: 34px;
padding: 0px 20px;
border-radius: 0;
color: #fff;
display: inline-block;
margin: 0;
border: none;
}

.cart-item-quantity{
    border: 0px;
    width: 30px;
    text-align: center;
}






/*-------------button----------------*/
.button.primary {
background: #245ca3;
height: 40px;
line-height: 40px;
padding: 0px 30px;
border-radius: 20px;
color: #fff;
display: inline-block;
margin: 0px 0px 0px 0px;
font-size: 18px;
border: none;
}

.button.secound {
background: #245ca3;
height: 34px;
line-height: 34px;
padding: 0px 25px;
border-radius: 20px;
color: #fff;
display: inline-block;
margin: 0px;
font-size: 13px;
border: none;
}

.button.c-cart {
background: #38b87d;
height: 34px;
line-height: 34px;
padding: 0px 20px;
border-radius: 20px;
color: #fff;
display: inline-block;
margin: 0px;
border: none;
font-size: 15px;
}

.button.third {
font-size: 18px;
background: #38b87d;
height: 40px;
line-height: 40px;
padding: 0px 40px;
border-radius: 20px;
color: #fff;
display: inline-block;
margin: 0px 0px 0px 0px;
border: none;
}




.title.head {
text-align:center;
margin-bottom: 40px;
}

.title.head h3{
background: #245ca3;
height: 52px;
line-height: 52px;
padding: 0px 40px;
border-radius: 30px;
color: #fff;
display: inline-block;
margin: 0px 0px 0px 0px;
font-size: 20px;
}
.title.head:after{
content: "";
background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/title-head-right.png) left center no-repeat;
height: 19px;
width: 164px;
display: inline-block;
margin: 0 0px 0 10px;
}

.title.head:before{
content: "";
background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/title-head-left.png) left center no-repeat;
height: 19px;
width: 164px;
display: inline-block;
margin: 0 10px 0 0px;
}

.is-blogs  .post-list-item {
box-shadow: 2px 2px 5px #bababa;
border: 8px solid #fff;
}

.is-blogs .blog-home-banner-callout { height: 402px; }
.is-blogs .blog-home-banner-wrapper { margin-left: 0; width: 800px; }
.homepage-banner-wp-item {height: 402px; }
.home-blog-section.is-blogs .post-list {
	padding-top: 0;	
}
.home-blog-section.is-blogs .title.head {
	margin-bottom: 25px;
}
.is-blogs .post-list { padding: 40px 0px; margin: 0 -1%; }
.is-blogs .post-list .span3,
.is-blogs .post-list .span3 { width: 33.33%; text-align: center; padding: 0 1%; }
.is-blogs  .post-list .post-list-item .post-entry.entry.post-entry-with-image {

position: relative;
height: 300px;
background-color: #eee;
background-position: 50%;
/*background-size: cover; */

 background-size: 100%;

overflow: hidden;
}
.is-blogs  .post-list .post-list-item .content-hover {
position: absolute;
bottom: 0;
margin: 0;
padding: 7% 10px;
left: 0;
right: 0;
height: 100px;
background-color: hsla(0,0%,100%,0.85);
transition: height .15s ease-out,padding-top .15s ease-out;

}
.is-blogs  .post-list .post-list-item .content-hover .blog-social-login-links {
position: absolute;
right: 0;
top: -36px;
padding-left: 5px;
height: 36px;
line-height: 36px;
background-color: rgba(116,117,168,.60);

color: #fff;
line-height: 1;
transition: top .15s ease-out,width .15s ease-out;
text-align: right;

}
.is-blogs .post-list .post-list-item .content-hover .blog-social-login-links  .fa:before {
line-height: 36px;
}
.is-blogs .post-list .post-list-item .content-hover h2 {
font-size: 19px;
line-height: 26px;
font-weight: 400;
max-height: 100px;
overflow: hidden;
margin-top: 0;
/*    margin-bottom: 20px;  */
height: 100px;
text-align: center;
color: #353535;
}
.is-blogs  .post-list .post-list-item .content-hover h2 a {
color: #000;
}



.is-blogs .post-list .post-list-item .content-hover .storeies-description {
display: none;
font-size: 15px;
line-height: 20px;
color: #3f3f3f;
}
.is-blogs .post-list .post-list-item .content-hover .storeies-description .read-more-wp  {
display: inline-block;width: 100%;
margin-top: 10px;
}

.is-blogs .post-list .post-list-item .content-hover .storeies-description .read-more {
height: 34px; line-height: 34px;font-size: 16px;
display: inline-block;
padding: 0px 20px;


}



.is-blogs .post-list .post-list-item:hover .content-hover {
height: 100%;
padding-top: 45px;
}
.is-blogs .post-list .post-list-item:hover .content-hover .blog-social-login-links {
top:0;
}
.is-blogs .post-list .post-list-item:hover .content-hover .storeies-description {
display: block;

}
.is-blogs .post-list .post-list-item .featured-image {
margin-bottom: 0;
}

.cms-home .navigation{
 top: 40px;
 margin: 0px auto;
 }

.navigation {
background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/desktop-menu-bg.png) left center no-repeat;
 background-size:100%; 
color: #fff;
border-radius: 5px;
position: relative;
top: 0px;
z-index: 1;
padding-bottom: 5px;
margin: 40px auto 0px;
}
.nav-menu {
display: block;
border-radius: 5px;
margin: 0px;
background-color: #2e3192;
list-style: none;
padding: 0px;
position: relative;
z-index: 5;
top: -11px;
}
.nav-menu li {
text-align: left;
position: relative;
}
.nav-menu li.over {
z-index: 998;
}
.nav-menu li a {
display: block;
text-decoration: none;
}
.nav-menu li a:hover {
text-decoration: none;
}

.nav-menu li ul a span {
white-space: normal;
}
.nav-menu li {
float: left;
}
.nav-menu li:last-child a { background: #38b87d; border-radius: 0px 5px 5px 0px; position: relative; padding: 15px 24px 16px 24px;
right: -1px;}
.nav-menu li:last-child a:before {
content: "";
content: "";
background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/online-shop-icon.png) center center no-repeat;
height: 24px;
width: 24px;
float: left;
position: relative;
top: 0;
margin: 0px 10px 0px 0px;
}



.nav-menu li:first-child a {  background: #1b72c5;
border-radius: 5px 0px 0px 5px;
position: relative;
padding: 15px 24px 16px 24px;
right: 1px;}
.nav-menu li:first-child a:before {

content: "";
background: url(https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/menu-list.png) center center no-repeat;
height: 24px;
width: 24px;
float: left;
position: relative;
top: 0;
margin: 0px 20px 0px 0px;
}

.nav-menu li.nav-2 a:after {
content: "\f807";
font-family: 'waterforhealth-icon';
font-size: 30px;
color: #fff;
margin: 0px;
vertical-align: middle;
height: 46px;
width: 46px;
position: relative;
top: 0;
vertical-align: middle;
text-align: center;
margin: 0 0px 0px 15px;

}



.nav-menu li a {
float: left;
padding: 15px 34px;
font-weight: normal;
color: #ffffff;
font-size: 16px;
}
.nav-menu li.over a,
.nav-menu li a:hover {
/*background: #3336a2;*/
color: #ffffff;
}
.nav-menu li.active a {
background: #383bb1;
color: #ffffff;
}
.nav-menu ul,
.nav-menu div {
background: #383bb1;
border: 1px solid #3336a2;
position: absolute;
width: 22em;
top: 35px;
left: -10000px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.nav-menu div ul {
position: static;
width: auto;
border: none;
}
.nav-menu .level0 li a {
background-color: #383bb1;
color: #ffffff;
}
.nav-menu ul li {
float: none;
}
.nav-menu ul li a {
float: none;
padding: 8px 10px;
font-weight: normal;
}
.nav-menu ul li.over > a,
.nav-menu ul li a:hover {
background: #3336a2;
color: #ffffff;
}
.nav-menu li ul.shown-sub,
.nav-menu li div.shown-sub {
      left: 0;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    list-style: none;
    top: 53px;
    background: #fff;
    border: none;
    padding: 0px 0px;

}
.nav-menu li .shown-sub ul.shown-sub,
.nav-menu li .shown-sub li div.shown-sub {
top: 4px;
left: 180px;
}
.nav-menu li ul.shown-sub li {margin: 0px; }
.nav-menu li ul.shown-sub li a {margin: 0px;
    background: transparent;
    border-radius: 0px;
    color: #353535;
     padding: 5px 15px;
    font-size: 15px;
}
.nav-menu li ul.shown-sub li a:hover{
  color: #245ca3;
}

.nav-menu li ul.shown-sub li a:before { display: none;}

/*--------  currency-------- */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: #f1f0f0;
}


.header-currency-box .header-currency-dropdown {
    width: auto;
    color: #2e3192;
    margin-bottom: 0;
    padding: 2px 10px;
    display: block;
    vertical-align: middle;
}
.header-currency-box .dropdown-menu > li > a {
    padding: 3px 10px;
}
.header-currency-box .header-country-flag-image {
    width: 20px;
    height: auto;
    margin: 0px 5px 1px 5px;
    vertical-align: middle;
}

.header-currency-box .dropdown-menu:before
{
    content: "\f820";
    font-family: 'waterforhealth-icon';
    font-size: 24px;
    color: #ccc;
    margin: 0px;
    position: absolute;
    top: -17px;
    vertical-align: middle;
    text-align: center;
    right: 10px;
}

.header-currency-box .dropdown-menu {
     top: 0;
    text-align: left;
    min-width: 155px;
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    border: 1px solid #bababa;
    margin: 20px 0 0 0;
    right: 0;
    width: 200px;
    left: 0;
}
.header-currency-box .open > .dropdown-menu {
    top: 0;
}
.header-currency-label {
    display: inline-block;
    display: none;
}


/* SOCIAL SHARING LINKS */
.social-box {
margin-right: 15px;
}
.social-box .static-sharing:not(.first) {
margin-left: 10px;
}
.social-box .static-sharing .fa {
font-size: 40px;
}
.social-box .static-sharing.email .fa {
font-size: 43px;
}
.breadcrumbs-container .social-box {
margin-right: 5px;
}
.breadcrumbs-container .social-box .static-sharing:not(.first) {
margin-left: 5px;
}
.breadcrumbs-container .social-box .static-sharing .fa {
font-size: 20px;
}
.breadcrumbs-container .social-box .static-sharing.email .fa {
font-size: 21.5px;
}
.breadcrumbs-container .social-box {
margin-top: -2px;
}
.social-box .static-sharing.facebook {
color: #3b5998;
}
.social-box .static-sharing.twitter {
color: #1DA1F2;
}
.social-box .static-sharing.email {
color: #999999;
}

.nav-menu .feefo-menu a {
margin: -8px !important;
}

.nav-menu .feefo-menu a:hover {
background: transparent !important;
}

.sidr-class-accordion-body {
display: none;
}

.ow_page-heading {
max-width: 775px;
float: left;
margin-top: 0px;
}

.ow_page-heading-blog {
max-width: 775px;
}

.ow_feefo-logo-header {
float: right;
position: relative;
bottom: 15px;
height: 40px;
}

.ow_feefo-logo-header-product {
position: relative;
right: 97px;
}

.ow_feefo-logo-header-blog {
position: relative !important;
bottom: 10px !important;
}

.ow_blog-ads-container {
margin-top: 20px;
}

.ow_blog-ad {
margin-bottom: 20px;
}

.ow_blog-feefo-hidden {
display: none;
}

.tier-prices.product-pricing {
list-style: none;
margin-left: 0px;
margin-top: 12px;
}
.tier-prices.product-pricing .benefit {
color: #B42428;
}
.tier-prices-header {
width: 100%;
display: inline;
padding-right: 0;
}
.dotmailer-field {
margin-left: 10px;
}
#signup p input {
position: relative;
bottom: 2.5px;
}
#signup p .button {
position: relative;
bottom: 0;
}
#homepage-banner-wp {
display: inline-block;
width: 100%;
}


/*-----------------------------------------------------------------------------------------------------------
Blog CSS
-------------------------------------------------------------------------------------------------------------*/
.is-blog {
box-sizing: border-box;
background-image: none;
}

*,
*:before,
*:after    {
box-sizing: border-box;
}


.is-blog .nav-menu ul,
.is-blog .nav-menu div {
background: #ffffff;
border: 1px solid #32288b;
top: 40px;
}
.is-blog .nav-menu .level0 li a {
padding: 8px 10px !important; 
}

.is-blog .nav-menu ul li.over > a,
.is-blog .nav-menu ul li a:hover {

}

.is-blog .nav-menu .level-top.our-blog {
position: relative;
}
.is-blog .nav-menu .level-top.our-blog:after {
position: absolute;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #ffffff;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
right:20px;
top:26px;
}

.is-blog .blog-home-banner-callout {
background: #5d5f9b;
position: relative;
}
.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper {
padding: 20px;
color: #fff;
font-size: 14px;
}
.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper .blog-social-login-links {
margin-bottom: 0;

}

.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper h1 {
font-size: 24px;
margin:  0 0 20px 0;
font-weight: 700;
color: #fff;
}

.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper p {
margin:  0 0 15px 0;

}

.is-blog  .blog-social-login-links {
text-align: center;
font-size: 0;

}
.is-blog  .blog-social-login-links a {
margin: 0px 10px;
}
.is-blog  .blog-social-login-links .fa:before {
font-size: 18px;
color: #fff;

}
.is-blog .blog-social-login-links a:hover .fa:before {
color: #000;

}
.is-blog .blog-home-banner-wrapper .slick-list {

}

.is-blog .blog-home-banner-wrapper .slick-slider {
margin-bottom: 0;
}
.is-blog .blog-home-banner-wrapper .slick-slide {
margin: 0 0;
}

.is-blog .blog-home-banner-wrapper .slick-prev,
.is-blog .blog-home-banner-wrapper .slick-next {
top: auto;
bottom: 0;
width: 36px;
height: 36px;
margin-top: 0px;
z-index: 1;
background: #3c3e87 !important;
opacity: .7;
border: none;
border-radius: 
}

.is-blog .blog-home-banner-wrapper .slick-prev:before,
.is-blog .blog-home-banner-wrapper .slick-next:before  {
font-family: 'FontAwesome';
font-size: 30px;
line-height: 1;
opacity: .75;
color: #fff;

}
.is-blog .blog-home-banner-wrapper .slick-prev:before {
content: "\f104";
}
.is-blog .blog-home-banner-wrapper .slick-next:before {
content: "\f105";
}


.is-blog .blog-home-banner-wrapper .slick-prev:hover,
.is-blog .blog-home-banner-wrapper .slick-next:hover {
opacity: 1;
}
.is-blog .blog-home-banner-wrapper .slick-prev {
left: 0;
border-radius: 0px;
}
.is-blog .blog-home-banner-wrapper .slick-next {
left: 38px;
right: auto;
border-radius: 0px;
}

/*-----------------------------------------------------------------------------------------------------------
Blog Breadcrumbs
-------------------------------------------------------------------------------------------------------------*/
.is-blog .breadcrumb {
background: none;
padding: 0;
font-size: 13px;
color: #000000;
margin-bottom: 15px;
margin-top: 15px;

}


.is-blog .breadcrumb a,
.is-blog .breadcrumb a:visited {
color: #000000;
}
.breadcrumb a:hover {
color: #353659;
}
.is-blog .breadcrumb li > .divider {
font-size: 1em;
color: #000000;
}
.is-blog .breadcrumb li > strong{
text-transform: uppercase;
color: #3c3e87;
font-weight: normal;
}

.is-blog .wp-sidebar .block-blog-search .block-content {
border: none;
}
.is-blog .wp-sidebar .block-blog-search .block-content .blog-search {
padding: 0;
border:none;
position: relative;
}
.is-blog .wp-sidebar .blog-search .input-text  {
margin-bottom: 0;
height: 38px;

}
.is-blog .wp-sidebar .blog-search .button {
position: absolute;
right: 0;
top: 0;
height: 38px;
width: 38px;
background: #262878;
border: none;
padding: 0;
min-width: 38px;
}
.is-blog .wp-sidebar .blog-search .button span span:after {
font-family: 'FontAwesome';
font-size: 22px;
content: "\f002";
color: #fff;
text-align: center;
line-height: 34px;
}

.is-blog .wp-sidebar .blog-search .button:hover {
background: #b52827;
}

.is-blog .sidebar {
margin-top: 40px;
}
.is-blog .sidebar .feefo-cta {
text-align: center;

}
.is-blog .sidebar .feefo-cta img{
border: 2px solid #494545;
padding: 2px;

}
.is-blog .sidebar .cta-banner,
.is-blog .sidebar .grcct-approved-cta {
margin-bottom: 20px;
text-align: center;
}

.is-blog  .blog-social-login-links  {
margin-bottom: 20px;
}

.is-blog .sidebar .blog-social-login-links  {
margin-bottom: 20px;
}
.is-blog .sidebar .blog-social-login-links a {
display: block;
padding: 8px;
margin:0 0 5px;
text-align: center;
background: #c1404a;
color: #fff;
}
.is-blog .sidebar .blog-social-login-links .fa {

font-size: 18px;
font-weight: bold;
line-height: 20px;
vertical-align: middle;
}
.is-blog .sidebar .blog-social-login-links .fa:before {

font-family: 'FontAwesome';
font-size: 18px;
margin-right: 10px;
font-weight: normal;

}
.is-blog .sidebar .blog-social-login-links a.pinterest {
background: #c1404a;
}
.is-blog .sidebar .blog-social-login-links a.twitter {
background: #49c4f0;
}
.is-blog .sidebar .blog-social-login-links a.facebook {
background: #485f95;
}
.is-blog .sidebar .blog-social-login-links a.instagram {
background: #4a7393;
margin-bottom: 0;
}
.is-blog .wp-sidebar .blog-search .button span {
font-size: 0;

}
.is-blog .sidebar .blog-social-login-links a:hover {
opacity: 0.8;
}

.is-blog .sidebar .blog-social-login-links a:hover {
color: #000;
}

.blog-home-sidebar-quote-wrapper {
border: 1px solid #858585;
padding: 15px 15px;
margin-bottom: 20px;
}

.blog-home-sidebar-quote-wrapper h3 {
font-size: 24px;
color: #272a7b;
line-height: 30px;
font-weight: normal;
position: relative;
padding: 5px 0px 5px 20px;
margin: 0 0 15px 0 ;
}
.blog-home-sidebar-quote-wrapper h3:before  {
content: "";
border-left: 6px solid #272a7b;
border-radius: 0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
border-radius: 3px;
border-top-right-radius: 2px;
}
.blog-home-sidebar-quote-wrapper p {
font-size: 13px;
color: #000;
line-height: 15px;
font-weight: normal;
padding: 0px 0px 0px 20px;

}
.blog-home-sidebar-quote-wrapper p span.name {
font-weight: bold;
}
.blog-home-sidebar-quote-wrapper p span.designation {
font-size: 12px;
}

.is-blog .wp_page-heading {
border-bottom: 1px solid #b2b2b2;
color: #000;
padding-bottom: 10px;
margin-bottom: 20px;
	margin-top: 0;
	font-size: 1.8em;
}

.is-blog .brand-list .item .brand-image-container{
border: 1px solid #b2b2b2;
text-align: center;
padding: 5px;


}

.is-blog .brand-list .item h2{
margin: 5px 0 5px 0;
text-align: center;
font-size: 16px;
font-weight: bold;

}
.is-blog .brand-list .item h2 a {
color: #000;

}
.is-blog .brand-list .item h2 a:hover {
color: #32288b;

}

.is-blog .post-title {
border-bottom: 2px solid #838383;
margin-bottom: 10px !important;
padding-bottom: 10px;
text-align: left;
}

.is-blog .post-title h1 {
color: #858585;
font-size: 28px;
float: none;
margin-bottom: 10px;
text-align: left;
}

.is-blog .post-title .post-date {
display: inline-block;
}
.is-blog .post-title .social-box {
margin-right: 15px;
display: inline-block;
float: none;
}

.is-blog h2.post-subheading-one-title,
.is-blog .post-subheading-one-title {
border: 3px solid #262b7f;
text-align: center;
padding: 10px 10px;
font-weight: 700;
font-size: 23px;
color: #262b7f;
background: #fff;
margin-bottom: 20px;

line-height: 24px;
}

.is-blog h2.post-subheading-one-title.smaller-box {
	font-size: 15px;
    line-height: 12px;
    display: inline-block;
}

.is-blog h2.post-subheading-one-title-bluebox,
.is-blog .post-subheading-one-title-bluebox {
border: 3px solid #262b7f;
text-align: center;
padding: 10px 10px;
font-weight: 700;
font-size: 23px;
color: #262b7f;
background: #4ec0e5;
background: #daf2ff;
margin-bottom: 20px;

line-height: 24px;
}
.post-bluebox-container {
background: #4ec0e5;
background: #daf2ff;
padding: 15px;
border-radius : 5px;
line-height: 24px;
margin-bottom: 20px;
}
.post-bluebox-container h3 {
color: #000;
margin-bottom: 0;
}
.post-bluebox-container p {
margin-bottom: 15px;
}
.post-bluebox-container strong {
font-weight: bold;
}
.post-bluebox-container a {
color: #000;
text-decoration: underline;
font-weight: bold;
}
.post-bluebox-container a:hover {
color: #B42428;
text-decoration: none;
}

.post-bluebox-container p:last-child {
margin-bottom: 0;
}

.is-blog .post-view .post-view-img {
text-align: center;
margin-bottom: 20px;
}
.is-blog .post-view .post-view-img img {
/*  width: 100%;*/
}

.is-blog .post-subheading-two-container {

}

.is-blog .post-subheading-two-container h3.post-subheading-two-title,
.is-blog .post-subheading-two-container .post-subheading-two-title {
border: 3px solid #262b7f;
text-align: center;
padding: 10px 10px;
font-weight: 700;
font-size: 23px;
color: #262b7f;
background: #fff;
margin-bottom: 20px;

line-height: 24px;
}

.is-blog  .post-subheading-two-content {
display: table;
margin-bottom: 20px;
}
.is-blog  .post-subheading-quote-left {
display: table-cell;
width: 30%;
padding-right: 20px;
position: relative;
font-size: 18px;
color: #000;
font-weight: bold;
line-height: 30px;
}

.is-blog  .post-subheading-quote-left:after {
content: "";
border-left: 6px solid #272a7b;
border-radius: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
border-radius: 3px;

}

.is-blog  .post-subheading-quote-right {
display: table-cell;
width: 65%;
padding: 10px 0 10px 20px;
}
.is-blog  .post-subheading-quote-right p:last-child {
margin-bottom: 0;
}

.is-blog .social-box .blog-social-login-links {
text-align: center;
font-size: 0;
margin-bottom: 0;

}
.is-blog .social-box  .blog-social-login-links a {
margin: 0px 5px;
}
.is-blog .social-box  .blog-social-login-links a:first-child {
margin-left: 0;
}
.is-blog .social-box  .blog-social-login-links .fa {
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
background: #333;
font-family: 'FontAwesome';
display: inline-block;

}
.is-blog .social-box  .blog-social-login-links .fa-pinterest-p {
background: #c1404a;
}
.is-blog .social-box  .blog-social-login-links .fa-youtube {
background: #333;
}
.is-blog .social-box  .blog-social-login-links .fa-twitter {
background: #49c4f0;
}
.is-blog .social-box  .blog-social-login-links .fa-instagram {
background: #4a7393;
}
.is-blog .social-box  .blog-social-login-links .fa-facebook-f {
background: #485f95;
}
.is-blog .social-box  .blog-social-login-links .fa:before {
font-size: 24px;
color: #fff;

}
.is-blog .social-box .blog-social-login-links a:hover .fa {
background: #d1d1d1;
}
.is-blog .social-box .blog-social-login-links a:hover .fa:before {
color: #fff;

}


.is-blog  .meta-details-box {
padding-top: 5px;
}
.is-blog .post-view .post-skips {
margin-top: 0 !important;
}

.is-blog .twitter-content-text-wrapper {
color: #4ec0e5;
font-weight: bold;
font-size: 24px;
padding: 30px 10px 20px;
text-align: center;
position: relative;
margin-bottom: 20px;
line-height: 36px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.is-blog .twitter-content-text-wrapper:before {
background: #4ec0e5;
left: 0;
right: 0;
top: 0px;
height: 4px;
content:'';
position: absolute;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.is-blog .twitter-content-text-wrapper:after {
background: #4ec0e5;
left: 0;
right: 0;
bottom:  0px;
height: 4px;
content:'';
position: absolute;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.is-blog .twitter-content-text-wrapper .fa {
font-size: 0;
background: #fff;
position: absolute;
top: -16px;
width: 80px;
text-align: center;
left: 0;
right: 0;
margin: 0 auto;
}
.is-blog .twitter-content-text-wrapper .tweet-button {
text-align: center;
}
.is-blog .twitter-content-text-wrapper .tweet-button a .fa {
font-size: 14px;
background: #2495d9;
position: static;

margin: 0 auto;
display: inline-block;
text-align: left;
padding: 5px 10px 5px 10px;
border-radius: 4px;
color: #fff;

}
.is-blog .twitter-content-text-wrapper .tweet-button a:hover .fa {
background: #4ec0e5;
}
.is-blog .twitter-content-text-wrapper .tweet-button a .fa:before {
font-size: 14px;
font-family: 'FontAwesome';
margin-right: 5px;
}
.is-blog .twitter-content-text-wrapper .fa:before {
font-size: 36px;
}

.is-blog .twitter-content-text  p:last-child {
margin-bottom: 0;
}
.post-ending-text {
font-size: 13px;
color: #000;
line-height: 18px;
margin-top: 40px;
margin-bottom: 40px;
}
.post-related-products-holder {
	margin-bottom: 20px;
}
.post-related-products-container-new .blog-products-sliders .slick-prev {
left: 0;
}
.post-related-products-container-new .blog-products-sliders .slick-next {
right: 0;
}
.post-related-products-container-new .browse-product-box .browse-product-name {
background: none;margin-bottom: 0; padding: 0;
}

.post-related-products-container-new .browse-product-box .browse-product-name a {
color: #000;
}


.is-blog  .post-list .post-list-item .post-entry.entry.post-entry-with-image {
position: relative;
height: 300px;
background-color: #eee;
background-position: 50%;
background-size: cover;
overflow: hidden;
}
.is-blog  .post-list .post-list-item .img-link {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.is-blog  .post-list .post-list-item .content-hover {
position: absolute;
bottom: 0;
margin: 0;
padding: 16px;
left:0;
right:0;
height: 100px;
background-color: hsla(0,0%,100%,.60);
transition: height .15s ease-out,padding-top .15s ease-out;

}
.is-blog  .post-list .post-list-item .content-hover .blog-social-login-links {
position: absolute;
right: 0;
top: -36px;
padding-left: 5px;
height: 36px;
line-height: 36px;
background-color: rgba(116,117,168,.60);

color: #fff;
line-height: 1;
transition: top .15s ease-out,width .15s ease-out;
text-align: right;

}
.is-blog  .post-list .post-list-item .content-hover .blog-social-login-links  .fa:before {
line-height: 36px;
}
.is-blog  .post-list .post-list-item .content-hover h2 {
font-size: 25px;
font-weight: 600;
max-height: 100px;
min-height: 80px;
overflow: hidden;
margin-top: 0;
margin-bottom: 20px;
}
.is-blog  .post-list .post-list-item .content-hover h2 a {
color: #000;
}



.is-blog  .post-list .post-list-item .content-hover .storeies-description {
font-size: 15px;
line-height: 22px;
}
.is-blog  .post-list .post-list-item .content-hover .storeies-description .read-more {
color: #6265b6;
font-weight: bold;
text-decoration: underline;
}
.homepage-banner-wp-item {
position: relative;
}
.blog-banner-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;

}


/*--------------------account-page---------------------*/
.block-account {
margin: 0px 0px 10px 0px;
background: #fafafa;
border: 1px solid #ccc;
padding: 0px 20px; }
.block-account .block-content { }
.block-account .block-content ul { }
.block-account .block-content ul li { border-bottom: 1px solid #ccc;  }
.block-account .block-content ul li a { margin: 0px; background: #fafafa; border: 1px solid #ccc; padding: 10px 0px; border: none;
line-height: normal; color: #555; }
.block-account .block-content ul li a:hover { border: none; background: none; color: #245ca3;font-weight: 500}
.block-account .block-content ul li.active a { color: #245ca3; font-weight: 500;}
 .accordion { margin: 0px;}
.block-account .block-content ul li:last-child{ border-bottom: 0px;}
.accordion-group { margin-bottom: 10px; border: 1px solid #484979; border-radius: 0px;}
 .accordion-heading {margin: 0px 0px 0px 0px;
background: #245ca3;
border: 1px solid #245ca3;
padding: 0px;
}
 .accordion-heading .accordion-toggle { padding: 10px 20px;}
.left-ctas .cta-banner,
.left-ctas .facebook {
text-align: center;
margin-bottom: 10px;
}
.my-account .page-title {}
.my-account .page-title h1 { font-size: 24px; padding: 0px 0 10px 0; margin: 0 0 15px 0; color: #245ca3; border-bottom: 1px solid #ccc;}
.my-account .welcome-msg { display: inline-block; width: 100%; margin-bottom: 20px;}
.my-account .nav-tabs { display: inline-block; width: 100%; margin: 0px; padding: 0px; list-style: none; border-bottom: 1px solid #ccc; float: left;}
.my-account .nav-tabs li {}
.my-account .nav-tabs li a {background: #245ca3; padding: 12px 30px; color: #fff; border: none; font-size: 15px; position: relative; top: 1px;
 margin: 0px 2px 0px 0px; border-radius: 0px;}
.my-account .nav-tabs li a {   }
.my-account .nav-tabs li a:hover { border: none; background: none; background: #38b87d;}
.my-account .nav-tabs li.active a { color: #fff;  background: #38b87d; font-size: 15px;}
.my-account .tab-content {}
.my-account .tab-content h5 { font-size: 18px; color: #555;}
.my-account { }
.my-account  .fieldset .form-list .fields { }
.my-account  .fieldset .form-list .field { margin: 0px; width: 33.33%; padding: 0px 1%; }
.my-account  .fieldset .form-list .wide { margin: 0px; width: 100%; padding: 0px 1%; }
.my-account  .fieldset .form-list .input-box { }
.my-account  .fieldset .form-list .input-box input.input-text {height: 34px; border: 1px solid #ccc; width: 100%; box-shadow: none; }
.my-account  .fieldset .form-list .input-box select {height: 34px; border: 1px solid #ccc; width: 100%; box-shadow: none; }
.newsletter-manage-index .my-account .fieldset {margin: 0px 0px 20px 0px; }
.my-account .buttons-set .back-link a {
background: #245ca3;
height: 34px;
line-height: 34px;
padding: 0px 25px;
border-radius: 0px;
color: #fff;
display: inline-block;
margin: 0px;
border: none;
font-size: 13px;
}
.my-account .buttons-set .required {color: red; }

.my-account .buttons-set .button{
 background: #38b87d;
height: 34px;
line-height: 34px;
padding: 0px 25px;
border-radius: 0px;
color: #fff;
display: inline-block;
margin: 0px;
border: none;
font-size: 13px;
}

/*-----------------------------------------------------------------------------------------------------------
FieldSet
-------------------------------------------------------------------------------------------------------------*/
.my-account  .fieldset {
padding: 20px;
margin: 50px 0 20px;
position: relative;
border: 1px solid #ccc;
}
.my-account  .fieldset .legend {
    color: #fff;
    background-color: #245ca3;
    border: 1px solid #245ca3;
    padding: 10px 20px;
    position: absolute;
    top: -42px;
    left: -1px;
    line-height: 20px;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}


/*--------------------account-page---------------------*/

/*-----------------------------------------------------------------------------------------------------------
Cart
-------------------------------------------------------------------------------------------------------------*/
.checkout-cart-index .page-title {
margin-left: 10px;
}
.cart .continue-update-sets {
padding: 10px 0;
}
.cart .totals {
width: 100%;
}
.cart .totals .table th,
.cart .totals .table td {
border: 0;
}
.cart {}
.cart .left .btn-continue {
background: #245ca3;
height: 40px;
line-height: 10px;
padding: 0px 30px;
border-radius: 0px;
color: #fff;
font-weight: 500;
display: inline-block;
margin: 0px 0px 0px 0px;
font-size: 14px;
border: none;
}

.cart .right .btn-update {
background: #38b87d;
height: 40px;
line-height: 10px;
padding: 0px 30px;
border-radius: 0px;
color: #fff;
font-weight: 500;
display: inline-block;
margin: 0px 0px 0px 0px;
font-size: 14px;
border: none;
}


/*-----------------------------------------------------------------------------------------------------------
Cart Table
-------------------------------------------------------------------------------------------------------------*/
.cart-table {
width: 100%;
margin-bottom: 0;
}
.cart-table th {
background: #f5f5f5;
    line-height: 24px;
    text-align: left;
    color: #333;
    vertical-align: top;
    padding: 10px 20px;
    font-weight: normal;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ccc !important;

}
.cart-table td {
background: #ffffff;
padding: 10px 20px;
line-height: 24px;
text-align: left;
vertical-align: top;
border: 1px solid #ccc;
text-align: center !important   ;
}
.cart-table td .cart-price .price {color: #215598; font-size: 16px; font-weight: 500; }
.cart-table td.quantity input  { height: 40px; width: 40px; box-shadow: none; text-align: center; padding: 0px 0px;  border: 1px solid #ccc;}

.cart-table td .product-image {
 border: 1px solid #eee;
 height: 80px;
 width: 80px;
 text-align:  center;
 margin-right: 20px;
}
.cart-table td .product-name  { margin: 20px 0px 0px 0px;}
.cart-table td .product-name a {color: #555; font-weight: 500; }

.cart-table thead th {
vertical-align: bottom;
}
.cart-table caption + thead tr:first-child th,
.cart-table caption + thead tr:first-child td,
.cart-table colgroup + thead tr:first-child th,
.cart-table colgroup + thead tr:first-child td,
.cart-table thead:first-child tr:first-child th,
.cart-table thead:first-child tr:first-child td {
border-top: 0;
}
.cart-table tbody + tbody {
border-top: 2px solid #eeeeee;
}
.cart-table .table {
background-color: transparent;
}
.cart-table .product-info {
width: 60%;
}

.cart-table .quantity {
text-align: center;
}
.cart-table .unit-price,
.cart-table .subtotal {
text-align: center;
}
.cart-table .btn-remove {
display: block;
}
.cart-table .link-wishlist {
text-transform: uppercase;
font-size: .75em;
float: left;
clear: both;
color: #555555;
}
.cart-table .item-options dt {
float: left;
margin-right: 12px;
}
.cart .shipping-totals-sets {display: inline-block;  width: 100%; margin: 30px 0px 0px 0px; }
.cart .shipping-totals-sets .delivery-container { width: 49%; float: left;}
.cart .shipping-totals-sets .totals-container { width: 49%; float: right;}
.cart .shipping-totals-sets .totals-container .total-table td {padding: 4px 20px; }
.cart .shipping-totals-sets .totals-container .total-table strong { font-size: 18px; font-weight: 500;  color: #245ca3;}
.cart .shipping-totals-sets .totals-container .totals .checkout-types {text-align:right; }

.cart .shipping-totals-sets .totals-container .totals { background: #f5f5f5;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #555;
    font-weight: 500;}
.cart .shipping-totals-sets .delivery:before { content: "\f830"; float: left;
    font-family: 'waterforhealth-icon';
    font-size: 50px;
    color: #1b72c5;
    margin: 0px;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    position: relative;
    top: 0px;}
.cart .shipping-totals-sets .delivery img {display: none; }

.cart .shipping-totals-sets .delivery, .cart .shipping-totals-sets .secure-shopping {
     width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #dedbdb;
    padding: 30px;
    box-shadow: 0 0 0 14px #f5f5f5 inset;
    font-size: 16px;
    font-weight: 500;

}

.cart .shipping-totals-sets .delivery-container .free-d { float: left; width: 80%; padding: 0 0px 0 10px; }
.cart .shipping-totals-sets .secure-shopping { margin: 20px 0px 0px 0px;}
.icon-add-to-cart { display: none; }

.btn-cart,
.btn-proceed-checkout,
.btn-mini-cart-checkout,
.btn-review,
.onestepcheckout-place-order,
.add-to-bag,
.btn-buy-now,
.btn-quick-order {
    background: #38b87d;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
        padding: 12px 40px
}
.cart-bottom  { display: inline-block;width: 100%;}
.cart-bottom .coupon h6 {    display: inline-block;
    width: 100%;
    text-align: center; }
.cart-bottom .coupon .discount-form { display: inline-block; width: 100%;}
.cart-bottom .coupon .discount-form .input-box {     display: inline-block;
    width: 50%;}
.cart-bottom .coupon .discount-form .buttons-set {display: inline-block;  }
.cart-bottom .coupon .discount-form .buttons-set .btn-coupon {font-size: 14px;
    background: #38b87d;
    height: 34px;
    line-height: 34px;
    padding: 0px 40px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    border: none }
.cart-bottom .coupon .discount-form .input-box input {height: 34px; border: 1px solid #ccc;  width: 100%; margin: 0px;}

.cart-bottom .coupon, .cart-bottom .telepone-box {  width: 49%;
        min-height: 138px;
   float: left;
    background: #fff;
    border: 1px solid #dedbdb;
    padding: 30px;
    box-shadow: 0 0 0 14px #f5f5f5 inset;
    font-size: 16px;
    font-weight: 500; }

.cart-bottom .telepone-box { float: right;}

/*--------------------chackout-------------------*/
#onestepcheckout-form .group-select {
	margin: 0;
}
#onestepcheckout-form .onestepcheckout-title {
    font-size: 24px;
    padding: 0px;
    margin: 0 0 15px 0;
    color: #245ca3;
 }

.onestepcheckout-login-link  {
text-align: center;
}
.onestepcheckout-index-index .mobile-accordion-menu {
display: none!important;
}

.onestepcheckout-index-index .header { height: auto; border-bottom: 2px solid #2e3192;  position: inherit !important; width: 100%;}
.onestepcheckout-index-index .header .safe-secure-shopping {    width: 40%; text-align: right; float: right;}
.onestepcheckout-index-index .header .column-logo { width: 25%; float: left; max-width: 25%;}
.onestepcheckout-index-index .header .column-logo .logo { margin: 0px;}
.onestepcheckout-index-index .header .column-cta { margin: 10px 0px 0px 0px; float: right; width: 75%; padding: 0 0 0 3%}
.onestepcheckout-index-index .header-container { max-width: 1170px; margin: 20px auto;}
.onestepcheckout-index-index .footer-ctas-container { display: none; }

.loading-ajax,
.loading-ajax-login {
min-height: 30px;
background-image: url('https://www.water-for-health.co.uk/skin/frontend/optimiseweb/w4h/images/opc-ajax-loader.gif');
background-repeat: no-repeat;
background-position: center top;
margin: 20px 0;
}
.onestepcheckout-error {
    border-style: solid !important;
    border-width: 1px !important;
    min-height: 24px !important;
    padding: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-color: #eed3d7;
    background-color: #f2dede;
    color: #f95c4b;
    margin-bottom: 10px;
}
.checkoutcontainer ul,
.checkoutcontainer li {
margin: 0;
padding: 0;
list-style: none;
clear: both;
}
.checkoutcontainer label {
    color: #555555;
    width: auto;
    margin-bottom: 5px;
    font-weight: 500;
}
.checkoutcontainer .input-box {
    float: left;
    margin: 0px;
    padding: 0px 2%;
    width: 50%;
}
.checkoutcontainer .input-box.input-address { width: 100%;}
.checkoutcontainer .input-box.input-country { width: 100%;}
.checkoutcontainer .input-box.input-city { width: 100%;}
.checkoutcontainer .input-box.input-telephone { width: 100%;}
.checkoutcontainer .input-box.input-country select { width: 100%;}

.checkoutcontainer .input-text {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
}
.checkoutcontainer .input-countr select,
.checkoutcontainer .input-city input,
.checkoutcontainer .input-address input {

}
.checkoutcontainer input[type="checkbox"],
.checkoutcontainer input[type="radio"] {
float: left;
margin-right: 6px;
}
.checkoutcontainer .onestepcheckout-column-left {
padding-right: 15px;
}
.checkoutcontainer .onestepcheckout-column-middle {
padding: 0 15px;
}
.checkoutcontainer .onestepcheckout-column-right {
padding-left: 15px;
}
.checkoutcontainer .onestepcheckout-column-left,
.checkoutcontainer .onestepcheckout-column-middle,
.checkoutcontainer .onestepcheckout-column-right {
float: left;
width: 33.33%;
min-height: 500px;
}
.checkoutcontainer .onestepcheckout-column-left,
.checkoutcontainer .onestepcheckout-column-middle {
border-right:1px solid #ccc;
}
.checkoutcontainer .onestepcheckout-numbers,
.checkoutcontainer .shipping-address-title {
    padding: 8px 20px;
    background: #245ca3;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}
.checkoutcontainer .shipping-address-title {
margin: 20px 0;
}
.checkoutcontainer .validation-advice {
color: #9d261d;
margin-bottom: 20px;
}
.checkoutcontainer .payment-methods dt,
.checkoutcontainer .shipment-methods dd {

font-weight: normal;
margin-left: 12px;
margin-bottom: 6px;
}
.checkoutcontainer .shipment-methods dt,
.checkoutcontainer #shipping_address .form-alt {
margin-left: 16px;
}
.checkoutcontainer .shipment-methods dt {
	margin-bottom: 5px;	
}
.checkoutcontainer .choose,
.checkoutcontainer .input-different-shipping,
.checkoutcontainer #billing_address_list .control,
.checkoutcontainer #shipping_address_list .control {
margin: 8px 0;
padding: 8px 0 0 12px;
background: #f5f5f5;
border-radius: 4px;
display: block;
width: 100%;
*zoom: 1;
}
.checkoutcontainer .choose:before,
.checkoutcontainer .input-different-shipping:before,
.checkoutcontainer #billing_address_list .control:before,
.checkoutcontainer #shipping_address_list .control:before,
.checkoutcontainer .choose:after,
.checkoutcontainer .input-different-shipping:after,
.checkoutcontainer #billing_address_list .control:after,
.checkoutcontainer #shipping_address_list .control:after {
display: table;
content: "";
line-height: 0;
}
.checkoutcontainer .choose:after,
.checkoutcontainer .input-different-shipping:after,
.checkoutcontainer #billing_address_list .control:after,
.checkoutcontainer #shipping_address_list .control:after {
clear: both;
}
.checkoutcontainer #shipping_address_list ul,
.checkoutcontainer #billing_address ul {

}
.checkoutcontainer .choose label,
.checkoutcontainer .input-different-shipping label,
.checkoutcontainer #billing_address_list .control label,
.checkoutcontainer #shipping_address_list .control label {
font-size: 0.95em;
}
.checkoutcontainer .checkout-trust {
background: #f5f5f5;
margin: 20px 0;
padding: 20px;
text-align: center;
border-radius: 4px;
}
.checkoutcontainer .checkout-trust .telephone,
.checkoutcontainer .checkout-trust h6 {
font-size: 1.14em;
}
.checkoutcontainer .checkout-trust img {
margin: 12px;
}
.onestepcheckout-popup-contents {
background: #ffffff;
padding: 20px;
border: 1px solid oscLoginPopupBorder;
border-radius: 6px;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.onestepcheckout-popup-contents .popup-action {
	margin-top: 10px;
}
.onestepcheckout-popup-contents .form-list li {
margin-bottom: 20px;
}
.onestepcheckout-popup-contents .btn-offset2 {
padding-left: 230px;
}
.onestepcheckout-summary table {width: 100%;}
.onestepcheckout-summary table .total .price {color: #215598; font-weight: 500;  font-size: 15px;}
.onestepcheckout-summary table .qty { }
.onestepcheckout-summary table th {
background: #f5f5f5;
color: #555;
border-bottom: 1px solid #dedbdb;
font-weight: 500;
}
.onestepcheckout-summary table th,
.onestepcheckout-summary table td {
padding: 4px 10px;
}
.onestepcheckout-summary table th,
.onestepcheckout-summary table td {
padding: 6px 12px;
}
.onestepcheckout-summary table td h1,
.onestepcheckout-summary table td h2,
.onestepcheckout-summary table td h3,
.onestepcheckout-summary table td h4,
.onestepcheckout-summary table td h5,
.onestepcheckout-summary table td h6 {
font-size: 1em;
color: #484979;
line-height: 24px;
margin: 0;
}
.onestepcheckout-summary table th a,
.onestepcheckout-summary table td a {
color: #484979;
}
.onestepcheckout-summary table caption + thead tr:first-child th,
.onestepcheckout-summary table caption + tbody tr:first-child th,
.onestepcheckout-summary table caption + tbody tr:first-child td,
.onestepcheckout-summary table colgroup + thead tr:first-child th,
.onestepcheckout-summary table colgroup + tbody tr:first-child th,
.onestepcheckout-summary table colgroup + tbody tr:first-child td,
.onestepcheckout-summary table thead:first-child tr:first-child th,
.onestepcheckout-summary table tbody:first-child tr:first-child th,
.onestepcheckout-summary table tbody:first-child tr:first-child td {
border-top: 0;
}
.onestepcheckout-summary table .name {
text-align: left;
}
.onestepcheckout-summary table .total,
.onestepcheckout-summary table .value {
text-align: right;
}
.onestepcheckout-totals { background: #f5f5f5; margin-bottom: 20px; border: 1px solid #dedbdb; }
.onestepcheckout-totals .grand-total { color: #215598; font-weight: 500; font-size: 18px;}
.onestepcheckout-feedback,
.onestepcheckout-comments {
margin: 0px;
}
.onestepcheckout-feedback label,
.onestepcheckout-comments label {

font-weight: normal;
}
.onestepcheckout-feedback select,
.onestepcheckout-comments select,
.onestepcheckout-feedback textarea,
.onestepcheckout-comments textarea {
width: 100%;
}
.onestepcheckout-place-order-wrapper { display: inline-block; width: 100%;}
.onestepcheckout-place-order-wrapper .onestepcheckout-button {width: 50%;  font-size: 16px;  padding: 1px 20px; float: left;}
.onestepcheckout-place-order-wrapper .btn-continue {    width: 49%; font-size: 16px; padding: 1px 20px; background: #215598; border: none; color: #fff; float: right;}


.onestepcheckout-place-order-loading {
display: none;
}
.checkout-guarantee-text {
background: #eeeeee;
padding: 8px;
margin: 20px 2px;
text-align: center;
}
.checkout-guarantee-text a {
color: #000000;
text-decoration: underline;
}
#cboxTitle {
margin: 0;
font-size: 1.5em;
font-weight: bold;
text-transform: capitalize;
}

.about-page-video {
	 min-width: 60%; float: right;
}

/*-------------------cms-online-shop-html------------------*/
.cms-online-shop-html { }
.cms-online-shop-html .navigation { top: 40px;  margin: 0px auto; }
.catalog-category-view .navigation { top: 40px;  margin: 0px auto; }
.catalog-category-view .container.main-container { width: 100%;}
.cms-online-shop-html .container.main-container { width: 100%;}
.catalog-category-view .span12 { width: 100%; margin: 0px;}
.catalog-category-view .list-view-all {display: block;float: right;margin: 5px;
	width: 100%;
	text-align: center;
}


.our-categories-box {display: inline-block; width: 100%; padding: 0px; margin: 0px; }
.our-categories-box .title.head {
	margin-bottom: 25px;
}
.our-categories-box .promo-text { padding-top: 0; padding-bottom: 25px;}
.our-categories-box .promo-text h1 {
	text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #555;
    margin: 0 0 20px;
}
.our-categories-box .onshop-cat-list {display: inline-block; width: 100%; padding: 0px; margin: 0px; list-style: none; vertical-align: top; }
.our-categories-box .onshop-cat-list li.cat-item { float: left; width: 25%; padding: 0px .5% .5% 0px; }
.our-categories-box .onshop-cat-list li.cat-item .cat-info { border: 1px solid #ccc; height: 360px; padding: 0; position: relative;}
.our-categories-box .onshop-cat-list li.cat-item .cat-photo {width: 280px; height: 280px;}
.our-categories-box .onshop-cat-list li.cat-item:hover .our-categories-text { height: 50% !important; }
.our-categories-box .onshop-cat-list li.cat-item:hover .our-categories-text .cat-name  strong  {font-size: 18px; padding: 20px 0px 0px 0px;}
.our-categories-box .onshop-cat-list li.cat-item:hover .our-categories-text  { border-radius: 0px 0px 5px 5px;}

.our-categories-box .onshop-cat-list li.cat-item .our-categories-text {
        position: absolute;
    bottom: 2%;
    margin: 0;
    padding: 0px;
    left: 2%;
    right: 0;
    height: 48px;
    background: rgba(76, 184, 125, 1) /* Green background with 30% opacity */;
    transition: height .15s ease-out,padding-top .15s ease-out;
    width: 96%;
    border-radius:5px;
     text-align: center;
    overflow: hidden;
    }

.our-categories-box .onshop-cat-list li.cat-item .cat-info .our-categories-text .des {font-size: 14px;  color: #fff; padding: 0px;
 line-height: 20px; padding: 20px 20px 0px 20px;  text-align: center; }
.our-categories-box .onshop-cat-list li.cat-item .cat-info .our-categories-text .view-details a {color: #38b87d;}
.our-categories-box .onshop-cat-list li.cat-item .cat-info .our-categories-text .view-details {
font-size: 15px;
    background: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0px 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    text-align: center;
    display: inline-block;
    text-align: center;
    margin: 20px auto 0px;
    box-shadow: 3px 3px 3px -2px #226646;

}
.our-categories-box .onshop-cat-list li.cat-item .cat-info .cat-name  strong {background: #38b87d;
border-radius: 5px;
height: 42px;
color: #fff;
font-weight: 500;
font-size: 16px;
text-align: center;
padding: 10px 0px;
display: inline-block;
width: 100%;
}
.best-sellers-onlineshop {background: #f8f8f8; display: inline-block;  width: 100%; padding: 30px 0px; margin: 30px 0px;}
.slick-slider {  margin: 0px;}
.best-sellers-onlineshop .title.head {
	margin-bottom: 25px;
}
.best-sellers-onlineshop .promo-text {
	padding-top: 0;
	padding-bottom: 25px;
}
.best-sellers-onlineshop .slick-slide { margin: 0px 6px; border: 1px solid #dbdada; padding: 10px; background: #fff;}
.best-sellers-onlineshop .slick-slide .text.our-categories-text {    text-align: center;    padding: 0px 0px 20px 0px;}
.best-sellers-onlineshop .slick-slide .text.our-categories-text .product-name {}
.best-sellers-onlineshop .slick-slide .text.our-categories-text .product-name a {  font-size: 15px;  color: #353535; margin: 10px 0px; display: inline-block; width: 100%;}
.best-sellers-onlineshop .slick-slide .text.our-categories-text .price-box { }
.best-sellers-onlineshop .slick-slide .text.our-categories-text .price-box .minimal-price {font-size: 20px; margin: 0px 0px 10px 0px; font-weight: 500; }
.best-sellers-onlineshop .slick-slide .text.our-categories-text .price-box .price { color: #5b5b5c; }
.best-sellers-onlineshop .slick-slide .text.our-categories-text .price-box .price-label { color: #5b5b5c; text-transform: uppercase;}
.best-sellers-onlineshop .slick-arrow, .newproducts-onlineshop .slick-arrow  { margin: -19px -50px 0 -50px;}

.newproducts-onlineshop {background: #f8f8f8; display: inline-block;  width: 100%; padding: 10px 0px 30px 0px;  margin: 30px 0px;}
.newproducts-onlineshop .title.head {
	margin-bottom: 25px;
}
.newproducts-onlineshop .promo-text {
	padding-top: 0;
    padding-bottom: 25px;
}
.newproducts-onlineshop .slick-slide { margin: 0px 6px; border: 1px solid #dbdada; padding: 10px; background: #fff;}
.newproducts-onlineshop .slick-slide .text.our-categories-text {    text-align: center;    padding: 0px 0px 20px 0px;}
.newproducts-onlineshop .slick-slide .text.our-categories-text .product-name {}
.newproducts-onlineshop .slick-slide .text.our-categories-text .product-name a {  font-size: 15px;  color: #353535; margin: 10px 0px; display: inline-block; width: 100%;}
.newproducts-onlineshop .slick-slide .text.our-categories-text .price-box { }
.newproducts-onlineshop .slick-slide .text.our-categories-text .price-box .minimal-price {font-size: 20px; margin: 0px 0px 10px 0px; font-weight: 500; }
.newproducts-onlineshop .slick-slide .text.our-categories-text .price-box .price { color: #5b5b5c; }
.newproducts-onlineshop .slick-slide .text.our-categories-text .price-box .price-label { color: #5b5b5c; text-transform: uppercase;}
.brands-onlineshop .promo-text {  display: none;}
.brands-onlineshop .browse-categories-heading {
	margin: 0;
	padding: 0;
}
.brands-onlineshop .title.head {
	margin-bottom: 25px;
}
.brands-onlineshop .slick-slider { padding: 0px 40px 0px 40px; margin: 0px;}
.spec-promo-onlineshop .title.head {
	margin-bottom: 25px;
}
.spec-promo-onlineshop .promo-text {
	padding-top: 0;
    padding-bottom: 25px;
}
.spec-promo-onlineshop .spec-promo-banner { }
.spec-promo-onlineshop .spec-promo-banner ul {margin: 0px; padding: 0px; list-style: none }
.spec-promo-onlineshop .spec-promo-banner ul li {float: left; padding: 5px; }
.spec-promo-onlineshop .spec-promo-banner ul li.video-banners { width: 31.5%; }
.spec-promo-onlineshop .spec-promo-banner ul li.video-banners img {width: 100%;}
.spec-promo-onlineshop .spec-promo-banner ul li.promo-banners-two { width: 68%; }
.spec-promo-onlineshop .spec-promo-banner ul li.promo-banners-four  { width: 31.5%; }
.spec-promo-onlineshop .spec-promo-banner ul li.promo-banners-three { width: 68%; }
.spec-promo-onlineshop .spec-promo-banner-six  { margin: 0px;  list-style: none;}
.spec-promo-onlineshop .spec-promo-banner-six ul { margin: 0px;  list-style: none;}
.spec-promo-onlineshop .spec-promo-banner-six ul li { float: left;  width: 33.33%; padding: 5px;}
.spec-promo-onlineshop .spec-promo-banner-six ul li img {  width: 100%;}


.category-info-with-image { display: inline-block; width: 100%; margin: 0px; padding: 0px; position: relative; z-index: -1;}
.category-info-with-image h1.category-title {   margin: -30px 0px 0px 0px; padding: 0px; position: absolute; top: 50%;  font-size: 61px;
font-weight: bold;   color: #fff; text-shadow: 1px 1px 1px #000;} 
.cat-promo-text { font-size: 28px; color: #696969; line-height: 36px; margin: 0 0px 40px; padding: 0px; text-align: center; font-weight: 300; }
.toolbar {margin: 0px 0px 15px 0px; padding: 0px; }
.toolbar .sort-by { margin: 0px; padding: 0px; margin: 0px;  padding: 0px 15px;  border: 1px solid #cac9c9; height: 34px; line-height: 34px;}
.toolbar .sort-by a { font-size: 14px; color: #747474; }
.toolbar .sort-by .caret {display: none; }
.toolbar .sort-by a:after {content: "\f80b"; font-family: 'waterforhealth-icon'; font-size: 13px; color: #1e1e1e; margin: 0px 0px 0px 20px;}
.toolbar .list-pager  {float: left !important; }

.toolbar .list-pager  .limiter select {float: left !important; margin: 0px; padding: 0px; margin: 0px; padding: 0px 15px; 
border: 1px solid #cac9c9; line-height: 34px; height: 34px; width: 70px;
appearance:none; -moz-appearance:none; /* Firefox */-webkit-appearance:none; /* Safari and Chrome */
background: transparent;
}
.toolbar .list-pager  .limiter {float: left; position: relative;z-index: 2;}
.toolbar .list-pager  .limiter:after {
    content: "\f80b";
    font-family: 'waterforhealth-icon';
    font-size: 13px;
    color: #1e1e1e;
    margin: 6px 0px 0px 0px;
    position: absolute; right: 10px;
    z-index: -1;
}

.toolbar .list-pager .amount { text-align: left; float: left !important; line-height: 34px;  color: #747474;  float: left;  margin: 0px 20px;}
.toolbar .list-pager .amount strong { font-weight: normal; }

.category-grid { list-style: none; margin: 0px -5px; padding: 0px; display: flex; flex-direction: row; flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
}
.category-grid .item {float: left; width: 24.9%; margin: 0px; padding: 0px; text-align: center;}

.produt-tab-section .browse-product-box .price-box,
.category-grid .item .price-box {
	margin-bottom: 10px;
}
.produt-tab-section .browse-product-box .price-box .old-price,
.category-grid .item .price-box .old-price {
	margin-bottom: 0;
}
.category-grid .item .price-box {
    font-weight: 700;
}

.category-grid .item .product-item { margin: 5px; border: 1px solid #dbdada; padding: 10px; background: #fff; height: 98%;
	padding-bottom: 63px;
	position: relative;
}
.category-grid .item .product-item .product-details .button.c-cart {
	width: 130px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 29px;
}
.category-grid .item .product-item .product-details .product-name a { 
font-size: 15px;
    color: #353535;
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    /*max-height: 20px;*/
    overflow: hidden;
    width: 200px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	margin-left: auto;
	margin-right: auto;
 }
/*.category-grid .item .product-item .product-details{ padding: 0px 0px 20px 0px;}*/
.category-grid .item .product-item .product-details .price-box .minimal-price { font-size: 20px; margin: 0px 0px 10px 0px; font-weight: 500; }
.category-grid .item .product-item .product-details .price-box .price-label { color: #5b5b5c; text-transform: uppercase; }
.category-grid .item .product-item .product-details .price-box .price { color: #5b5b5c; text-transform: uppercase; }
.category-grid .item .product-item .product-details .pro-small-description {  color: #5b5b5c; padding: 0px; margin: 0 0 10px 0;
 text-align: center; display: inline-grid; }
.category-grid .item .product-item .product-details .pro-small-description li { text-align: left; }
.cat-description { display: inline-block; margin: 0px 0px 0px 0px; width: 100%; }
.cat-description .cat-video-box {}
.cat-description .cat-video-box .info { width: 55%; float: left; padding: 3% 0px 0px 40px;}
.cat-description .des p { line-height: 25px; color: #5f5f60; margin-bottom: 15px; font-size: 15px;}
.cat-description .des { display: inline-block; width: 100%;}
.cat-description .cat-video-box .cat-vedeo {  float: left; width: 45%;  max-width: 480px; padding-top: 3%;}
.cat-description .cat-video-box .cat-vedeo iframe { width: 100%; }
.cat-description .des h2 {font-size: 28px; color: #245ca3; font-weight: 300; padding: 0px 0px 20px 0; display: inline-block;  width: 100%;}
.cat-description .des p {}
.catalog-product-view .container.main-container {  width: 100%; }
.catalog-product-view .container.main-container .span12 {  width: 100%; }
.product-view { display: inline-block;  width: 100%; margin: 0px; }
.product-view .product-shop {  float: right; margin: 0px; width: 55%; padding: 0px 0px 0px 20px;}
.product-view .product-shop .product-name {margin: 0px 0px 20px 0px; padding: 0px; }
.product-view .product-shop .product-name h1 {
	color: #5f5f60; font-size: 24px; line-height: 27px; font-weight: 500;
}
.product-view .product-shop .shortdescription {margin: 0px 0px 20px 0px; padding: 0px; color: #908e8e; font-size: 15px; 
line-height: 25px; display: inline-block; width: 100%;}
.product-view .product-shop .shortdescription p {margin: 0px 0px 15px 0px;}
.product-view .product-shop .button.primary { font-weight: normal; padding: 0px 20px;}
.product-view .product-shop .button.primary:after { content: "\f80b"; font-family: 'waterforhealth-icon';}
.product-view .product-shop .quick-order {display: block;max-width: 75%;float: left;}
font-size: 15px; color: #fff; margin: 0px 0px 0px 5px; font-weight: bold; }
.product-view .product-shop .anchors-box {display: inline-block;  width: 100%; margin: 25px 0px 0px 0px;}
.product-view .product-shop .anchors-box ul {margin: 0px; padding: 0px; list-style: none;}
.product-view .product-shop .anchors-box ul li {float: left;  margin-right: 8px; margin-bottom: 5px;}
.product-view .product-shop .anchors-box ul li:last-child  { margin-right: 0px; }
.product-view .product-shop .anchors-box ul li a {float: left; border: 1px solid #d4d4d4; padding: 0px 20px;  color: #1b72c5; line-height: 40px;
line-height: 40px; font-size: 14px; border-radius: 20px;}
.product-view .product-shop .price-box.minimal-price-box { margin: 10px 0px 0px 0px; display: inline-block; width: 100%; text-align: left;}
.product-view .product-shop .price-box.minimal-price-box .price {color: #5b5b5c; text-transform: uppercase;  font-size: 24px; }

/*--Customization to show price in different format for special promotional products in product view--*/
.special-promotion-price-box.price-box { margin: 10px 0px 0px 0px; width: 100%; text-align: left; display: inline-block; font-weight: 700; color: #5b5b5c; text-transform: uppercase; font-size: 18px; }

.product-view .product-shop-box {display: inline-block;  width: 100%; padding: 20px 0px 40px 0px;}
.product-view .product-shop-box .product-name h1 {font-size: 28px;  color: #245ca3; padding: 25px 0px; margin: 0px;  font-weight: 300; }
.product-view .product-shop-box h2 {font-size: 28px;  color: #245ca3; padding: 0px 0px 25px 0px; margin: 0px;  font-weight: 300; }
.product-view .product-shop-box p {font-size: 15px;  color: #5f5f60; margin-bottom: 12px; }
.product-view .product-shop-box p:last-child { margin-bottom: 0; }
.product-view .product-shop-box p .price-label {display: none;}
.product-view .product-shop-box table.grouped-items-table { width: 100%; margin: 40px 0 0 0;}
.product-view .product-shop-box table.grouped-items-table thead {border: 1px solid #57a07e;}
.product-view .product-shop-box table.grouped-items-table tbody { border: 1px solid #dedbdb;}

.product-view .product-shop-box table.grouped-items-table th.text-right.price {width: 20%; text-align: center;}
.product-view .product-shop-box table.grouped-items-table th.text-center.Qty {width: 20%; text-align: center;}
.product-view .product-shop-box table.grouped-items-table th.add-to-cart-action {width: 20%; text-align: center;}

.product-view .product-shop-box table.grouped-items-table td.text-right.price {width: 20%; text-align: center;}
.product-view .product-shop-box table.grouped-items-table td.text-center.Qty {width: 20%; text-align: center;}
.product-view .product-shop-box table.grouped-items-table td.add-to-cart-action {width: 20%; text-align: center;}

.product-view .product-shop-box table.grouped-items-table th {background: #38b87d;  color: #fff;
font-size: 17px;  text-transform: uppercase; font-weight: 500; padding: 12px 25px;}
.product-view .product-shop-box table.grouped-items-table td {  background: #f5f5f5; padding: 20px 20px 3px 20px}
.product-view .product-shop-box table.grouped-items-table tr:last-child td {padding-bottom: 20px;}
.product-view .product-shop-box table.grouped-items-table td .product-photo { float: left; width: 110px; height: 110px; text-align: center;}
.product-view .product-shop-box table.grouped-items-table td .product-box {float: left;  padding: 5% 0px 0px 10px;
width: 70%;}
.product-view .product-shop-box table.grouped-items-table td .product-box .name { margin: 0px; padding: 0px 0px 5px 0px; font-size: 18px; color: #5f5f60; 
font-weight: 500;}
.product-view .product-shop-box table.grouped-items-table td .product-box .availability-tab .in-stock {color: #17a659; font-size: 16px;}
.product-view .product-shop-box table.grouped-items-table td .price-box { text-align: center; }
.product-view .product-shop-box table.grouped-items-table td .price-box .price {font-size: 21px; color: #215598;}
.product-view .product-shop-box table.grouped-items-table td .Qty input {border: 1px solid #c5c4c4; height: 40px; width: 40px; min-width: 60px;
font-size: 21px; color: #215598; margin: 0 0 0 20px;}
.product-view .product-shop-box table.grouped-items-table td.nowrap {text-align: center;}
.product-view .product-shop-box table.grouped-items-table td.nowrap .button.primary {font-size: 17px; padding: 0px 20px;}
.product-view .product-shop-box table.grouped-items-table td .grouped-items-block-tier-prices .tier-prices-header{  float: left; width: auto; 
font-size: 16px; text-transform: uppercase; color: #245ca3; line-height: 36px; font-weight: 500; margin: 0px 5px 0px 5px; }
.product-view .product-shop-box table.grouped-items-table td .grouped-items-block-tier-prices {     padding: 0px 20px 17px 20px; }
.product-view .product-shop-box table.grouped-items-table td .grouped-items-block-tier-prices ul{  float: left; 
padding: 0px; margin: 0px; list-style: none;}
.product-view .product-shop-box table.grouped-items-table td .grouped-items-block-tier-prices ul li {display: inline-block;
border: 1px solid #d1d1d1; padding: 0px 15px; margin: 0px 0px 0px 5px; height: 36px; line-height: 36px; color: #7a7a7a; font-weight: 500;}
.product-view .product-shop-box table.grouped-items-table td .grouped-item-box { text-align: right; float: right; }
.product-view .product-shop-box table.grouped-items-table td .grouped-items-block-tier-prices ul li span.tier-prices-grouped-price{ color: #1b72c5;
    margin: 0 0 0 5px;}
.product-view .product-shop-box table.grouped-items-table td table { width: 100%;  box-shadow: 2px 2px 2px #d7d7d7;}
.product-view .product-shop-box table.grouped-items-table td table tbody {border: none;}
.product-view .product-shop-box table.grouped-items-table td table td {  background: #fff; }
.catalog-product-view .navigation { top: 40px; margin: 0px auto; }
.product-view .product-img-box {  float: left; margin: 0px 0px 0px 0px; width: 45%; padding: 0px 20px 0px 0px;}
.product-view .product-img-box .slick-slider { }
.product-view .product-img-box .slick-slider .slick-arrow {display: none !important; }
.product-view .product-img-box .slick-vertical { padding: 0px; margin: 0px; width: 100px; height: auto; float: left;}
.product-view .product-img-box .slick-vertical .slick-slide {margin: 0px 0px 0px 0px; border: none; min-height: 100px; border: 6px solid #fff;
}
.product-view .product-img-box .slick-vertical .slick-slide img { border: 1px solid #dedddd; margin: 0px 0px 0px 0px; width: 100px; }
.product-view .product-img-box .slick-vertical .slick-list {height: 400px !important;}
.product-view .product-img-box .slick-slider.product-image-big-gallery { float: right; width: 375px; /*height: 400px;*/
 border: 1px solid #dedddd; margin: 0px;}
.product-view .product-img-box .slick-slider.product-image-big-gallery .responsive-video-wrapper {     overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    min-width: 100%; }
.product-view .product-img-box .slick-slider.product-image-big-gallery .responsive-video-wrapper iframe{  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-view .product-collateral {}
.product-view .up-sellers-container .slick-slide {  float: left; width: 25%; margin: 0px; padding: 0px; text-align: center;}
.product-view .up-sellers-container .slick-slide .product-item { margin: 5px; border: 1px solid #dbdada; padding: 10px; background: #fff; }
.product-view .up-sellers-container .slick-slide .product-item  .product-details { padding: 0px 0px 20px 0px; }
.product-view .up-sellers-container .slick-slide .product-item  .product-details .price-box .minimal-price { font-size: 20px; margin: 0px 0px 20px 0px;
 font-weight: 500; }
.product-view .up-sellers-container .slick-slide .product-item  .product-details .price-box .price-label { color: #5b5b5c; text-transform: uppercase; }
.product-view .up-sellers-container .slick-slide .product-item  .product-details .price-box .price { color: #5b5b5c; text-transform: uppercase; }
.product-view .up-sellers-container .slick-slide .product-item  .product-details .product-name a {
    font-size: 15px;
    color: #353535;
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-view  .title.head { display: inline-block; width: 100%; margin-top: 40px; }
.product-view .up-sellers-container {display: inline-block;  width: 100%; margin: 40px 0px 0px 0px;}
.product-view .product-collateral .product-navigation { display: inline-block; text-align: center; margin: 25px auto 0px; width: 100%;}
.product-view .product-collateral .product-navigation a.button.btn-buy-now {display: inline-block; height: 40px;
color: #fff;  line-height: 40px;  font-size: 16px; font-weight: 500; padding: 0px 15px;  text-transform: uppercase;}
.product-view .product-collateral .product-navigation a.button.btn-buy-now:after{ content: "\e911"; font-family: 'waterforhealth-icon'; 
font-size: 32px; color: #fff; float: right; margin-left: 20px;}

.product-view .product-collateral .product-navigation a.button.btn-back-to-top:after{ content: "\e910"; font-family: 'waterforhealth-icon'; 
font-size: 20px; color: #fff; float: right; margin-left: 20px;}

.product-view .product-collateral .product-navigation a.button.btn-back-to-top {display: inline-block; height: 40px;  background: #4b4c4c;
color: #fff;  line-height: 40px;  font-size: 16px; font-weight: 500; padding: 0px 15px;  text-transform: uppercase;}
.product-view .product-collateral .ui-accordion {}
.product-view .product-collateral .ui-accordion .ui-accordion-content {}
.product-view .product-collateral .ui-accordion .ui-accordion-content {  background: #f5f5f5; padding: 10px 35px;
	border: 1px solid #dedbdb; border-top: none; margin: -5px 0 3px 0;
	float: left;
	width: 100%;
}
.product-view .product-collateral .ui-accordion .ui-accordion-content h2, 
.product-view .product-collateral .ui-accordion .ui-accordion-content h3, 
.product-view .product-collateral .ui-accordion .ui-accordion-content h4, 
.product-view .product-collateral .ui-accordion .ui-accordion-content h5
{font-size: 28px; color: #245ca3; padding: 25px 0px; margin: 0px; font-weight: 300; text-align: left !important; }
.product-view .product-collateral .ui-accordion .ui-accordion-content ul { margin: 0px; padding: 0px;list-style: none; }
.product-view .product-collateral .ui-accordion .ui-accordion-content .feefo-review-ul {}
.product-view .product-collateral .ui-accordion .ui-accordion-content .feefo-review-ul li:before { display: none; }
.product-view .product-collateral .ui-accordion .ui-accordion-content ul li {    display: inline-block;
    width: 100%;}
.product-view .product-collateral .ui-accordion .ui-accordion-content ul li:before {  content: ""; border: 1px solid #245ca3;
padding: 0px 0px 0px 0px; margin: 0px 10px 0px 0px;  height: 10px; width: 10px; display: inline-block;  border-radius: 10px; }

.product-view .product-collateral .ui-accordion .ui-accordion-header:focus {box-shadow: none; outline: none;}
.product-view .product-collateral .ui-accordion .ui-accordion-header:before { content: "";  height: 10px; width: 10px; 
display: inline-block; border: 1px solid #dedbdb; border-radius: 10px; background: #fdfdfd; margin: 0 10px 0 0; }
.product-view .product-collateral .ui-accordion .ui-accordion-header { font-size: 17px;  background: #f5f5f5; 
	padding: 10px 15px; border: 1px solid #dedbdb; margin: 3px 0px; cursor: pointer;
	float: left;
	width: 100%;
}	
.product-view .product-collateral .ui-accordion .ui-accordion-header.ui-accordion-header-active:after { 
    content: "\e90d";
    font-family: 'waterforhealth-icon';
    font-size: 16px;
    color: #aaa9a9;
    margin: 3px 0px 0px 0px;
    border: 1px solid #aaa9a9;
    background: #fff;
    padding: 3px;
    float: right;
    line-height: 16px;
}
.product-view .product-collateral .ui-accordion .ui-accordion-header:after { 
    content: "\e90e";
    font-family: 'waterforhealth-icon';
    font-size: 16px;
    color: #aaa9a9;
    margin: 3px 0px 0px 0px;
    border: 1px solid #aaa9a9;
    background: #fff;
    padding: 3px;
    float: right;
    line-height: 16px;
}
.description.category-description { max-width: 1170px; margin: 0px auto 0px; }
.product-view .product-collateral .ui-accordion .ui-accordion-header a {color: #333333;}
.tab-content {display: inline-block; width: 100%; padding: 20px 40px;  background: #f5f5f5;}
.product-helth-serviec {background: #f5f5f5;  padding: 40px 0px 5px 0px; margin: 0px 0px 40px 0px; display: inline-block; width: 100%;}
.product-helth-serviec .water-helth-serviec {}
.product-helth-serviec .water-helth-serviec .home_delivery-info {padding: 0px 3%;}
.product-helth-serviec .water-helth-serviec .home_customer-review {padding: 0px 0px 0px 5% !important;}
.product-helth-serviec .water-helth-serviec .home_gurantee-info {padding: 0 0 0 5%;}
.product-helth-serviec .water-helth-serviec .title { display: none; }
.slick-slider { display: table; table-layout: fixed; width: 100%; height: 100%;}
.hidden-desktop {display: none;}
.home_customer-review.desktop.mobile { display: none;}
.home_delivery-info.mobile { display: none;}

/* Remove inline */
.product-essential #header-for-feefo-stars {
	float: right;
}
.product-essential #feefo-product-overall-stars {
	float:right;
	margin-top: -2%	
}
.product-essential .valigntop {
	vertical-align: top;
}
.product-essential .w15per {
	width: 15%;
}
.product-view .product-image-thumbnail-gallery .overlay {
	width: 100%;
	height: 100%;
}
/**/



/*-------------------tab-nav------------------*/
.nav-box {
     
        line-height: 0;
        margin-bottom: 0;
    }
    .tab-content {
        background-color: transparent;
        overflow: initial;
        padding: 20px 0 0 0;
        border: 0;
        border-top: none;
    }
    .bx-wrapper {
        position: relative;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .homepage-products-heading,
    .homepage-blog-ctas-heading {
        background: #C0E9FB;
        padding: 5px 10px;
        text-align: center;
        margin-bottom: 25px;
        color: #2e7ea1;
    }
    .homepage-blog-ctas-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .post-item {
        padding-bottom: 20px;
    }
    .product-tabs-navigation {
        text-align: center;
    }
    .product-tabs-navigation .nav {
        display: inline-block;

    }
    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:active, .nav-tabs > .active > a:focus {
        color: #FFFFFF;
    	background-color: #2E7EA1;
    	border-bottom-color: transparent;
    	cursor: default;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	border: none;
    	font-size: 16px;
    }
    .nav-tabs > li {
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 24px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        text-decoration: none;
        background-color: #eeeeee;
        border: none;
        background: transparent;
        font-size: 16px;
        color: #2E7EA1;
    }
    @media only screen and (max-width: 790px) {
        .nav-tabs > li > a,
        .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > li > a {
            padding: 5px;
        }
        .nav-tabs .active .tab-pane {
    		display: block;
    		background: #fff;
    		padding-top: 10px;
        }
        .nav-tabs .tab-pane {
    		display: none;
        }
        .product-tabs-navigation .nav {
            width: 100%;
        }

    }
/*-------------------tab-nav------------------*/


/*-------------------col2-left-layout------------------*/
.col2-left-layout .col-left {width: 25%; padding-right: 10px;}
.col2-left-layout .col-main {width: 75%; padding-left: 10px;}
.is-blog .col2-left-layout .col-main {width: 75%; padding: 0px 24px 0px 0px;} 
.is-blog .col2-left-layout .col-left {width: 25%; padding: 0px;}
.is-blog .post-list { margin: 0px -15px; }
.is-blog .post-list .span3, .is-blog .post-list .span3 { min-width: 50%;  padding: 0 15px; margin-bottom: 40px;}


/*-------------------col2-left-layout------------------*/
.page {overflow: hidden;}
.contact-us .address-container .address h6 { font-weight: 500;}
.form-inline .buttons-set { margin-left: 30%;}
.buttons-set .back-link a.btn { background: #38b87d; min-width: 120px; height: 34px; line-height: 34px; text-align: center;
padding: 0px 20px;border-radius: 0px; color: #fff; display: inline-block; margin: 0px; border: none; font-size: 15px; }

 button.button { background: #38b87d; min-width: 120px; height: 34px; line-height: 34px;
padding: 0px 20px;border-radius: 0px; color: #fff; display: inline-block; margin: 0px; border: none; font-size: 15px; }

.buttons-set button { background: #38b87d; min-width: 120px; height: 34px; line-height: 34px;
padding: 0px 20px;border-radius: 0px; color: #fff; display: inline-block; margin: 0px; border: none; font-size: 15px; }

.form-list li .input-box input { height: 34px; width: 50%; }
.contact-us .form-list .field {display: inline-block; width: 100%;}    
.contact-us .contact-box {background: #fdfdfd;  border: 1px solid #dedbdb; padding: 20px; display: inline-block; width: 100%;}
.contact-us .span6 { float: left;  width: 75%; padding: 0px 10px 0px 0px;}
.contact-us .span6 .form-list {}
.contact-us .span6 .form-list li {}
.contact-us .span6 .form-list li {}
.contact-us .span6 .form-list li .input-box {  width: 70%; }
.contact-us .span6 .form-list li .input-box textarea{  width: 100%; }
.contact-us .span6 .form-list li .input-box input { height: 34px; width: 100%; }
.contact-us .span6 .form-list li label { width: 30%; }
.contact-us .span3 {float: left;  width: 25%;     padding: 0px 0px 0px 10px;}
.account-login { display: inline-block; width: 50%; margin: 0px; padding: 0px 10px 0px 0px; }
.account-login .form-list li label { width: 30%; }
.account-login .form-list li .input-box input { height: 34px; width: 100%; }
.account-login .form-list li .input-box {  width: 70%; }
.account-create { display: inline-block; width: 50%; margin: 0px; padding: 0px 0px 0px 10px;}
.account-create .form-list .field {display: inline-block; width: 100%;}    
.account-create .form-list li label { width: 30%; }
.account-create .form-list li .input-box input { height: 34px; width: 100%; }
.account-create .form-list li .input-box {  width: 70%; }
.account-create .form-list li .input-box {  width: 70%; }
.account-create .form-list li .input-box {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; }
.messages .alert-error { overflow: hidden; max-width: 1170px; margin-left: 0px !important; margin-right: 0px !important; margin: 10px auto 10px !important; }

@media (max-width: 767px) {
.is-blog .blog-home-banner-callout {
margin-top: 20px;
margin-bottom: 20px;
}
.is-blog .blog-home-banner-wrapper {
margin-bottom: 20px;
}

.is-blog .post-list .post-list-item .content-hover {
height: auto;
padding: 10px;
}
.is-blog  .post-list .post-list-item .content-hover h2 {
max-height: none;
font-size: 24px;
margin-bottom: 0;

}

.is-blog  .post-list .post-list-item .content-hover .storeies-description {
display: none;

}
.blog-home.latest-stories,
.blog-home.most-read {
margin-bottom: 25px;
}
.is-blog .brand-list .span3 {
margin-left: 20px;
width: 42%;
float: left;
}

.is-blog .post-subheading-quote-left,
.is-blog .post-subheading-quote-right {
width: 100%;
display: block;

}
.is-blog .post-subheading-quote-left {
padding:10px 0 10px 20px;
}
.is-blog .post-subheading-quote-left:after {
right: auto;
left: 0;

}
.is-blog .post-subheading-quote-right {

}

.is-blog .twitter-content-text-wrapper {
font-size: 18px;
line-height: 26px;
}


.homepage-banner-wp-item {
height: 250px;
}

.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper .blog-social-login-links {
position: static;
}

}

@media (min-width: 768px) and (max-width: 979px) {

.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper {
padding: 20px;
}
.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper h1 {
font-size: 20px;
margin: 0 0 26px 0;
font-weight: 700;
color: #fff;
line-height: 26px;
}
.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper p {
display: none;
}

.is-blog .post-list .post-list-item .post-entry.entry.post-entry-with-image {
height: 220px;
}
.is-blog .post-list .span3, .is-blog .post-list .span3 {
width: 258px;
}
.is-blog .post-list .post-list-item .content-hover {
padding: 10px;
}
.is-blog .post-list .post-list-item .content-hover h2 {
font-size: 18px;
}

.blog-home-sidebar-quote-wrapper h3 {
font-size: 18px;
line-height: 24px;
}

.homepage-banner-wp-item {
height: 250px;
}


}

@media (min-width: 980px) and (max-width: 1199px) {


.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper {
padding: 20px;
}
.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper h1 {
font-size: 20px;
margin: 0 0 26px 0;
font-weight: 700;
color: #fff;
line-height: 20px;
}
.is-blog .blog-home-banner-callout .blog-home-top-banner-left-callout-wrapper p {
line-height: 16px;
}

.is-blog .post-list .post-list-item .post-entry.entry.post-entry-with-image {
height: 250px;
}
.is-blog .post-list .span3, .is-blog .post-list .span3 {
width: 340px;
}

.is-blog .post-list .post-list-item .content-hover h2 {
font-size: 20px;
}

.homepage-banner-wp-item {
height: 302px;
}

}

@media (min-width: 1200px) {

.is-blog .blog-home-banner-callout {
height: 402px;
}
.is-blog .blog-home-banner-wrapper {
margin-left: 0;
width: 800px;

}
.homepage-banner-wp-item {
height: 402px;
}

.is-blog  .post-list .span3,
.is-blog   .post-list .span3  {
width: 370px;
}
.is-blog  .post-list .post-list-item .post-entry.entry.post-entry-with-image {

position: relative;
height: 300px;
background-color: #eee;
background-position: 50%;
background-size: cover;
overflow: hidden;
}
.is-blog  .post-list .post-list-item .content-hover {
position: absolute;
bottom: 0;
margin: 0;
padding: 16px;
left:0;
right:0;
height: 130px;
background-color: hsla(0,0%,100%,0.85);
transition: height .15s ease-out,padding-top .15s ease-out;

}
.is-blog  .post-list .post-list-item .content-hover .blog-social-login-links {
position: absolute;
right: 0;
top: -36px;
padding-left: 5px;
height: 36px;
line-height: 36px;
background-color: rgba(116,117,168,.60);

color: #fff;
line-height: 1;
transition: top .15s ease-out,width .15s ease-out;
text-align: right;

}
.is-blog  .post-list .post-list-item .content-hover .blog-social-login-links  .fa:before {
line-height: 36px;
}
.is-blog  .post-list .post-list-item .content-hover h2 {
font-size: 28px;
line-height: 34px;
font-weight: 600;
max-height: 100px;
overflow: hidden;
margin-top: 0;
margin-bottom: 20px;
height: 100px;
}
.is-blog  .post-list .post-list-item .content-hover h2 a {
color: #000;
}



.is-blog  .post-list .post-list-item .content-hover .storeies-description {
display: none;
font-size: 16px;
line-height: 25px;
}
.is-blog  .post-list .post-list-item .content-hover .storeies-description .read-more {
color: #6265b6;
font-weight: bold;
text-decoration: underline;
}

.is-blog  .post-list .post-list-item:hover .content-hover {
height: 100%;
padding-top: 45px;
}
.is-blog  .post-list .post-list-item:hover .content-hover .blog-social-login-links {
top:0;
}
.is-blog   .post-list .post-list-item:hover .content-hover .storeies-description {
display: block;

}


.is-blog  .post-list .post-list-item .featured-image {
margin-bottom: 0;
}

}


@media only screen and (min-width: 768px) {
	.home-feefo-section .review-home-blk ul li {
		display: inline-block;
	    vertical-align: top;
	    float: none;
	    margin-left: -1px;
	    margin-right: -1px;
	}
}

@media only screen and (max-width: 480px) {
	.best-sellers-onlineshop .slick-slide .text.our-categories-text .product-name,
	.newproducts-onlineshop .slick-slide .text.our-categories-text .product-name {
		min-height: 68px;
	}
}

.backtoshoppingcart{
    text-align: center;
}
.backtoshoppingcart-link{
    font-weight: bold;
}

.button-blog-loadmore .load-more-button {
    float: right;
    border: 1px solid #1b72c5;
    background-color: #1b72c5;
    color: #ffffff;
    padding: 0px 6px;
    text-align: center;

    border: none;
    font-size: 16px;
    background: #245ca3;
    height: 40px;
    line-height: 38px;
    padding: 0px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #fff;
    display: inline-block;
}
div.button-blog-loadmore .span3.pull-right {
	margin-bottom: 20px;
}
.button-blog-loadmore .show-less-button {
    float: right;
    border: 1px solid #f95c4b;
    background-color: #f95c4b;
    color: #ffffff;
    padding: 0px 6px;
    text-align: center;
}

@media only screen and (min-width: 1025px) {
	.product-view .product-img-box .slick-slider.product-image-big-gallery {
		height: 394px;
	}
}
@media only screen and (min-width: 768px) {
	.category-grid .item .product-details {
		min-height: 166px;
	}
}

/*#post-list .match-height{
    display: none;
}*/
iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; padding: 0 20px;}

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
