.info-wrapper h1
{
	font-size: 19px;
	color: #fff;
	padding: 0;
	font-weight: 400;
}
#header_viewers,
.plusSymbol
{
	display: inline;
}
footer .NZ 
{
	display:none;
}
p
{
	font-size:16px;
}
.dropdown {
  overflow: hidden;
  padding:0;
}

.dropdown .dropbtn {
  line-height:49px;
}
.dropdown .dropbtn span{
	line-height: 49px;
	font-size: 10px;
}

.dropdown:hover .dropbtn {
  cursor:pointer;
  color: rgba(255,255,255,0.5);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:none;
  min-width: 160px;
  padding: 0 25px 25px 25px;
  margin-left:-25px;
  box-sizing: border-box;
  z-index: 1;
}
.dropdown-content-content {
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  box-sizing: border-box;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 12px;
}

.dropdown-content a:hover {
  box-shadow: inset 0 -2px 0 #01395F;
  color:#01395F;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.supplierDivider .slick-slider {
    padding: 40px 0;
    opacity: 0.9;
}
/* The magic */
.col {
  overflow: hidden;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 
    Visibility delay gives the previously hovered element time to slide out before disappearing.
    Remove the `visibility` transition to slide in current element without sliding out previous element
  */
  transition: all 0.275s ease-in-out, visibility 0s 0.275s;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.row:hover ~ .row .slide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.row:hover .slide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.row:hover .col:hover ~ .col .slide {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.row:hover .col:hover .slide {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  transition-delay: 0s;
}



.container {
  margin: 0 auto;
  padding:0;
}

.row {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.col {
  color: #fff;
  flex: 1 1 auto;
  min-height: 185px;
  position: relative;
  margin: 0 5px 10px 5px;
}
.col h2 {
	font-size: 2.33333rem;
	line-height: 1.25;
	margin: 0;
	position: absolute;
	z-index: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	box-sizing: border-box;
  
}

.col:nth-child(2) {
  min-width: 20%;
}

.col:nth-child(4) {
  min-width: 33%;
}

.col:nth-child(3) + .col:nth-child(3) {
  min-width: 50%;
}

.photo-container {
  background: #01395f 50% 50% / cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 1s;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.photo-container::before {

  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.col:hover .photo-container {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.slide {
  background: rgba(1, 57, 95, 0.8);
  padding: 0 1.5rem;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
}
.slide p
{
	border: 2px solid #fff;
	padding: 0;
	width: 150px;
	color:#fff;
	margin: auto;
}
.slide p:hover
{
	background:#fff;
	color:#01395F;
	border: 2px solid #fff;
}

.opera #section1 #bottomarc, .chrome #section1 #bottomarc {
    top: -78px;
    left: 23px;
}
#section1 .promoWrapper
{
	position: absolute;
	z-index: 9;
}
#section1 .promoBG
{
	width: 300px;
	height: 300px;
	display: block;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	left: -47px;
	top: 24px;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}
#section1 #bottomarc,
#section1 #toparc
{
	color:#000;
	font-size:20px;
	-webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
	position:relative;
	width:200px;
}
#section1 #toparc
{
	left:-23px;
	top:30px;
}
#section1 #bottomarc
{
	left: 25px;
	top: -75px;
}
#section1 .sale {
  position: relative;
  display: inline-block;
  background: #0251F9;
  color: white;
	height: 116px;
	width: 134px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size:41px;
  left: 36px;
  top: 10px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: beat 1s ease infinite alternate;
          animation: beat 1s ease infinite alternate;
}
#section1 .sale:before, .sale:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#section1 .sale:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section1 .sale .price
{
	top: 26px;
	position: relative;
	left: -10px;
}
#section1 .sale .textwrap
{
	font-size: 20px;
	text-align: left;
	margin-left: 49px;
	margin-top: 13px;
}

#section1 .button {
    background: #01395F;
    color: #fff;
    margin: 20px 15% 0 0;
    font-size: 20px;
    text-shadow: none;
    border: none;
    font-weight: 300;
    line-height: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
#section1 .button:hover {
    background: #121212;
}
#section1 .button .symbol {
    position: relative;
    top: 17px;
    display: inline-block;
    margin: 0 0 0 10px;
}
#section1 .sale .textwrap .pretext
{
	
}
#section1 .sale .textwrap .text
{
	
}

@-webkit-keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
            transform: rotate(-20deg) scale(1.1);
  }
}

@keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
            transform: rotate(-20deg) scale(1.1);
  }
}
.bgoverlay
{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#home
{
	margin-top:-170px;
}
.anchor
{
	position:absolute;
	margin-top:-50px;
	font-size:0;
}
.scrollstop
{
	overflow-y:hidden;
}
body
{
	background-color:#f0f0f0;
	background-image:url("../img/texturelight.jpg");
}
section
{
	position:relative;
	display:table;
	width:100%;
	padding:60px 0;
}
.content
{
	display:table-cell;
	vertical-align:middle;
}
#overlaybg
{
	background:rgba(255,255,255,.9);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:50;
	height:100%;
}
#popbox
{
	position:fixed;
	width:300px;
	margin:auto;
	height:220px;
	background:#17375E;
	padding:40px 0;
	text-align:center;
	z-index:51;
	margin:-150px 0 0 -150px;
	left:50%;
	top:50%;
}
#popbox.mini
{
	height:140px;
	margin:-110px 0 0 -150px;
}
#popbox.mini p
{
	display:none;
}
#popbox #successsymbol
{
	font-size:100px;
	line-height:48px;
	margin:25px 0px 10px;
}
#popbox #closesymbol
{
	color:rgba(255,255,255,.7);
	font-size:28px;
	top:0;
	position:absolute;
	right:0;
	transition:color 300ms;
	padding:20px;
}
#popbox #closesymbol:hover
{
	color:#fff;
}

header #headertop
{
	height:120px;
	margin:0 0 50px 0;
	background: url("../img/texturelight-header.jpg");
}
header #headerbottom
{
	height:49px;
	position:absolute;
	width:100%;
	top:120px;
	z-index:11;
	transition:box-shadow 300ms;
	background-color:#222;
	background-image:url("../img/texturedark.jpg");
	border-bottom:1px #333 solid;
}
header .table,
header .wrapper
{
	height:100%;
}
header .headerleft,
header .headerright
{
	display:inline-block;
	height:100%;
}
header .headerright
{
	float:right;
}
header #menu
{
	position:relative;
	display:none;
	float:right;
	height:40px;
	width:40px;
	color:#000;
	background:#e0e0e0;
	transition:background 300ms, color 300ms, border 300ms;
	font-size:24px;
	line-height:44px;
	border:1px #222 solid;
	border-radius:4px;
}
header #menu:after
{
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
	position:absolute;
	font-family:plasmatechtv;
	content:'m';
}
header #menu:hover
{
	background:#888;
	color:#fff;
	border:1px #000 solid;
}
header nav a,
.dropdown, .dropbtn
{
	color:rgba(255,255,255,6);
	transition:text-shadow 300ms, background 300ms;
	padding:0 20px;
	display:inline-block;
	font-size:16px;
	line-height:49px;
}
.dropdown {
  overflow: hidden;
  padding:0;
}
header nav a:hover
{
	color:rgba(255,255,255,0.5);
}
header nav a.activebtn
{
	background:#000;
}
.shrink header #headerbottom
{
	top:0;
	position:fixed;
	box-shadow:0 0 5px rgba(0,0,0,.4);
}
header #headerbottom img
{
	transition:opacity 300ms, transform 300ms;
	opacity:0;
	transform:translateX(-100px);
	max-height: 39px;
}
header #headerbottom .headerleft a
{
	pointer-events:none;
}
header #headertop .headerright {
    display: flex;
	align-items: center;
}
header #headertop .headerright .contactbtn {
    background: #f9f9f9;
    padding-top: 5px;
    height: 50px;
    width: 157px;
    z-index: 30;
    color: #01395F;
    font-size: 0.8vw;
    left: 0;
    top: 0;
	text-align:center;
	border-radius:3px;
}
#headertop .headerright .contactbtn .contactWrapper {
    display:inline-block;
	width: 100%;
	padding-top: 3px;
}
#headertop .headerright .contactbtn .contact_icon img {
    width: 40px;
}
#headertop .headerright .contactbtn .contact_icon {
    display: inline-block;
    margin-top: -5px;
}
header #headerbottom .info-wrapper
{
	display: inline-block;
	margin-top: 7px;
	opacity: 1;
	transition: opacity 300ms, transform 300ms;
	width: 100%;
	margin-left: -165px;
	min-width: 600px;
}
.clients header #headerbottom .info-wrapper
{
	display: block;
	margin-left: 0;
	margin-top: -1px;
	opacity: 1;
	transition: opacity 300ms, transform 300ms;
	position: absolute;
	top: 0;
	left: 72px;
	width: 227px;
	border-top: 1px solid #f9f9f9;
}
.shrink header #headerbottom .info-wrapper
{
	opacity:0;
	
}
header .panel {
    display: inline-block;
    width: 33.3%;
}
header .panel h1 {
    padding: 0;
    color: #f9f9f9;
    font-size: 16px;
}
header .panel h2 {
    color: #f9f9f9;
    padding: 0;
    font-size: 12px;
}
.shrink header #headerbottom .headerleft a
{
	pointer-events:auto;
}
.shrink header #headerbottom img
{
	opacity:1;
	transform:translateX(0);
}
header #headertop .headerright a
{
	display:block;
	text-align:right;
	font-size:35px;
	font-weight:700;
	line-height:1.5em;
}
header #headertop .headerright #email
{
	color:#01395F;
	font-size:22px;
	font-weight:400;
	background: -webkit-linear-gradient(#51cffe, #0138f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header #headertop .headerright #phone
{
	color:#000000;
	font-size:35px;
	font-weight:400;
}
header #headertop .headerright #email:hover,
header #headertop .headerright #phone:hover
{
	color:rgba(255,255,255,0.5);
}
header #headertop .headerright #email img,
header #headertop .headerright #phone img
{
	width: 25px;
	display: inline-block;
	padding: 7px 0 5px 15px;
	transition: all 300ms;
}
header #headertop .headerright #email:hover img,
header #headertop .headerright #phone:hover img
{
	opacity:0.5
}
#headerbottom .info-wrapper
{
	position:relative;
	z-index:-1;
}
.clients #headerbottom .info-wrapper h1
{
	padding: 0;
	margin: 0;
	color: #f9f9f9;
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	
}
#section1
{

	padding: 0;
}
#section1 .content
{
	width: 100%;
}
#section1 .col1-2
{
	float:left;
	max-width:50%;
	height:480px;
	margin-left: 24%;
}
#section1 .col1-2 div
{
	font-weight:700;
	font-size:90px;
	line-height:1.3em;
	color:#01395F;
	position:relative;
	text-shadow:0 0 5px #000529, 0 0 5px #000529, 0 0 5px #000529;
}
#section1 .col2-2
{
	float:right;
	width:300px;
	padding:0 17px 0 0;
}
#section1 .col2-2 video
{
	background:#000;
}
#section1 .button
{
	background:#01395F;
	color:#fff;
	margin:20px 15% 0 0;
	font-size:20px;
	text-shadow:none;
	border:none;
	font-weight:300;
	line-height:50px;
	box-shadow:0 0 5px rgba(0,0,0,.8);
}
#section1 .button .symbol
{
	position:relative;
	top:17px;
	display:inline-block;
	margin:0 0 0 10px;
}
#section1 .button:hover
{
	background:#121212;
}
#section1 .video-js:before
{
	content:'';
	position:absolute;
	top:-15px;
	bottom:-15px;
	left:-15px;
	right:-15px;
	border:2px outset #000;
	border-radius:3px;
	
	background: #000;
	background: -moz-linear-gradient(-45deg,  #b2b2b2 0%, #858585 50%, #000000 51%, #000000 100%);
	background: -webkit-linear-gradient(-45deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	background: linear-gradient(135deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#000000',GradientType=1 );
}
#section1 .vjs-fullscreen:before
{
	display: none;
}
#section2
{
	padding-bottom:50px;
	background: url(../img/digitalSignage_bg.png),radial-gradient(ellipse at center, #013a60 0%,#000428 100%),#01395F;
	height: 219px;
	background-size: cover;
	background-position:center;
}
.clients header #headertop .headerright .button
{
	font-size: 20px;
	margin: 0 30px;
}
.clients #section2
{
	background: url(../img/digitalSignage_bg_clients.png),radial-gradient(ellipse at center, #013a60 0%,#000428 100%),#01395F;
}
#section2 .wrapper
{
	max-width:500px;
	text-align:center;
}
#section2 h2, #section2 p
{
	color:#f9f9f9;
	font-weight:600;
}
#section3
{
	background-color:#ccc;
	background-image:url('../img/deal.jpg');
	background-size:cover;
	background-position:right;
	position:relative;
}
#section3::after
{
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
#section3 .content-wrapper
{
	position:relative;
	z-index:1;
}
#section3 .imgbg
{
	background-image:url('../img/deal.jpg');
	animation-name: zoomParalax;
	animation-duration: 60s;
}
#section3 h1
{
	padding: 0 0 46px 0;
	text-align: center;
}
#section3 .logoSlider a
{
	padding: 20px;
}
#section4 .marginpush
{
	margin:-20px -30px;
}
#section4 .panel
{
	display:inline-block;
	width:20%;
}
#section4 .panel .panelmargin
{
	margin:20px 30px;
}
#section4 .panel img
{
	width:100%;
	max-height:80px;
	margin:0 0 20px 0;
}
.isIE #section4 .panel img/*fixes svg scaling stretch in ie*/
{
	width:40%;
	max-height:none;
}
#section5
{
	background-size:cover;
	background-position:top;
}
#section5 .panel
{
	float: none;
	max-width: 600px;
	width: 33%;
	padding: 2%;
	box-sizing: border-box;
	display: inline-block;
}
#section6
{
	background: #013a60;
	background: -moz-radial-gradient(center, ellipse cover,  #013a60 0%, #000428 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#013a60), color-stop(100%,#000428));
	background: -webkit-radial-gradient(center, ellipse cover,  #013a60 0%,#000428 100%);
	background: -o-radial-gradient(center, ellipse cover,  #013a60 0%,#000428 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #013a60 0%,#000428 100%);
	background: radial-gradient(ellipse at center,  #013a60 0%,#000428 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013a60', endColorstr='#000428',GradientType=1 );
}
#section6 .panel
{
	max-width:480px;
	margin:auto;
}
#section6 video
{
	background:#000;
}
#section6 .video-js:before
{
	content:'';
	position:absolute;
	top:-15px;
	bottom:-15px;
	left:-15px;
	right:-15px;
	border:2px outset #000;
	border-radius:3px;
	
	background: #000;
	background: -moz-linear-gradient(-45deg,  #b2b2b2 0%, #858585 50%, #000000 51%, #000000 100%);
	background: -webkit-linear-gradient(-45deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	background: linear-gradient(135deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#000000',GradientType=1 );
}
#section6 .vjs-fullscreen:before
{
	display: none;
}
#section7
{
	padding-bottom:90px;
}
#section7 h1
{
	color:#0255FA;
	font-weight:500;
}
#section7 h1,
#section7 h2
{
	padding:0;
}
#section7 .panel
{
	width: 24%;
	font-size: 20px;
	margin: 0.5%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	border: 1px solid;
	padding: 1%;
	background: #f9f9f9;
}
#section8
{
	padding-bottom:0;
}
#section8 p
{
	margin:0 0 0 30px;
}
#section8 .col1-2
{
	position:absolute;
	font-weight:700;
	line-height:27px;
	font-size:24px;
	color:#000;
}
#section8 .col2-2
{
	margin:0 0 0 30px;
	line-height:2em;
}
#section9
{
	background-color:rgba(0,21,57,1);
	background-image:url('../img/rego.jpg');
	background-size:cover;
	background-position:center;
}#section9 .panelpush
{
	text-align:center;
	padding:50px 0;
}
#section9 .panel
{
	width:25%;
	display:inline-block;
	text-align:center;
	min-height:50px;
}
#section9 h2,
#section9 h3
{
	text-align:center;
	padding:0;
}
#section9 h3
{
	padding:15px 0;
}
#section9 a:hover h1
{
	color:#01395F;
}
#section9 .button
{
	min-width:150px;
	float:none;
	display:inline-block;
}
#section9 h1
{
	font-size:20px;
	padding:0;
}
#section10 h3
{
	padding-bottom:10px;
}
#section10 p
{
	padding:0 0 10px 0;
}
#section10 .texterror
{
	color:rgba(255,40,40,1);
}
#section10 .textsuccess
{
	color:rgba(40,255,40,1);
}
#section10 .contactcol
{
	width:350px;
	text-align:left;
}
#section10 .fixedwidth
{
	width:80px;
	margin:0 0 0 35px;
}
#section10 #mapgradient
{
	pointer-events:none;
	
	background: -moz-linear-gradient(left,  rgba(0,21,57,0) 0%, rgba(0,21,57,0) 55%, rgba(0,21,57,0.9) 65%, rgba(0,21,57,0.9) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,21,57,0) 0%,rgba(0,21,57,0) 55%,rgba(0,21,57,0.9) 65%,rgba(0,21,57,0.9) 100%);
	background: linear-gradient(to right,  rgba(0,21,57,0) 0%,rgba(0,21,57,0) 55%,rgba(0,21,57,0.9) 65%,rgba(0,21,57,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00840303', endColorstr='#cc840303',GradientType=1 );
}
.clients #section7
{
	padding: 150px 0 120px 0;
}
.clients #section7 .button
{
	margin-top: 120px;
	float:none;
	border-color:#01395F;
	color:#01395F;
}
#directdebit main .wrapper, #deposit main .wrapper
{
	text-align:center;
}
#directdebit main .wrapper span, #deposit main .wrapper span
{
	line-height:2;
	font-weight:600;
}
#siteagreement main
{
	padding:40px 0;
}
footer
{
	text-align:right;
	line-height:50px;
	background-color: #222;
	background-image: url("../img/texturedark.jpg");
	border-bottom: 1px #333 solid;
	color:#f9f9f9;
	
	position:relative;
	z-index:48;
}
footer .wrapper,
footer a,
footer .retract
{
	line-height:50px;
	color:#f9f9f9;
	transition: color 300ms, text-shadow 300ms;
}
footer a:hover, footer a:hover .retract
{
	color:rgba(255,255,255,0.5);
}
footer h2
{
	font-size: 20px;
	text-align: left;
	padding: 19px 0 0 0;
	color:#f9f9f9;
}
footer .col1-2, footer .col2-3
{
	text-align:left;
}
footer .col1-2 .fixedwidth  {
    width: 60px;
    line-height: 1.6;
    text-align: right;
    margin: 0 0 0 -67px;
}
footer .col1-2 a,
footer .col1-2 p,
footer .col1-2 p span,
footer .col1-2 b
{
	line-height: 1.6;
	color: #f9f9f9;
	transition: color 300ms, text-shadow 300ms;
}
footer .col1-2 a:hover
{
	color:rgba(255,255,255,0.5);
}
footer .col1-2 .infoWrapper
{
	margin-top:16px;
}
footer .col1-2 p
{
	margin-top:3px;
	padding: 0 0 15px 0;
}
footer .col1-2 p .fixedwidth,
footer .col1-2 p .fixedwidth .lineheightfix
{
	color: #fff;
}
footer .col2-2
{
	text-align:right;
}
footer .col1-2,
footer .col2-2
{
	display:inline-block;
	padding:0;
	font-size:16px;
}
footer .col1-2
{
	width:30%;
}
footer .col2-2
{
	width:70%;
}
footer .col2-3 a,
footer .col2-3 .lineheightfix
{
	line-height:50px;
	color:#F37B21;
	transition: color 300ms, text-shadow 300ms;
}
footer .btmLinks
{
	display:inline-block;
	width:100%;
	padding: 17px 0 5px 0;
}
footer .inputfix
{
	display: inline-block;
	width: 100%;
}
footer .btmLinks,
footer .btmLinks span
{
	transition: color 300ms, text-shadow 300ms;
	line-height: 3.1;
}
footer .col1-2 .location_icon img
{
	width:30px;
	margin-right:12px;
	display:inline-block;
}
footer .col1-2 .location_icon
{
	height:0;
}
footer .col2-2 #contactform
{
	margin-top:20px;
}
footer .col2-2 #contactform .col1-2,
footer .col2-2 #contactform .col2-2
{
	width:49%;
	padding:0;
}
footer .col2-2 #contactform fieldset .col1-2,
footer .col2-2 #contactform fieldset .col2-2 {

    width: 100%;
    padding: 0;

}
footer .col2-2 #contactform .col1-2
{
	float:left;
}
footer .co2-2 #contactform .col2-2
{
	float:right;
}
footer #contactform .cmessage
{
	min-height:220px;
}
footer #divider
{
	background:rgba(255,255,255,.2);
	height:24px;
	width:1px;
	position:relative;
	display:inline-block;
	margin:13px 20px 0 20px;
}
footer #privacyloading
{
	padding:0 0 0 10px;
	display:inline-block;
	bottom:3px;
}
footer #privacyloading div
{
	font-size:16px;
	line-height:50px;
}
footer #privacyloading #privacyloadingspin
{
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
#privacysection
{
	padding-bottom:20px;
}


.g-recaptcha {
    //margin: 0 0 0 auto;
    //transform:scale(1);
    //transform-origin:0 0;
	display: inline-block;
	margin-bottom: 20px;
}

.text-right {
        text-align: right
}



#qrcode #headertop {
	margin-bottom: 0;
}

#qrcode main {
	/* margin-top: 100px; */
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	/* max-width: 100vw; */
}

#qrcode main h1 {
	text-align: center;
	font-size: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

#qrcode main #businessdirectory,
#qrcode main #sitename {
	text-align: center;
}

#qrcode main #sitename {
	font-size: 32px
}

#qrcode main ul {
	max-width: 90%;
	padding: 0;
	margin-top: 50px;
}
#qrcode main li {
	list-style: none;
}
#qrcode main p {
	word-wrap: break-word;
}
#qrcode hr {
	background: darkgrey;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
