/* Page */
body {
    overflow-x: hidden;
}
body.noscroll {
	overflow:hidden;
}

/* reset */
a,
a:hover {
	text-decoration:none;
}

/* Fix up BS */
input[type=image] {
	width: auto;
	height: auto;
}
.img-responsive {
	width: auto;
}
p input[type=radio] {
	float: none;
	display: inline;
}

/* content defaults */
blockquote {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	margin: 0px 0px 20px 0px;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
}
blockquote cite {
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
ul.multicolumn {
	overflow:hidden;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
ul.multicolumn li {
	float:left;
	display:inline;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}
ul.double li  { width:50%;}
ul.triple li  { width:33.333%; }
ul.quad li    { width:25%; }

/* Testimonial */
.testimonials p {
	background: #d1d1d1;
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
}
.testimonials p:after {
	border-top: 22px solid ;
	border-left: 0px solid transparent;
	border-right: 22px solid transparent;
	left: 60px;
	bottom: -22px;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	border-top-color: #d1d1d1;
	border-left-style: inset;
	border-right-style: inset;
}
.testimonials .testimonial-info {
  min-height: 60px;
}
.testimonials .testimonial-info span {
  color: #000000;
}
.testimonials .testimonial-info span em {
  color: #777;
  display: block;
}
.testimonials .testimonial-info img {
  border: 4px solid #d1d1d1;
  float: left;
  height: 60px;
  margin-right: 15px;
  padding: 2px;
  width: 60px;
}
.testimonials .carousel-indicators {
  bottom: 46px;
  left: auto;
  right: 80px;
  width: auto;
}
.testimonials .carousel-indicators li {
  border-color: #b3b3b3;
}
.testimonials-arrows {
  bottom: 57px;
  left: auto;
  right: 37px;
  width: auto;
  position: absolute;
}
.testimonials-arrows a {
  color: #b3b3b3;
}
.testimonials-bg-primary p {
  background: #3c3343;
  color: #ffffff;
}
.testimonials-bg-primary p:after {
  border-top-color: #3c3343;
}
.testimonials-bg-light p {
  background: #ffffff;
}
.testimonials-bg-light p:after {
  border-top-color: #ffffff;
}
.testimonials-bg-dark p {
  background: #27212c;
  color: #FFFFFF;
}
.testimonials-bg-dark p:after {
  border-top-color: #27212c;
}

/* Embeded content */
.responsive-embed {
	position: relative;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Header */
header.coverpage {
    text-align: center;
}

/* Navigation */
.navstyle1,
.navstyle2,
.navstyle3,
.navstyle4,
.navstyle5,
.navstyle6 {
	min-height: 0px;
	margin: 0px;
}
.navstyle1 nav,
.navstyle2 nav,
.navstyle3 nav,
.navstyle4 nav,
.navstyle5 nav,
.navstyle6 nav {
	border: none;
	min-height: 0px;
	border-radius: 0px;
	margin: 0px;
}
.navstyle1 .navbar-brand,
.navstyle2 .navbar-brand {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: auto;
}
.navstyle1 .navbar-brand {
	padding-top: 10px;
}

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}




/* make sidebar nav vertical */ 
@media (min-width: 768px) {
	header.coverpage {
		color: #fff;
		background-attachment: fixed;
		background-position: center center;
		background-repeat: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}	
	.vertical-nav {
		float: none;
	}
	.vertical-nav:not {
		display: block;
	}
	.vertical-nav li {
		float: none;
		display: block;
	}
}

/* sections */
section.shaded {
	box-shadow:	inset 0px 20px 20px -7px rgba(0,0,0,0.1);
}
section.boxed {
	background-color: transparent;
}
section {
	padding: 0px;
	margin: 0px;
}
section.parallax {
	background-position: 50% 0%;
    background-attachment: fixed;
    background-repeat: repeat;
	background-size:100% 100%;
/*
	background-size: 50% 0;
	height: auto; 
	margin: 0 auto;
	position: relative;
	padding: 100px 0;
*/
}
.section-diamondmenu {
	padding: 0px;
}
.hoverlink:hover {
	cursor: pointer;
}
header.boxed .container,
footer.boxed .container,
section.boxed .container {
	background-color: white;
}
.diamondswrap .iteminfo {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-top: 100px;
	color: white;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.diamondswrap .item:hover .iteminfo {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.diamondswrap .iteminfo:hover {
	background: rgba(0, 0, 0, 0.7);
}
.diamondswrap .item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0% 0;
    background-position: center center;
    background-size: 400px;
/*    background-size: cover; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.diamonds {
	width: 2000px;	
	position: relative;
	left: -200px;
	top: -200px;
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	display: inline-block;
}

.diamond-row-wrap {
    text-align: center;
    position: relative;
    float: left;
    clear: both;
}
.diamond-row-upper, .diamond-row-lower {
    overflow: visible;
    clear: both;
    width: 100%;
}
.diamond-row-lower {
    position: absolute;
    bottom: 0;
}
.diamond-row-lower .diamond-box {
	margin-left: 64.644660941%; /* 1 - 1 / sqrt(2) / 2 */
	margin-top: 64.644660941%;
}

.diamond-box-wrap {
    float: left;
}
.diamond-box {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;
    
    position: relative;
    z-index: 1;
    
    width: 70.710678118%; /* x = sqrt(x^2 / 2) = 1 / sqrt(2) = 0.70710678118 */
    height: 70.710678118%;
    margin: 14.644660941%;
    
    border: 1px solid transparent;
}

.diamond-box-inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    
    width: 141.421356237%; /* sqrt(2) */
    height: 141.421356237%;
    margin: -20.7106781185% 0 0 -20.7106781185%; /* (1 - sqrt(2)) / 2 */
}

/* Carousels */
.sequencecontainer {
    position: relative;
	overflow: hidden;
}
.sequencecontainer > .sequence-canvas li > * {
    position: absolute;
}
.sequencecontainer > .sequence-canvas { 
    height: 100%; 
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.sequencecontainer > .sequence-canvas > li { 
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	padding: 0px;
	margin: 0px;
}
.animate-in .framespeed,
.animate-out .framespeed {
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
    transition-duration: .25s;
}

/* isotope */
.isotopegrid .item .item-wrap {
	position:relative;
	overflow:hidden;
	margin-bottom: 20px;
}
.isotopegrid .item .item-wrap .caption {
	position:absolute;
	top:0;
	background:rgba(50, 50, 50, 0.25);
	height:100%;
	width:100%;
	right:0;
	display: none;
	text-align:center;
	color:#fff !important;
	z-index:2;
}
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.multiitemcarousel {
	overflow: hidden;
}
.multiitemcarousel .carousel-control.left,
.multiitemcarousel .carousel-control.right {
    background-image: none;
	width: 40px;
}
.multiitemcarousel .carousel-control.left {
	left: 0px;
}
.multiitemcarousel .carousel-control.right {
	right: 15px;
}
.multiitemcarousel .carousel-control .glyphicon {
	font-size: 50px;
}
.multiitemcarousel .carousel-inner {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
}
/* Fade in and out slides */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function:linear;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* back to top */
#back-top a{position:fixed;bottom:30px;right:30px;color:#eee;background-color:rgba(0,0,0,0.3);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;padding:10px;border-radius:5px;text-align:center}
#back-top a:hover{background-color:rgba(0,0,0,0.7)}

/* buttons and icons */
.btn {
display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;
}
ul.largesocialicons {
    margin-bottom: 0;
}
ul.largesocialicons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.icon-large:hover{ 
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
    filter: none;
}

/* forms */
.form-group.required label:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 9px;
	content: " \f069";
	color: red;
	vertical-align:top;
}
.form-control {
	margin-bottom: 10px;
}
input[type=checkbox],
input[type=radio] {
	width: 20px;
	height: 20px;
	float: left;
}
.form-subfields {
	overflow: auto;
	width: 100%;
}
.form-subfields select {
	margin-right: 20px;
	width: auto;
	float: left;
}

/* content */
section br {
	clear: both;
}

/* images - gallery */
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
.imggogrey:hover{ 
	-webkit-filter: grayscale(90%);
	-webkit-filter: grayscale(1);
	filter: grayscale(90%);
	filter: gray;
}
.imggocoloured {
	-webkit-filter: grayscale(90%);
	-webkit-filter: grayscale(1);
	filter: grayscale(90%);
}
.imggocoloured:hover {
	-webkit-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	filter: none;
}

.imagebutton {
	position: relative;
}
.imagebutton .zoom {
    overflow: hidden;
}
.imagebutton .zoom img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
	z-index: 5;
}
.imagebutton:hover .zoom img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
.imagebutton .captionlower {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
}
.imagebutton .captioncentred {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.flipcard {
border: 1px solid red;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
	 -moz-transition: -moz-transform 1s;
	   -o-transition: -o-transform 1s;
		  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
	 -moz-transform-style: preserve-3d;
	   -o-transform-style: preserve-3d;
		  transform-style: preserve-3d;
}

.flipcard.flipped {
  -webkit-transform: rotateY( 180deg );
	 -moz-transform: rotateY( 180deg );
	   -o-transform: rotateY( 180deg );
		  transform: rotateY( 180deg );
}

.flipcard figure {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
		  backface-visibility: hidden;
}

.flipcard .flipcardfront {
}

.flipcard .flipcardback {
  -webkit-transform: rotateY( 180deg );
	 -moz-transform: rotateY( 180deg );
	   -o-transform: rotateY( 180deg );
		  transform: rotateY( 180deg );
}


/* Extra Small Devices, Phones col-xs- */ 
/* content */
header.coverpage .coverpageinner {
	padding-top: 80px;
	padding-bottom: 70px;
}
#back-top a i{font-size:1em}

/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {
	#back-top a i{font-size:3em}
	header.coverpage .coverpageinner {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.navstyle2 .dropdown:hover>.dropdown-menu,
	.navstyle3 .dropdown:hover>.dropdown-menu,
	.navstyle4 .dropdown:hover>.dropdown-menu,
	.navstyle5 .dropdown:hover>.dropdown-menu {
		display: block;
	}
}

/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
	header.coverpage .coverpageinner {
		padding-top: 250px;
		padding-bottom: 250px;
	}
}

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
}
.imgcircle,
.imgcircle img.img-responsive {
	border-radius: 50% !important;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
/* Stylesheet: layout-2 Modified On 2016-06-02 13:52:14 */
* {
/* 	border: 1px dashed red; */
}
/*
orange #db520c
brown #401409
*/
/* body */
body {
    font-family: Arial,Helvetica,sans-serif; /* Open Sans */
}
section.content,
section.headerslider {
	background-color: transparent;
}
/* section.content .container, */
section.headerslider .container,
footer .container {
	background-color: white;
}
section.headerslider .container-fluid {
	padding: 0px;
}
/* CMS editor */
.CMSMSBody h1 {
	font-size: 35px;
	line-height: 40px;
	margin: 0px 0px 30px 0px;
}
.CMSMSBody h2 {
	font-size: 35px;
	line-height: 40px;
	margin: 0px 0px 30px 0px;
}
.CMSMSBody h3 {
	font-size: 19px;
	line-height: 21px;
	margin: 0px 0px 19px 0px;
}
.CMSMSBody h4 {
	font-size: 17px;
	line-height: 20px;
	margin: 0px 0px 17px 0px;
}
.CMSMSBody p,
.CMSMSBody ul li,
.CMSMSBody ol li {
	font-size: 16px;
	line-height: 20px;
}
.CMSMSBody p,
.CMSMSBody ul,
.CMSMSBody ol {
	margin: 0px 0px 16px 0px;
}
.CMSMSBody ul li p,
.CMSMSBody ol li p {
	margin-bottom: 0px;
}


/* sections */
section .container {
	padding-top: 20px;
	padding-bottom: 10px;
}
section.shaded {
	padding-top: 30px;
}

/* fonts */
.CMSMSBody h1,
.CMSMSBody h2,
.CMSMSBody h3,
.CMSMSBody h4,
.CMSMSBody h5,
.CMSMSBody h6,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
.modal h2 {
    font-family: Arial,Helvetica,sans-serif; /* Open Sans */
	font-weight: 400;
}
.CMSMSBody p,
.CMSMSBody p a,
.CMSMSBody ul li,
.CMSMSBody ol li,
section table tr th,
section table tr td,
section p,
section ul li,
section ol li,
section p a,
section p a:hover,
.form-group,
.modal p {
    font-family: Arial,Helvetica,sans-serif; /* Open Sans */
	font-weight: 400;
}
section h1 strong,
section h2 strong,
section h3 strong,
section h4 strong,
section h5 strong,
section h6 strong,
section p strong {
	font-weight: 700;
}
section blockquote,
section .testimonials p {
	font-family: Georgia, serif;
	font-style: italic;
}
section h6 {
	text-decoration: underline;
}

/* colours and standard look */
section {
	background-color: white;
}
.CMSMSBody h1,
section h1 {
	color: black;
}
.CMSMSBody h2,
section h2,
.modal h2 {
	color: black;
}
.CMSMSBody h3,
section h3 {
	color: #b1cb49;
}
.CMSMSBody h4,
section h4 {
	color: yellow;
}
section blockquote {
	background-color: rgba(128,128,128,.1);
	color: #383838;
}
section blockquote:before,
section blockquote cite {
	color: #909090;
}
.CMSMSBody p,
.CMSMSBody ul li,
.CMSMSBody ol li,
section p,
section ul li,
section ol li,
section .form-group,
.modal p {
	color: black;
}
.CMSMSBody ul,
section ul {
	list-style:none;
	padding: 0px 10px;
}
.CMSMSBody ul li,
section ul li {
	background: white url( 'https://www.myhealthandsafety.co.nz/uploads/layout/bullet.png') no-repeat 0px 3px;
	padding-left: 25px;
}
section p a {
	color: #db520c;
	text-decoration: underline;
}
section p a:hover {
	color: #db520c;
	text-decoration: underline;
}
.btn-small,
.btn-tiny,
.btn-large {
	background-color: #db520c;
	border-color: #db520c;
	color: white;
	text-transform:uppercase;
	text-decoration: none;
}
footer p,
footer p a,
footer p a:hover {
	color: white;
}
.btn-small:hover,
.btn-small:focus,
.btn-small:active,
.btn-small.active,
.btn-tiny:hover,
.btn-tiny:focus,
.btn-tiny:active,
.btn-tiny.active,
.btn-large:hover,
.btn-large:focus,
.btn-large:active,
.btn-large.active {
	background-color: #993808;
	border-color: #993808;
	color: white;
	text-decoration: none;
}
section table {
	width: 100%;
	border-collapse:collapse;
}
section table thead tr th {
	background-color: #401409;
	color: white;
	font-weight: 700;
}
section table tr:nth-child(odd) {
/* 	background: #eef3e1; */
}
.pagination {
	padding: 0px;
}
.pagination li {
	background-image: none;
	padding-left: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #db520c;
	border-color: #db520c;	
}


section table tr td {
	padding: 2px;
}
section img.pull-left,
section img.pull-right,
.btn-small,
.btn-tiny,
.btn-large,
.multiitemcarousel .img-responsive,
section.content .img-responsive,
.countercontainer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#pricing {
	background-color: #db520c;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	padding: 15px 15px 0px 15px;
}
#pricing table {
	width: 100%;
}
#pricing table tbody tr {
	border-bottom: 2px solid white;
}
#pricing table tbody tr:last-child {
	border-bottom: none;
}
#pricing table tbody tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}
#pricing table tbody tr td.heading {
	color: #401409;
	font-weight: bold;
}
#pricing table tbody tr,
#pricing table tbody tr:nth-child(odd) {
	background-color: transparent;
}

/* portal */
.formcontainer {
	margin-left: 10px;
	margin-right: 10px;
}	

#selecttop {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
}
#map {
	z-index: 10;
}
.editablecontrol .form-control {
	margin-bottom: 3px;
	width: 95%;
}
.editablecontrol i {
	float: right;
	margin-top: 5px;
}
.table textarea {
	width: 100%;
	height: 70px;
}
.shortfield {
	width: 120px;
}
.table.edit input,
.table.edit select {
	float: right;
	width: 200px;
	margin-bottom: 3px;
}
.table.edit input.shortfield,
.table.edit select.shortfield {
	float: none;
}
.table.edit textarea {
	width: 100%;
	height: 70px;
	margin-bottom: 3px;
}
/* carousel - widecarousel */
.widecarousel {
}
.widecarousel .overlay {
	position: absolute;
	top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	z-index: 1000;
	background-color: transparent !important;
}
.widecarousel .item {
	height: 150px;
	overflow: hidden;
}
.widecarousel .item img {
	width: 100%;
	height: auto;
}

.widecarousel .carousel-control.left,
.widecarousel .carousel-control.right {
	background-image: none;
}
.widecarousel .item .image {
	overflow:hidden;
}
.widecarousel .item .carousel-caption {
	padding: 0px;
	bottom: 5px;
}
.widecarousel .item .carousel-caption h3 {
	padding: 0px;
	margin: 0px;
	text-shadow:none;
	text-transform:uppercase;
	color: #927974;
}

/* carousel - innersidecarousel */
.innersidecarousel .item {
	max-height: 300px;
	overflow: hidden;
}
.innersidecarousel .item img {
	width: 100%;
	height: auto;
}
.innersidecarousel .item .carousel-caption {
	padding: 20px;
	bottom: 5px;
	width: 100%;
	right: 0px;
	left: 0px;
	height: 100px;
	background-color:rgba(0, 0, 0, 0.5);
}
.innersidecarousel .item .carousel-caption h3 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align:left;
	text-shadow:none;
	font-weight: 700;
	color: white;
}


/* navstyle3  */
.navstyle3 {
	background-color: #db520c;
	padding: 0px;
}
.navstyle3 nav,
.navstyle3 .row1 {
	background-color: transparent;
}
.navstyle3 .row1 .container {
	background-color: #401409;
}
.navstyle3 .row2 .container {	/* menu */
	background-color: #db520c;
}
.navstyle3 .navbar-brand {
	width: 70%;
	padding: 12px 0px 0px 10px;
	color: white;
}
.navstyle3 .navbar-brand img {
	height: 30px;
}
.navstyle3 .row1 {
	margin-bottom: 0px;
}
.navstyle3 .row2 .container {
	padding-left: 0px !important;
}
.navstyle3 .row2 {
	background-color: transparent;
}
.navstyle3 .tagline {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 35px;
}
.navstyle3 .tagline a .fa-inverse {
	color: black;
}
.navstyle3 .tagline a:hover .fa-inverse {
	color: white;
}
.navstyle3 .tagline a {
	color: #831900;
}
.navstyle3 .navbar-nav {
/*    clear: left; */
}
.navstyle3 .nav li a {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	color: white;
	text-transform:uppercase;
}
.navstyle3 .nav li.active {
	background-color: transparent;
}
.navstyle3 .nav li a:hover,
.navstyle3 .nav li a:focus {
	color: #fedf45;
}
.navstyle3 .nav li.active > a,
.navstyle3 .nav li.active > a:hover,
.navstyle3 .nav li.active > a:focus {
	color: #fedf45;
	background-color: transparent;
}
.navstyle3 .dropdown-menu {
	background-color: #f0551f;
}
.navstyle3 .dropdown-menu li a {
	color: white;
	background-color: transparent;
	text-transform:none;
}
.navstyle3 .navbar-toggle {
	margin-left: 10px;
	float: right;
	border-color: #db520c;
	border-width: 3px;
}
.navstyle3 .navbar-toggle:hover,
.navstyle3 .navbar-toggle:focus {
	background-color: white;
}
.navstyle3 .navbar-toggle .icon-bar {
	background-color: #db520c;
	height: 3px;
}

/* Footer */
footer p {
	margin: 0px;

}
footer {
	background-color: #401409;
}
footer .container {
	background-color: transparent;
}
footer .container .inner {
	padding: 20px;
}

/* special image effects */
section img.pull-left,
section img.pull-right,
section img.niceborder {
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #fafafa;
}
section img.img-icon {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.gallery {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(112,112,112,0.46);
	-moz-box-shadow: 0px 0px 2px 2px rgba(112,112,112,0.46);
	box-shadow: 0px 0px 2px 2px rgba(112,112,112,0.46);
}
.imagebutton .captionlower {
	background:rgba(0,0,0,0.7);
}
.imagebutton .captionlower a {
	color: white;
}
.imagebutton .captioncentred a {
	color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);	
}

/* special styles */
.important {
	color: red;
}

.referralcode {
	margin: 0 auto;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #fafafa;
	padding: 10px;
	font-size: 45px;
	line-height: 45px;
	color: black;
	width: 150px;
	text-align:center;
	margin-bottom: 20px;
}

/* Extra Small Devices, Phones col-xs- */ 
/* content */
.coverpageinner h2 {
	font-size: 20px;
}
.coverpageinner h3 {
	font-size: 15px;
}
section blockquote,
section .testimonials p {
	font-size: 11px;
}
section blockquote cite {
	font-size: 11px;
}	
section h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
} section h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
}
section h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
section h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
section h5 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}
section .form-group,
section table tr td,
section p,
section ul li, 
section ol li {
	font-size: 14px;
	line-height: 22px;
}
section table,
section p,
section ol,
section ul {
	margin: 0px 0px 18px 0px;
}
section ul li p,
section ol li p {
	margin-bottom: 0px;
}
/* forms */
section .control-label {
	font-weight: 700;
	width: 100%;
}
section .control-field {
	font-weight: normal;
	width: 100%;
}
section .control-buttons {
	font-weight: normal;
	width: 100%;
	text-align:center;
}
section textarea.form-control {
	height: 300px;
}
section .control-field textarea.form-control {
	height: 150px;
}
.fieldspace {
	padding: 5px;
}
section img.pull-right {
	margin-bottom: 10px;
}
section img.pull-left {
	margin-bottom: 10px;
}
.imagebutton .captionlower {
	padding: 5px;
}
.imagebutton .captionlower a {
	font-size: 20px;
}
.imagebutton .captioncentred {
	padding: 20px;
}
.imagebutton .captioncentred a {
	font-size: 35px;
	line-height: 40px;
}
.countercontainer {
	background-color: #101010;
	padding: 10px;
	overflow: auto;
}
.countercontainer h2 {
	text-align:center;
	color: white;
}
.counter {
	text-align:center;
	color: white;
	font-size: 15px;
	line-height: 17px;
	width: 33%;
	float: left;
	padding-bottom: 10px;
	height: 90px;
}
.counter h4 {
	margin: 0px;
	color: #66CCFF;
	font-size: 45px;
	line-height: 50px;
}
/* Mobile overrides */
@media only screen and (max-width : 768px) {
	section img.pull-right,
	section img.pull-left {
		width: 100%;
		float: none;
	}
}
/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {
	/* sections and header */
	/* navstyle3 */
	.navstyle3 .navbar-header {
		width: 100%;
	}
	.navstyle3 .navbar-brand {
		width: 30%;
		height: 50px;
	}
	.navstyle3 .row1 .container {
		padding-top: 10px;
	}
	.navstyle3 .navbar-brand img {
		height: 40px;
	}
	.navstyle3 .tagline {
		padding-top: 0px;
		clear: none;
		float: right;
		width: 50%;
		text-align:right;
		padding-right: 0px;
		font-size: 11px;
	}
	.navstyle3 .nav li a {
		font-size: 15px;
		padding: 5px 5px;
		margin: 2px 0px;
		border-right: 1px dashed black;
	}
	.navstyle3 .nav li:last-child a {
		border-right: none;
	}
	.navstyle3 .dropdown-menu li a {
		border: none;
	}
	/* portal header */
	.navstyle3 .navbar-right.small li a {
		font-size: 9px;
		line-height: 11px;
		text-align:right;
		border: none;
		padding: 5px 5px;
	}
	.navstyle3 .navbar-right.small li a i {
		font-size: 20px;
		line-height: 20px;
		text-align: center;
	}
	/* content */
	section h1 {
		font-size: 38px;
		line-height: 40px;
		margin: 0px 0px 20px 0px;
	}
	section h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0px 0px 20px 0px;
	}
	section h3 {
		font-size: 23px;
		line-height: 25px;
		margin: 0px 0px 20px 0px;
	}
	section h4 {
		font-size: 20px;
		line-height: 21px;
		margin: 0px 0px 16px 0px;
	}
	section h5 {
		font-size: 14px;
		line-height: 22px;
		margin: 0px 0px 17px 0px;
	}
	section h6 {
		font-size: 14px;
		line-height: 22px;
		margin: 0px 0px 17px 0px;
	}
	section table tr td,
	section .form-group,
	section p,
	section ul li, 
	section ol li {
		font-size: 13px;
		line-height: 21px;
	}
	section table,
	section p,
	section ol,
	section ul {
		margin: 0px 0px 16px 0px;
	}
	section ul li p,
	section ol li p {
		margin-bottom: 0px;
	}
	.btn-small {
		font-size: 13px;
		padding: 10px 20px 10px 20px;
		margin: 0px 5px 10px 0px;
	}
	.modal .btn-small {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.btn-tiny {
		font-size: 13px;
		padding: 5px;
	}
	.btn-large {
		font-size: 22px;
		padding: 10px 20px 10px 20px;
	}
	section img.pull-left,
	section img.pull-right {
		width: initial;
		max-width: 300px;
	}
	section img.pull-right {
		margin-left: 15px;
		margin-bottom: 15px;
	}
	section img.pull-left {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.imagebutton .captionlower {
		padding: 5px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 20px;
	}
	.imagebutton .captioncentred a {
		font-size: 35px;
		line-height: 40px;
	}
	/* forms */
	form h3 {
		text-align:center;
		width: 100%;
		margin: 5px auto !important;
		padding: 0px;
	}
	.form-horizontal .form-group {
/*		margin-right: 20%; */
	}
	section .control-label {
		width: 40%;
		float: left;
		padding-right: 30px;
	}
	section .control-field {
		width: 59%;
		float: left;
	}
	section .control-buttons {
	}
	section .form-horizontal.info .control-field {
		padding: 0px;
	}
	section .form-horizontal.info label {
		padding-top: 0px;
		paddin-bottom: 0px;
	}
	section .form-horizontal.info .form-group {
		margin-bottom: 0px;
	}
	/* portal */
	.formcontainer {
		width: 95%;
	}	
	/* carousel - widecarousel */
	.widecarousel {
		height: 340px;
	}
	.widecarousel .item {
		height: 330px;
	}
	.widecarousel .carousel-control.left,
	.widecarousel .carousel-control.right {
		top: 280px;
	}	
	.widecarousel .item .image {
		height: 280px;
	}
	.widecarousel .overlay {
		top: 50px;
	}

	/* footer */
	.footerspacing {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footerrow1 p,
	.footerrow1 a,
	.footerrow2 p,
	.footerrow2 a {
		font-size: 12px;
		line-height: 15px;
	}
}

/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
	/* sections and header */
	/* navstyle3 */
	.navstyle3 .row1 .container {
		padding-top: 20px;
	}
	.navstyle3 .navbar-brand {
		height: 90px;
	}
	.navstyle3 .navbar-brand img {
		height: 70px;
	}
	.navstyle3 .tagline {
		font-size: 15px;
		padding-top: 10px;
	}
	.navstyle3 .nav li a {
		font-size: 15px;
		padding: 5px 5px;
		margin: 2px 0px;
	}
	.navstyle3 .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 5px;
	}
	/* portal header */
	.navstyle3 .navbar-right.small li a {
		font-size: 8px;
		line-height: 9px;
		padding: 5px 5px;
	}
	.navstyle3 .navbar-right.small li a i {
		font-size: 15px;
		line-height: 15px;
	}

	/* content */
	section blockquote,
	section .testimonials p {
		font-size: 18px;
	}
	section blockquote cite {
		font-size: 14px;
	}	
	section h1 {
		font-size: 40px;
		line-height: 42px;
		margin: 0px 0px 22px 0px;
	}
	section h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0px 0px 22px 0px;
	}
	section h3 {
		font-size: 25px;
		line-height: 27px;
		margin: 0px 0px 22px 0px;
	}
	section h4 {
		font-size: 22px;
		line-height: 23px;
		margin: 0px 0px 18px 0px;
	}
	section h5 {
		font-size: 16px;
		line-height: 24px;
		margin: 0px 0px 19px 0px;
	}
	section h6 {
		font-size: 16px;
		line-height: 24px;
		margin: 0px 0px 19px 0px;
	}
	section table tr td,
	section .form-group,
	section p,
	section ul li, 
	section ol li {
		font-size: 16px;
		line-height: 24px;
	}
	section table,
	section p,
	section ol,
	section ul {
		margin: 0px 0px 19px 0px;
	}
	section ul li p,
	section ol li p {
		margin-bottom: 0px;
	}
	.btn-small {
		font-size: 16px;
		padding: 10px 20px 10px 20px;
	}
	.btn-tiny {
		font-size: 13px;
		padding: 5px;
	}
	.btn-large {
		font-size: 30px;
		padding: 10px 20px 10px 20px;
	}
	section img.pull-left,
	section img.pull-right {
		max-width: 500px;
	}
	section img.pull-right {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	section img.pull-left {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.imagebutton .captionlower {
		padding: 2px;
	}
	.imagebutton .captionlower a {
		font-size: 14px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 25px;
		line-height: 30px;
	}
	/* carousel - widecarousel */
	.widecarousel {
		height: 340px;
	}
	.widecarousel .item {
		height: 330px;
	}
	.widecarousel .carousel-control.left,
	.widecarousel .carousel-control.right {
		top: 280px;
	}	
	.widecarousel .item .image {
		height: 280px;
	}
	.widecarousel .overlay {
		top: 50px;
	}
	.imgcircle, .imgcircle img.img-responsive  {
		width: 150px;
		height: 150px;
	}

	/* footer */
	.footerrow1 p,
	.footerrow1 a,
	.footerrow2 p,
	.footerrow2 a {
		font-size: 14px;
		line-height: 22px;
	}
}

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
	/* navstyle3 */
	.navstyle3 .row1 .container {
		padding-top: 30px;
	}
	.navstyle3 .navbar-brand {
		height: 110px;
	}
	.navstyle3 .navbar-brand img {
		height: 80px;
	}
	.navstyle3 .tagline {
		font-size: 18px;
		padding-top: 20px;
	}
	.navstyle3 .nav li a {
		font-size: 18px;
		padding: 9px 10px;
		margin: 4px 0px;
	}
	.navstyle3 .dropdown-menu li a {
		font-size: 17px;
		padding: 2px 5px;
	}
	/* portal header */
	.navstyle3 .navbar-right.small li a {
		font-size: 10px;
		line-height: 12px;
		padding: 9px 5px;
	}
	.navstyle3 .navbar-right.small li a i {
		font-size: 22px;
		line-height: 22px;
	}
	/* content */
	.imagebutton .captionlower {
		padding: 3px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 33px;
		line-height: 40px;
	}
	/* carousel - widecarousel */
	.widecarousel {
		height: 390px;
	}
	.widecarousel .item {
		height: 380px;
	}
	.widecarousel .carousel-control.left,
	.widecarousel .carousel-control.right {
		top: 330px;
	}	
	.widecarousel .item .image {
		height: 330px;
	}
	.widecarousel .overlay {
		top: 100px;
	}
	/* images */
	.imgcircle, .imgcircle img.img-responsive  {
		width: 200px;
		height: 200px;
	}
	
	/* footer */
	.footerrow1 p,
	.footerrow1 a,
	.footerrow2 p,
	.footerrow2 a {
		font-size: 16px;
		line-height: 24px;
	}
}
@media print {    
	@page {
		size: portrait;
	}
	table {
		width: 100% !important;
	}
	/* general */
	a[href]:after {
		content: none;
	}
	* {
		font-size: 14px !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	.btn-small,.btn-tiny,.btn-large {
        display: none !important;
	}
	footer {
        display: none !important;
	}
/*
    .navbar {
        display: block;
	}
	.navstyle3 .navbar-toggle {
        display: none !important;
	}
	.navbar-header {
		background-color: #401409;
        display: block;
        border-width:0 !important;
    }
*/
	/* reformat */
	
	/* data tables */
	.dataTables_length,.dataTables_filter,.dataTables_info,.dataTables_paginate {
        display: none !important;
	}
    .no-print, .no-print * {
        display: none !important;
    }
}

.formanswer {
	font-style: italic;
	color: #660000;
}

p[style="text-align: center;"] img {
	margin: auto auto 15px auto;
	width: auto;
	display: inline;
}

section.maintenance {
	background-color: yellow;
}
section.maintenance .container {
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}
section.maintenance .container p {
	color: black;
	font-weight: bold;
	text-align:center;
	padding: 0.2em;
margin: 0;
}

/* Stylesheet: styles-2 Modified On 2018-03-14 15:00:05 */
