.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.opera #section1 #bottomarc, .chrome #section1 #bottomarc {
  top: -81px;
}
.opera #section1 #bottomarc, .chrome #section1 #bottomarc {
    top: -78px;
    left: 23px;
}
.opera #section1 #bottomarc.October,  .chrome #section1 #bottomarc.October  {
    top: -79px;
    left: 27px;
}
#section1 #bottomarc.February, .opera #section1 #bottomarc.February, .chrome #section1 #bottomarc.February{
	    top: -28px;
    left: 32px;
}
#section1 #bottomarc.October, .opera #section1 #bottomarc.October, .chrome #section1 #bottomarc.October {
    top: -21px;
    left: 35px;
}
#section1 #bottomarc.November, .opera #section1 #bottomarc.November, .chrome #section1 #bottomarc.November, #section1 #bottomarc.December, .opera #section1 #bottomarc.December, .chrome #section1 #bottomarc.December
{
	top: -32px;
    left: 32px;
}
#section1 #bottomarc.January, .opera #section1 #bottomarc.January, .chrome #section1 #bottomarc.January
{
	top: -22px;
	left: 33px;
}
#section1 #bottomarc.May, .opera #section1 #bottomarc.May, .chrome #section1 #bottomarc.May
{
	left: 37px;
	top: 7px;
}
.opera #section1 #bottomarc.March, .chrome #section1 #bottomarc.March, .opera #section1 #bottomarc.April, .chrome #section1 #bottomarc.April {
    left: 36px;
    top: 5px;
}
#section1 #bottomarc.March, #section1 #bottomarc.April
{
	left: 36px;
	top: -8px;
}
#section1 #bottomarc.June, .opera #section1 #bottomarc.June, .chrome #section1 #bottomarc.June, #section1 #bottomarc.July, .opera #section1 #bottomarc.July, .chrome #section1 #bottomarc.July
{
	left: 39px;
	top: 3px;
}
#section1 #bottomarc.August, .opera #section1 #bottomarc.August, .chrome #section1 #bottomarc.August
{
	top: -12px;
    left: 35px;
}
#section1 #bottomarc.September, .opera #section1 #bottomarc.September, .chrome #section1 #bottomarc.September
{
	top: -39px;
    left: 32px;
}
#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: 22px;
	top: -92px;
}
#section1 .sale {
  position: relative;
  display: inline-block;
  background: #01395F;
  color: white;
	height: 116px;
	width: 134px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size:41px;
  left: 35px;
	top: 19px;
  -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: 19px;
	position: relative;
	left: -6px;
}
#section1 .sale .textwrap
{
	font-size: 17px;
	text-align: center;
	margin-left: 0px;
	margin-top: 12px;
}

#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
{
	margin-left: -10px;
}

@-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:100px 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;
}
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
{
	color:rgba(255,255,255,6);
	transition:text-shadow 300ms, background 300ms;
	padding:0 10px;
	display:inline-block;
	font-size:16px;
	line-height:49px;
}
header nav a:hover
{
	text-shadow:0 0 3px #fff, 0 0 3px #fff;
	color:#fff;
}
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);
}
header #headerbottom .headerleft a
{
	pointer-events:none;
}
.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:#30339C;
	font-size:22px;
	font-weight:400;
}
header #headertop .headerright #email:hover
{
	color:#000;
}
#section1
{
	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 );
}
#section1 .bgoverlay
{
	background-image:url('../img/home.jpg');
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
}
#section1 .vid-wrapper
{
	display: inline-block;
	position: relative;
}
#section1 .col1-2
{
	float: left;
	max-width: 50%;
	height: 480px;
	margin-left: 24%;
}
#section1 .col1-2 div
{
font-weight: 700;
font-size: 65px;
line-height: 1.3em;
color: #fff;
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;
	position: relative;
}
#section1 .col2-2 img
{
	max-width: 327px;
}
#section1 .col2-2 #vid1
{
	position: absolute;
	top: 14px;
	left: 16px;
	right: 0;
	max-width: 294px;
	height: 0;
	padding: 74px;
}
#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:-5px;
	bottom:-5px;
	left:-5px;
	right:-5px;
	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;
}
#section2 .col1-2
{
    overflow: hidden;
}
#section2 .col1-2 b
{
    font-weight: 700;
	line-height: 1.8em;
	font-style: italic;
	font-size: 17px;
}
#section2 .col1-2 .table
{
	height:621px;
}
#section2 .col2-2
{
	width:472px;
	float:right;
	text-align:right;
}
#section2 .col1-2 img
{
	max-width:100%;
}
#section3
{
	background-color:#ccc;
	background-image:url('../img/deal.jpg');
	background-size:cover;
	background-position:right;
}
#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-color:#ccc;
	background-image:url('../img/way.jpg');
	background-size:cover;
	background-position:bottom;
}
#section5 .panel
{
	float:right;
	max-width:600px;
}
/*#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.invert h1
{
	color:#01395F;
}
#section6 .fullscreen_bg
{
	width: 1832px;
	left: -539px;
	position: absolute;
	filter: blur(2px) saturate(50%);
	top: -86px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
#section6 .dynamic_bg
{
	width: 1621px;
	left: -495px;
	position: absolute;
	filter: blur(2px) saturate(50%);
	top: 32px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
#section6 ol.list
{
	background: rgba(1,57,95,0.9);
	padding: 16px;
	position: relative;
	border-radius:15px;
}
#section6 ol.list .item:last-of-type {
    padding-bottom: 0;
}
#section6 .content
{
	display:block;
}

#section6 .tv-wrapper
{
	max-width:1000px;
	margin:auto;
	padding-top:30px;
}
#section6 .panel.col2-2.width60
{
	width:60%;
}
#section6 .panel.width40
{
	width:40%;
}
#section6 .panel.col2-2
{
	width:50%;
	max-width:inherit;
}
#section6 .list .item
{
	text-align:justify;
}
#section6 .list .item h3
{
	text-align:left;
}
#section6 .panel
{
	margin:0;
	width: 50%;
}
#section6 .panel.portrait
{
	max-width:480px;
}
#section6 .panel.landscapevid
{
	padding:0;
}
#section6 .dynamic .width40
{
	padding-left: 55px;
}
#section6 .panel.landscapevid:nth-of-type(2)
{
	padding:35px 0;
}
#section6 video
{
	background:#000;
}
#section6 .video-js {
    position: relative;
    z-index: 7;
}
#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;
}
#section6 h3 {

    padding-left: 9%;
    padding-top: 46px;
}
#section6 .list
{
	position:relative;
	z-index:7;
}#section6 .list b
{
	line-height:1em;
}
#section6 .content
{
	padding-bottom: 64px;
}
#section6 .content.landscape
{
	padding:0;
}
#section6 .content.landscape .col-wrapper
{
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-wrap: wrap;
	width: 100%;
}
#section6 .content:last-of-type
{
	padding-bottom:0;
}
#section6 .tv-container-container
{
	display: table;
	width: 100%;
	height: 716px;
	vertical-align: middle;
}
#section6 .landscape .tv-container-container{
	height:549px;
}
#section6 .tv-container
{
	display: table-cell;
	vertical-align: middle;
}
#section6 .content.landscape .arrow-wrapper
{
	position: absolute;
	transform: rotate(97deg) scaleY(-1);
	top: -156px;
	right: -141px;
	left: inherit;
	display: inline-block;
	z-index: 5;
}
#section6 .content.landscape .arrow2-wrapper
{
	position: absolute;
	transform: rotate(258deg);
	top: -232px;
	right: -131px;
	display: inline-block;
	z-index: 5;
	left: inherit;
}
#section6 .content.dynamic .arrow-wrapper
{
	position: absolute;
	transform: rotate(56deg);
	top: -104px;
	right: inherit;
	left: -196px;
	display: inline-block;
	z-index: 5;
}
#section6 .content.dynamic .arrow2-wrapper
{
	position: absolute;
	transform: rotate(306deg) scaleY(-1);
	top: -287px;
	right: inherit;
	display: inline-block;
	z-index: 5;
	left: -203px;
}
#section7 h2
{
	text-align:center;
}
#section7 .gallery a img {
    transition: transform 500ms;
    width: 100%;
}
#section7 .gallery a:hover img 
{
    transform: scale(1.3);
}

#section7 .panelmargin
{
	margin:10px 30px;
}
#section7 .panel img
{
	width:100%;
	margin:0 0 10px 0;
	border-radius:3px;
}
#section7 .gallery {
    border-radius: 5px;
	background: white;
}
#section7 .gallery a:hover::after {
    opacity: 1;
    transform: scale(1);
}
#section7 .gallery a:hover::before {

    background: rgba(1, 33, 70,.5);
}
#section7 .gallery a::before 
{
    z-index: 1;
    pointer-events: none;
    transition: background 300ms;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
#section7 .gallery a::after 
{
    z-index: 2;
    text-align: center;
    pointer-events: none;
    transform: scale(0);
    transition: opacity 300ms, transform 300ms;
    opacity: 0;
    font-family: total-interactive-dise;
    font-size: 50px;
	font-weight:200;
    color: #fff;
    content: 'z';
    top: 49%;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

#section8
{
	background-color:#ccc;
	background-image:url('../img/support.jpg');
	background-size:cover;
	background-position:top right;
}
#section8 .panel
{
	float:left;
	max-width:600px;
}
#section8 .NZ .trips
{
	display:none;
}
#section8 .trips
{
	float:left;
	width:33.33%;
	text-align:center;
}
#section8 .trips img
{
	width:100%;
}
#section8 .trips a
{
	width:160px;
	margin:auto;
	position:relative;
	display:block;
	border-radius:4px;
	overflow:hidden;
}
#section8 .trips a:before,
#section8 .trips a:after
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
#section8 .trips a:before
{
	transition:background 300ms;
	content:'';
}
#section8 .trips a:hover:before
{
	background:rgba(0,0,0,.8);
}
#section8 .trips a:after
{
	content:'h';
	font-family:plasmatechtv;
	line-height:85px;
	color:#fff;
	font-size:25px;
	transform:translate(-100%,-100%);
	transition:transform 200ms;
}
#section8 .trips a:hover:after
{
	transform:translate(0,0);
}
#section9 p
{
	margin:0 0 0 30px;
}
#section9 .col1-2
{
	position:absolute;
	font-weight:700;
	line-height:27px;
	font-size:24px;
	color:#000;
}
#section9 .col2-2
{
	margin:0 0 0 30px;
	line-height:2em;
}
#section10 .symbol, #section11 .symbol
{
	font-family:fontello;
}
#section10
{
	background-image:url('../img/sample.jpg');
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
}
#section10 .wrapper
{
	max-width: 900px;
}
#section10 a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    margin: 1%;
	border-radius:5px;
	box-shadow: 2px 2px 8px #000;
}
#section10 a img 
{
    width:100%;
    transition: transform 500ms;
}

#section10 a:hover img {
    transform: scale(1.05);
}
#section10 a::before {
    z-index: 1;
    pointer-events: none;
    transition: background 300ms;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
#section10 a::after {
	z-index: 2;
	text-align: center;
	pointer-events: none;
	transform: scale(0);
	transition: opacity 300ms, transform 300ms;
	opacity: 0;
	font-family: fontello;
	font-size: 50px;
	color: #F9FBFC;
	content: 'z';
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.20);
}
#section10 a:hover:before
{
	background:rgba(0, 0, 0,0.8);
}
#section10 a:hover:after
{
	opacity:1;
	transform:scale(1);
}
#section10 a:nth-of-type(1),
#section10 a:nth-of-type(2)
{
	width:48%;
}
#section11 .symbol {
    color: #222;
    line-height: 55px;
    margin: 0 8px 0 0;
    font-size: 50px;
}
#section11 .sampleImageWrapper .symbol {
    color: #fff;
}
#section11 a .delayArea img
{
	transition: transform 500ms;
}
#section11 a:hover .delayArea img {
    transform: scale(1.2);
}
.sampleBig
{
	height:254px;
	width:439px;
}
.sampleSmall
{
	height:374px;
	width:280px;
}
.symbolOverlay
{
	background:rgba(0,0,0,.9);
	height:100%;
	width:100%;
	position:absolute;
	left:-100%;
	top:0;
	transition:200ms left;
	pointer-events:none;/*allows the overlay to be clicked through so the gallery detects which image is clicked*/
}
.symbolOverlay .symbol
{
	line-height:374px;
	font-size:50px;
	color:#fff;
}
.sampleBig .symbolOverlay .symbol
{
	line-height:254px;
}
.sampleImageWrapper
{
	position:relative;
	overflow:hidden;
	background:#fff;
	border-radius:6px;
	display:block;
}
.sampleImageWrapper:hover > .symbolOverlay
{
	left:0;
}
#section10 h1
{
	padding-top:0;
}
#section11 h1
{
	padding:0;
	font-size:42px;
}
#section11 .testimonialGap {
    height: 60px;
}
#section11 .pushRight {
    margin: 0 40px 0 0;
}
#section11 .pushLeft {
    margin: 0 0 0 40px;
}
#section11 p
{
	padding: 0 0 10px 0;
	line-height: 1.5em;
}
#section11 .wrapper
{
	max-width:920px;
}
#section12
{
	background-color:rgba(0,21,57,1);
	background-image:url('../img/rego.jpg');
	background-size:cover;
	background-position:center;
}
#section12 .col1-2
{
	width:49%;
	float:left;
}
#section12 .col2-2
{
	width:49%;
	float:right;
}
#section12 .col1-3
{
	width:32%;
	float:left;
}
#section12 .col2-3
{
	width:32%;
	margin:0 0 0 2%;
	float:left;
}
#section12 .col3-3
{
	width:32%;
	float:right;
}
#section12 textarea
{
	height:85px;
}
#section12 .rlegitfield
{
	height:85px;
}
#section12 #termslabel
{
	margin:10px 8px 0 0;
}
#section12 .conditions
{
	line-height:2em;
}
#section12 p
{
	padding:0 0 10px 0;
}
#section12 .marginpush
{
	margin:-10px -10px 10px -10px;
}
#section12 .marginpush label
{
	display:inline-block;
	width:12.5%;
}
#section12 .marginpush label.active .labelmargin
{
	background:#fff;
}
#section12 .labelmargin
{
	margin:10px;
	padding:15px;
	background:rgba(255,255,255,.7);
	border-radius:4px;
	transition:300ms;
}
#section12 .labelmargin:hover
{
	background:#fff;
}
#section12 .table
{
	height:50.4px;
	margin:5px 0;
}
#section12 .tablecell
{
	font-size:14px;
	color:#000;
	line-height:1.2em;
}
#section12 .separator
{
	display:none;
}
#section12 .termslabelclass.error
{
	color:rgba(255,40,40,1);
	background:none;
}
#section12 .termslabelclass.error a
{
	color:rgba(255,200,200,1);
}
#section12 .termslabelclass.error a:hover
{
	color:#fff;
}
#section12 .texterror
{
	color:rgba(255,40,40,1);
}
#section12 .textsuccess
{
	color:rgba(40,255,40,1);
}
#section11 h3
{
	padding-bottom:10px;
}
#section11 p
{
	padding:0 0 10px 0;
}
#section11 .texterror
{
	color:rgba(255,40,40,1);
}
#section11 .textsuccess
{
	color:rgba(40,255,40,1);
}
#section11 .contactcol
{
	width:350px;
	text-align:left;
}
#section11 .fixedwidth
{
	width:80px;
	margin:0 0 0 35px;
}
#section11 #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 );
}
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:160px;
}
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;
}
footer .NZ
{
	display:none;
}

/* Arrow */
.arrow-wrapper-wrapper
{
	position:relative;
}

.arrow-wrapper
{
	position: absolute;
	transform: rotate(88deg);
	top: -216px;
	left: -24px;
	display: inline-block;
	overflow:hidden;
}
.arrow2-wrapper
{
	position: absolute;
	transform: rotate(272deg) scaleY(-1);
	top: -200px;
	left: -24px;
	display: inline-block;
	overflow:hidden;
}
.arrow {
	position: relative;
	margin: 0 auto;
	width: 100px;
}

.arrow .curve {
	border: 3px solid #01395F;
	border-color: transparent transparent transparent #01395F;
	height: 360px;
	width: 1200px;
	border-radius: 230px 0 0 150px;
}

.arrow .point {
	position: absolute;
	left: 40px;
	top: 315px;
}

.arrow .point:before, .arrow .point:after {
	border: 1px solid #01395F;
	height: 25px;
	content: "";
	position: absolute;
}

.arrow .point:before {
	top: -11px;
	left: -11px;
	transform:rotate(-74deg);
	-webkit-transform:rotate(-74deg);
  -moz-transform:rotate(-74deg);
  -ms-transform: rotate(-74deg);
}

.arrow .point:after {
  top: -20px;
	left: 5px;
	transform:rotate(12deg);
	-webkit-transform: rotate(12deg);
  -moz-transform:rotate(12deg);
  -ms-transform: rotate(12deg);
}





.list {
  list-style: none;
  width: 600px;
  max-width: 90%;
}

.item {
  display: block;
  clear: both;
  counter-increment: list;
  padding-bottom: 2.2rem;
  font-size: 1.1rem;
  line-height: 1.375;
  position: relative;
  z-index:2;
}
.item:nth-of-type(1)::before
{
	content:"1";
}
.item:nth-of-type(2)::before
{
	content:"2";
}
.item:nth-of-type(3)::before
{
	content:"3";
}
.item:nth-of-type(4)::before
{
	content:"4";
}
.item:before {
  font: bold 2.25rem/1 Montserrat, Roboto, Helvetica, Arial, sans-serif;
  content: "";
  width: 5rem;
  height: 5rem;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
  color: #01395F;
  background: #f0f0f0 linear-gradient(to bottom right, #f0f0f0 25%, #cacaca);
  text-shadow: 0 0 2px #cacaca;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}

.item:after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f0f0f0;
  z-index: -1;
  border-top-left-radius: 3px;
}

.headline {
  padding: 0rem 0 0 0;
  margin: 0 0 1rem 0;
  font: normal 1.7rem "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
}
#section6 .paddingbottomfix
{
	padding-bottom:151px;
}
#section6 .paddingtopfix
{
	padding-top:91px;
}

#section6 .landscape .item::before
{
	float:right;
	margin: 0 0 0.75rem 1.5rem;
	color: #01395F;
	background: #f0f0f0 linear-gradient(to bottom left, #f0f0f0 25%, #cacaca);
}
#section6 .landscape .item::after
{
	top: 0;
	left:inherit;
	right: 0;
	border-top-right-radius: 3px;
}


.bounce {
    -webkit-animation: bounce 2s;
    animation: bounce 1s infinite;
	animation-iteration-count: 1;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05); }
 }
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: scale(1);  }
  50% {
    -moz-transform: scale(1.05);  } }
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); } }