html {
	min-height: 100%;
}

body {
	background-color: white;
	background-repeat: no-repeat;
	padding: 0;
	min-height: 100%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #222;
}
a.link {
	text-decoration: underline;
	color: #337ab7;
}

.spacer {
	height: 15px;
	padding-left: 15px;
}
.clear {
	clear: both;
}

hr {
	border-top: 6px solid #0082c7;
	display: block;
	clear: both;
	margin: 0 0 15px 0;
}



/*--- HEADER ---*/

#nc_main_menu {
	box-shadow: 0 4px 2px -2px #ddd;
	background-color: rgba(255, 255, 255, 0.95);
}

#nc_top_menu {
	background-color: #fff;
	height: 34px;
	overflow: hidden;
	padding: 5px 0 0;
	font-size: 12px;
}

.nc-top-nav {
	list-style: none;
	list-style-type: none;
	list-style-position: initial;
	list-style-image: initial;
	float: right;
}
.nc-top-nav li {
    display: inline-block;
    padding: 1px 6px;
}

.nc-top-nav li.active a {
	color: #444;
}

.nc-top-nav li.divider {
	border-right: solid 1px #777;
	padding-right: 7px;
}

.nc-top-nav .dropdown-menu {
	top: inherit;
	left: inherit;
}

.navbar {
	border-radius: 0;
}

.navbar-default {
	background-color: #fff;
	border-width: 0 0 1px 0;
}

.navbar-brand {
	padding: 5px 15px;
}

.btn-banner {
	float: right;
	margin-right: -15px;
}


/*--- SLIDER ---*/

#carousel1 .carousel-inner {
	border: solid 1px #eee;
}

.nc-slider {
	height: 470px;
	width: 100%;
}
.nc-slider .item, .nc-banner {
	height: 470px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.nc-banner-small {
	height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.nc-carousel-text, .nc-banner-text {
	color: #fff;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
	font-size: 330%;
	font-family: 'Gloria Hallelujah', cursive;
    line-height: 1.1em;
	margin-top: 20px;
}

.nc-banner-text-bottom {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}



/*--- REVIEWS ---*/

.nc-review-title {
	font-size: 30px;
	font-family: 'Gloria Hallelujah', cursive;
	vertical-align: middle;
	padding-right: 6px;
}

.nc-review-body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
	vertical-align: middle;
	line-height: 25px;
}
.nc-review-body::before {
    content: "- ";
}

.nc-review-rating {
	font-size: 45px;
	color: #e00;
	margin-top: 6px;
}



/*--- CONTENT ---*/

.nc-widget {
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

.nc-product-image {
	max-width: 100%;
}

.nc-error {
	color: #d00;
}


/*-- stripes on table spec--*/
.stripes tr:nth-child(odd) {

  background-color: #dcdde0;


}
.stripes td, .stripes th {

    padding: 0.5em;

}
/*-- Pragraph space--*/
p. big {
    line-height: 2px;
}



/*--- SOCIAL ---*/

.nc-social {
	font-size: 24px;
}
.nc-social a {
	text-decoration: none;
	margin: 0 0.4em;
}

.nc-phone {
	margin-right: 0.2em;
}

/*--- FOOTER ---*/

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
#push {
	height:60px;
}

#next_page a {
	padding: 0 30px;
}


#footer {
	min-height: 60px;
	padding: 12px 0;
	background-color: #0082c7;
	color: #fff;
}
#footer a {
	color: inherit;
}



/*--- CARDS ---*/

.nc-card-list {
	width: 100%;
	margin: 0 auto;
}

.nc-card {
	width: 360px;
	display: inline-block;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 4px 4px 2px #7d99a6;
}
.nc-card-retailer {
	width: 520px;
	display: inline-block;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 4px 4px 2px #7d99a6;
}


.nc-card-title {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.nc-card-text {
	margin-bottom: 1em;
}
.nc-card-footer {
	font-weight: bold;
	text-align: right;
}
.nc-card-note {
	font-style: italic;
	text-align: right;
}


/*--- OVERRIDES ---*/


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #ddd;
    background: linear-gradient(#eee, #ddd);
}


/*--- PANELS ---*/

.nc-fill {
	width: 100%;
	height: auto;
}

.nc-border {
	border: solid 1px #eee;
}

.nc-panel-title {
	font-weight: 360;
	margin: 10px 0;
	padding-bottom: 15px;
}


/*--- THUMBNAILS ---*/
.nc-product-thumbnail {
	min-height: 100px;
}

.nc-accessory-thumbnail {
	width: 250px;
}


/*--- GRIDS ---*/
.nc-cell {
	max-width: 100%;
}
.nc-cell a {
	color: inherit;
}


/*--- SPECS ---*/
.nc-spec {
	padding: .25em;
	border-bottom: solid 1px #ccc;
}

/*--- SPECS ---*/
.nc-accessories {
	width: 100%;
	font-size: 14px;
}
.nc-accessories td, .nc-accessories th {
	padding: 0.5em;
}

/*--- CONTACT ---*/

.nc-contact {
	background-color: #fff;
	text-align: center;
}
.nc-retailer {
	padding: 1.5em;
	text-align: left;
	border: solid 2px #ddd;
	border-radius: 5px;
}
.nc-service {
	padding: 1.5em;
	text-align: left;
	border: solid 2px #ddd;
	border-radius: 5px;
}

.nc-contact-image {
	height: 470px;
	background-image: url('/static/img/contact2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.nc-retailer-image {
	height: 470px;
	background-image: url('/static/img/retailers2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.nc-service-image {
	height: 470px;
	background-image: url('/static/img/service.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.nc-address {
	margin: 50px 15px;
	text-align: left;
}


.nc-group-title {
	color: #fff;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}


/*--- MISCELLANEOUS ---*/

@media (min-width: 768px) {
	.nc-vertical-align {
	    display: flex;
	    align-items: center;
	}
}

.nc-shortcut-icon {
	font-size: 100px;
	color: #555;
}

table.nc-data-grid {
	border-collapse: collapse;
	max-width: 100%;
}

table.nc-data-grid thead {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #eee;
}

table.nc-data-grid tr:hover td {
	background-color: #f4f4f4;
}
table.nc-data-grid tbody:first-child th {
  border: none;
}

table.nc-data-grid td, table.nc-data-grid th {
	vertical-align: middle;
	padding: 0.5em;
	border: solid 1px #ddd;
}

table.nc-data-grid .fa-check {
	font-size: 140%;
	color: #080;
}
 .rating-arrow-a:after {border-left-color: #fff101;}

/*--- EXTRA HTML HVR 160----*/

@media screen and (min-width: 768px) {
	.product-features h2 {
	    margin-top: 160px;
	}
}

.section {
	background-color: #e9eef2;
}

.section img {
	max-width: 100%;
}


@media screen and (min-width: 768px) {
	.product-features-img {
	    height: 500px;
	}
}

#hvr160_slide_4 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVR160_slide_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#hvr160_slide_5 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVR160_slide_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#hvr160_slide_6 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVR160_slide_6.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

#hvr160_slide_8 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVR160_slide_8.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#hvr160_slide_9 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVR160_slide_9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*--- EXTRA HTML HET 160 ----*/

#het160_slide_4 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HET160_slide_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#het160_slide_5 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HET160_slide_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#het160_slide_6 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HET160_slide_6.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#het160_slide_8 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HET160_slide_8.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

#het160_slide_9 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HET160_slide_9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*--- EXTRA HTML Henry Cordless ----*/

#hvb1_slide_3 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_3.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

#hvb1_slide_4 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#hvb1_slide_5 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#hvb1_slide_6 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_6.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#hvb1_slide_7 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#hvb1_slide_8 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_8.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#hvb1_slide_9 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVB160_slide_9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*--- EXTRA HTML Henry Extra 200 ----*/

#hvx200_slide_2 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

#hvx200_slide_3 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#hvx200_slide_4 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_4.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#hvx200_slide_6 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#hvx200_slide_7 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_7.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#hvx200_slide_8 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#hvx200_slide_9 {
    background: url(https://www.myhenry.co.uk/media/wysiwyg/HVX200_slide_9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}