/*
Toolbox styles
 */
/*
open sans
300 - light
400 - regular
600 - semi-bold
700 - bold
800 - extra bold
*/
body,
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
}
body::-webkit-scrollbar {
    width: 1em;
	background-color: #000;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ed145b;
  outline: 1px solid slategrey;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
    margin: 16px 0px;
 	letter-spacing: 7px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
    margin: 16px 0px;
 	letter-spacing: 0.23em;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
    margin: 16px 0px;
    letter-spacing: 4px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ed145b;
}
@media(max-width:767px){
	h1,
	h2 {
		letter-spacing: 0.13em;
		font-size: 30px;
	}
	h3 {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	h4 {
		font-size: 24px;
	}
}
hr {
	border-top: 1px solid #ed145b;
	max-width: 480px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a,
a:hover,
button,
button:hover,
a i,
button i,
.animate,
.animate:hover {
	-webkit-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    -moz-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    -ms-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    -o-transition: all 0.4s cubic-bezier(.38,.11,0,.95);
    transition: all 0.4s cubic-bezier(.38,.11,0,.95);
}
a:hover,
a:focus,
*:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
	text-decoration: none !important;
	outline: none;
	box-shadow:none !important;
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
.btn-black-pinline {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 20px;
    text-align: center;
    border-radius: 0px;
    letter-spacing: 2px;

}
.btn-black {
	border: 0px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 40px;
    text-align: center;
    border-radius: 0px;
}
.btn-black:hover,
.btn-black:focus {
	color: #fff;
	background-color: rgba(0,0,0,1);
}

/* vertical align */
.vert-outer {
  display:table;
  width:100%;
  height:100%;
}
.vert-inner {
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
.vert-inner.vert-bottom {
  vertical-align:bottom;
}

/* flex vert align */
.fv-outer {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.fv-inner {
  width: 100%;
  position: relative;
}
.fv-inner.vert-bottom {
  align-self: flex-end;
}

/* content video */
.content-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}
.content-video iframe,
.content-video .video-poster,
.content-video .video-embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/*** anchor menu */
.anchor-offset {
  position: absolute;
  margin-top: -100px;
}
/************************* home sections */
section.home-section {
	text-align: center;
	position: relative;
}
section.home-section.home-padding {
	padding:30px 0px;
}
section.home-section.black-bg {
	background-color: #000;
	background-attachment: fixed;
}
section.home-section.black-bg h1 {
	color: #fff;
}
section.home-section.black-bg h2 {
color: #fff;
}
section.home-section.black-bg h3 {
	color: #fff;
}
section.home-section.black-bg p {
	color: #fff;
	font-weight: 200;
}
@media (max-width : 767px) {
	section.home-section.black-bg {
		background-attachment:scroll;
	}
}
#header {
    min-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/*** home anchor nav */
.anchor-nav {
	float: left;
	opacity: 0;
	transition: all 440ms ease;
}
.anchor-nav.in-view {
	opacity: 1;
}

.anchor-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	/*
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	*/
}
.anchor-nav ul li {
	display: inline-block;
}
.anchor-nav ul li a {
    padding: 12px 26px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.anchor-nav ul li a:hover {
    color: #ed145b;
}

.anchor-nav-2 {
	margin-top: 60px;
}
.anchor-nav-2 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.anchor-nav-2 ul a {
	padding: 12px 26px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.anchor-nav-2 ul a:hover {
	color: #ed145b;
	text-shadow: 0 1px 10px #000;
}

@media (max-width : 576px) {
	.anchor-nav-2 ul {
		flex-direction: column;
	}
}

/* anchor nav button */
.btn-close {
	border:0px;
	background-color: transparent;
	box-shadow:none;
	border-radius:0px;
	padding:0px;
	overflow:hidden;
	display:none;
	position: absolute;
    top: 8px;
    left: 5px;
}
.btn-close > span {
	position: relative;
	width:40px;
	height:30px;
	border-radius:0px;
	padding:0px;
	display: block;
	cursor:pointer;
}
.btn-close > span:before,
.btn-close > span:after {
	content:'';
	position: absolute;
	left:0;
	width:100%;
	height:1px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-close > span:before {
	top:0;
	transform: rotate(0deg);
    transform-origin: 0px 0px;
    width: 100%;
}
.btn-close > span:after {
	bottom:0px;
    transform: rotate(0deg);
    transform-origin: 0px 0px;
    width: 100%;
}
.btn-close > span span {
	content:'';
	position: absolute;
	top:50%;
	left:0;
	margin-top:-1px;
	width:100%;
	height:1px;
	background-color: #fff;
}

/* cross version */
.btn-close.cross span span {
	visibility: hidden;
	opacity:0;
}
.btn-close.cross > span:before {
	transform: rotate(45deg);
    width: 136%;
}
.btn-close.cross > span:after {
	transform: rotate(-45deg);
    width: 136%;
}

/* mobile-nav */
#header.mobile-nav {
	width:100%;
	height:auto;
}
#header.mobile-nav .btn-close {
	display: block;
	z-index: 999;
}
.mobile-nav .anchor-nav,
.mobile-nav .header-contact {
	float: none;
	display: none;
}
#header.mobile-nav li {
	width:100%;
	text-align:center;
}
#header.mobile-nav .anchor-nav ul li a {
    font-size: 24px;
}

/* expanded */
header#header.mobile-nav.expanded {
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
}
header#header.mobile-nav.expanded .header-inner {
	height: 100%;
}
#header.mobile-nav.expanded ul {
	visibility: visible;
	opacity: 1;
}
#header.mobile-nav.expanded .btn-close span span {
	visibility: hidden;
	opacity:0;
}
#header.mobile-nav.expanded .btn-close > span:before {
	transform: rotate(45deg);
    width: 136%;
}
#header.mobile-nav.expanded .btn-close > span:after {
	transform: rotate(-45deg);
    width: 136%;
}
#header.mobile-nav.expanded .anchor-nav,
#header.mobile-nav.expanded .header-contact {
	display: block;
}
#header.mobile-nav.expanded .header-contact {
	margin-top: 30px;
    text-align: center;
}
#header.mobile-nav.expanded .header-contact a {
    display: block;
    text-align: center;
	font-size: 14px;
}
#header.mobile-nav.expanded .header-contact a.header-contact-social {
	display: inline-block;
	font-size: 20px;
}

/*** header contact */
.header-contact {
	float: right;
}
.header-contact a {
	font-family: 'Open Sans', sans-serif;
	padding: 12px 10px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	display: inline-block;
}
.header-contact a:hover {
    color: #ed145b;
}
/*
@media(max-width:940px){
	.header-contact {
		display: none;
	}
}*/
/*** home header */
.home-header {
	background-size: cover;
	background-position: center center;
}
.home-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
}

/* mute button */
.mute-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: transparent;
    border: 0px;
    width: 50px;
    height: 50px;
    padding: 0px;
    z-index: 999;
    cursor: pointer;
    outline: none !important;
}
.mute-button .icon-volume,
.mute-button .icon-volume-high  {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mute-button.vol-high .icon-volume {
	opacity: 0;
	visibility: hidden;
}
.mute-button.vol-high .icon-volume-high {
	opacity: 1;
	visibility: visible
}
.mute-button.vol-muted .icon-volume {
	opacity: 1;
	visibility: visible
}
.mute-button.vol-muted .icon-volume-high {
	opacity: 0;
	visibility: hidden;
}

/*** home video */
.home-video {
	background-size: cover;
	background-position: center top;
	background-color: #000;
	background-image: none;
}
.home-video .video-wrapper {
	width: 100%;
	margin: 0 auto;
}
.home-video .video-wrapper iframe {
	width: 100%;
	height: 100%;
}
.home-video h2.video-play {
    color: white;
    margin-bottom: 200px;
}
.home-video h2.video-play a {
    color: white;
}
.home-video h2.video-play a img {
    margin-bottom: 20px;
}
@media screen and (max-width : 767px) {
	.home-video h2.video-play {
		margin-bottom: 100px;
	}
}
/*** home about */
.home-about {
	background-size: cover;
	background-position: 50% 99%;
}
.home-about .cb-title {
	margin-bottom: 30px;
}
#clients {
	background-color: #000;
}
#clients .clients {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
    justify-content: space-around;
    max-width: 800px;
    -webkit-flex-flow: row wrap;
    margin: 30px auto 0;
}
#clients .cb-title {
	text-align: center;
}
#clients h2 {
	color: #fff;
}
#clients .clients img {
	display: inline-block;
	max-height: 50px;
    margin: 5px 12px;
}
@media(max-width:767px){
	#clients .clients img {
		max-height:35px;
	}
	#about {
		padding-bottom: 160px;
	}
}

/*** home videos */
.home-videos {
	background-color: #000;
}
.home-videos .intro-para {
	margin: 20px 0px 60px;
}
/*
.home-videos .videos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}*/
.home-videos .videos .video-single {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.home-videos .videos .video-single:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.home-videos .videos .video-single a.video-btn {
    padding: 55px 0px;
    display: block;
    position: relative;
}
.home-videos .videos .video-single a.video-btn:hover,
.home-videos .videos .video-single a.video-btn:focus {
	text-decoration: none !important;
}
.home-videos .videos .video-single a.video-btn p span {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-videos .videos .video-single a.video-btn:hover p span {
	color: #ed145b;
}
.home-videos .videos .video-single p {
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}
.home-videos .videos .video-single p span {
	font-size: 14px;
}
.home-videos .videos .video-single hr {
	width: 50px;
	margin: 8px auto;
}
.video-container {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-close {
    border: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 10px;
    margin-top: -50px;
    cursor: pointer;
    display: block;
    left: auto;
}
.btn-close:hover {
    color: #ed145b;
}

.video-container.videoActive {
	visibility: visible;
	opacity: 1;
}
.video-container .fv-outer {
	margin: 0 auto;
}
@media(min-width:1200px){
	.video-container .fv-outer {
		width: 1200px;
    	margin: 0 auto;
	}
}
@media(max-width:1300px){
	.video-container .fv-outer {
		width: 850px;
	}
}
@media(max-width:991px) {
	.video-container .fv-outer {
		width: calc(100% - 32px);
	}
}
@media(max-width:767px){
	.home-videos .videos {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
	}
}
/*** home equipment */
.home-cameras {
	background-color: #000;
}
.home-cameras h2,
.home-cameras h3,
.home-cameras p {
	color: #fff;
}
.home-cameras .equip-row {
	padding: 40px 0px 0px;
	position: relative;
	overflow: hidden;
}
.home-cameras .machine-row {
	position: relative;
	padding: 30px 0px;
	text-align:left;
}
.camera-carousel {
    width: 100%;
    max-width: 1200px;
    margin: auto;
	position: relative;
}
.camera-carousel .item {
    padding: 20px;
}
.carousel-image {
    vertical-align: bottom;
    display: table-cell;
}
.owl-nav {
	position:absolute;
	top: 0;
	width: 100%;
}
.owl-prev {
	background: none!important;
    text-indent: -999em;
    width: 30px;
    height: 30px;
    border-radius: 0px!important;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    overflow: hidden;
    position: absolute;
    top: 320px;
    left: -60px;
}
.owl-next {
	background: none!important;
    text-indent: -999em;
    width: 30px;
    height: 30px;
    border-radius: 0px!important;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    overflow: hidden;
    position: absolute;
    top: 320px;
    right: -60px;
}

.home-cameras .machine-row h4 {
	text-align: left;
    margin-bottom: 15px;
    font-size: 24px;
}
.home-cameras .machine-row p,
.home-cameras .machine-row li {
	color: #fff;
}

/* camera text styling */
.home-cameras table {
	margin-bottom:20px;
	margin-left:36px;
	color: #fff;
}
.home-cameras table.spec-table tr>td:first-child {
	font-weight:600;
}
.home-cameras table.spec-table td {
	padding:5px 10px 5px 0px;
	    vertical-align: top; 
}
.home-cameras .btn-black-pinline {
	margin: 20px 0px 0px 36px;
	border-color: #ed145b;
}
.home-cameras .btn-black-pinline:hover {
	background-color: #ed145b;
	border-color: #ed145b;
}
.home-cameras .btn-black-pinline.collapsed .less,
.home-cameras .btn-black-pinline .more {
	display: none;
}
.home-cameras .btn-black-pinline .less,
.home-cameras .btn-black-pinline.collapsed .more {
	display: inline;
}
.modal-lg .modal-body {
    padding: 30px!important;
}
.modal-lg .modal-body button.btn.btn-black {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 8px 20px;
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 940px;
	}
}
@media(max-width:767px){
	.home-cameras .machine-row .flexrow {
		display: block;
	}
	.carousel-image img {
		width: 80%!important;
		height: auto;
		margin: auto;
	}
}
/*** home stock */
.home-stock {
	background-size: cover;
	background-position: center center;
}
.home-stock .btn {
	margin: 30px 0px;
}
/*** home contact */
.home-contact {
	background-image: url(../images/contact-water.jpg);
	background-size:cover;
}
.home-contact .gform_body {
	width: 480px !important;
	max-width:100%;
    margin: 0 auto;
}
.contact-details {
    margin: 20px 0;
}
.contact-details a {
    margin: 20px 0;
    color: #70788b !important;
}
/** gravity form */
.gform_wrapper {
    margin: 60px 0px 0px;
}
#contact .gform_wrapper .gform_fields {
	margin-left:-10px !important;
	margin-right:-10px !important;
	padding: 0;
    list-style: none;
}
.gform_fields label {
	display:none !important;
}
.gform_fields .gfield {
	padding: 0px 10px !important;
	margin-bottom: 15px;
}
.gform_fields  .ginput_container {
	width:100% !important;
	margin:0px 0px;
	padding:0px 0px;
}
.gform_fields  .ginput_container input,
.gform_fields  .ginput_container textarea {
	width:100% !important;
	margin:0px;
	background-color: transparent !important;
	border:1px solid rgba(255,255,255,0.2);
	color:#fff;
    padding: 10px 20px !important;
    letter-spacing: 1px !important;
    display:block;
	font-size: 12px;
	border-radius: 0px;
}

.gform_fields .gfield_error .ginput_container input,
.gform_fields .gfield_error .ginput_container textarea {
	border:1px solid #ed145b;
}

.gform_footer {
	margin:0px !important;
	text-align:center;
}
.gform_footer input[type="submit"]{
	text-transform:uppercase;
	border:0px;
	background-color: #ed145b;
	color:#fff;
	padding:10px 20px;
	line-height:1;
	min-width:200px;
    letter-spacing: 1px;
    height:43px;
    margin-right: 0px !important;
}
/* first name */
.gform_fields li#field_1_1,
.gform_fields li#field_1_2,
.gform_fields li#field_1_3,
.gform_fields li#field_1_4{
	width:50%;
	display: inline-flex;
}

/* second name */
.gform_fields li#field_1_2 {
}
/* email */
.gform_fields li#field_1_3 {
}
/* phone */
.gform_fields li#field_1_4 {
}
/* enquiry */
.gform_fields li#field_1_5 {
	width:100%;
}

.validation_message {
    display: none;
}
.validation_error {
    color: #ed145b;
    margin: 20px 0px;
}

/* contact social */
.home-contact .contact-social a {
    font-size: 14px;
    vertical-align: middle;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid #70788b;
    color: #70788b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
}
.home-contact .contact-social a:hover,
.home-contact .contact-social a:focus {
	color:#ed145b;
	border-color:#ed145b;
/**/







/**/






















/**/