@charset "utf-8";

body { font-family: "brandon-grotesque",sans-serif;
		color:#FFFFFF;}
		
/*fade in*/
/* make keyframes that tell the start state and the end state of our object */




@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 




/*portfolio shuffle*/

/* Portfolio */
.portfolio-wrapper{
	overflow:hidden;
}
.portfolio-wrapper .col-md-3{
	padding:0;
	text-align:center;
}
.portfolio-wrapper img{
	width:100%;
	display:block;
	position:relative;
}
.portfolio-wrapper figure a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:relative;
}
.portfolio-wrapper figure a:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.3);
	display:none;
	z-index:1;
	content:'';
}
.portfolio-wrapper figure a:after{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 50px;
    display: none;
    margin: -18px 0 0 -18px;
    font: normal normal normal 12px/35px FontAwesome;
    content: "\f061";
	z-index:2;
    text-align: center;
}
.my-sizer-element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
	width: 8.33333%;
	float:left;
}
.portfolio-menu{
	text-align:left;
	margin:0 0 50px;
}
.portfolio-menu button, .portfolio-menu button:hover, .portfolio-menu button:focus{
    background: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    margin: 0 21px;
    outline: 0 !important;
    color: #8b8b8b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio-menu button.active{
    box-shadow: none;
    color: #85CFF4;
}

/*end portfolio shuffle*/



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-space {margin:5px;}

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 1.7s;
}

/* end fade in*/		
	

h1 { color: #009FD8; 	text-transform: uppercase;
}
h2 { color: #009FD8; 	text-transform: uppercase;
}
h3 { color: #009FD8; 	text-transform: uppercase;
	font-size:1.3em!important;
}
h4 { color: #009FD8; 	text-transform: uppercase;
	font-size:1em!important;
}
p { font-family: "brandon-grotesque",sans-serif;
line-height: 26px;
	font-weight:300;
	font-size:1.2em!important;
	padding-bottom:15px!important;
}

.container li {padding-top:5px; padding-bottom:5px;}

.project-bg-triangles-left { background-image:url(../images/triangles-big-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

.project-bg-triangles-right { background-image:url(../images/triangle-bg-white.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

.always-top {z-index:5000;}


.image-overlay { 
   position: relative; 
   width: 100%; /* for IE 6 */
	 -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
	
	 
}

.image-overlay h2 { 
   position: absolute; 
	background: rgba(0, 159, 218, 0.7);
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 10px;
	color: white;
   bottom: 6px; 
   left: 0; 
   width: 100%; 
}

.image-overlay a{ display: block;
  text-align:center;
  margin: 0 auto;
  width: 100%;
  color: #aaa;
	-webkit-transition: 0.4s ease;
  transition: 0.4s ease;  
	
	
}
.image-overlay a:hover{  -webkit-transform: scale(1.01);
  transform: scale(1.01);
	
	
}


.image-overlay img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  filter: grayscale(0%);
} 

.image-overlay img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
  filter: grayscale(100%);
}




.upper { text-transform:uppercase;}
.button-box-blue { padding:10px;
	border: thin solid #009FD9;
	background-color: #ffffff;
	color: #009FD9;
	font-size: 16px;
	margin-top: 15px;
	float: right;
}

.button-box-left-black { padding:8px;
	border: thin solid #fff;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	float: left;
}


.up-triangle { background-image: url(../images/small-ud-triangle.jpg);
background-position: right top;
background-repeat:no-repeat; }

.banner { background-image:url(../images/zig-zag.png);
background-repeat:no-repeat;
background-position:top center;}


.banner2 { background-image:url(../images/zig-zag.png);
background-repeat:no-repeat;
background-position:bottom center;}

.banner-triangle { background-image:url(../images/triangles.png);
background-repeat:no-repeat;
background-position:bottom center;}


.banner-middle { background-image:url(../images/zig-zag-full.png);
background-repeat:no-repeat;
background-position:center;}

.banner-middle-no-tri { background-image:url(../images/zig-zag-full-no-tri.png);
background-repeat:no-repeat;
background-position:center;}

.bring-container-up { margin-top:-39px;}
.black-defender-up { margin-top:-39px;}
.bullets-up { margin-top:-39px;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DDDDDD;
    margin: 1em 0;
    padding: 0; 
}

.footer p {font-family: "brandon-grotesque",sans-serif;
font-size:14px;
line-height:150%;
font-weight:thin;
color:rgb(255,255,255);
text-align:left;
}
.footer .bigger { font-size: 16px;}
.footer a { color:#fff;}
.footer a:hover { color:#000;}

.footer h3 { font-family: "brandon-grotesque",sans-serif;
font-size:17px;
line-height:120%;
text-align:left;
	color: black;
}
img {
  max-width: 100%;
  height: auto;}
  

 .related-projects { background-image:url(../images/csr-bg-desktop.jpg); background-repeat:no-repeat;
  background-position:bottom right;
  min-height:550px;}

p {font-size:18px;}



  .white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:bottom right;
  min-height:550px;}
  
  .dark-defender { background-image:url(../images/defend2.png); background-repeat:no-repeat;
  background-position:bottom right;
  min-height:550px;}

  .dark-defender2 { background-image:url(../images/defend3.png); background-repeat:no-repeat;
  background-position:bottom right;
  min-height:550px;}

  
  
  .black-text { color:#000000; }
  .black-text-400 { color:#000000; font-weight:400; }
  .black-text-light-21 { font-weight:400;
  font-size:21px;
  color:#000000;
  margin-bottom:-5px;}

  .blue-text { color:#009FDA;}
  .grey-text { color:#666; font-weight:400;}
  
  .blue-text-light-18 { font-weight:400;
  font-size:18px;
  color:#00ACEC;
  margin-bottom:-5px;}
  .blue-text-light-21 { font-weight:400;
  font-size:21px;
  color:#00ACEC;
  margin-bottom:-5px;}
  
  .white-text-light-20 { font-weight:300;
  font-size:20px;
  color:#ffffff;}
  
  .white-text-medium-14 { font-weight:400;
  font-size:14px;
  color:#ffffff;
  line-height:16px}
  
  .blue-text-medium { color:#009FDA; font-weight:400;}
  .large-white-text { color:#ffffff; font-weight:300; font-size:40px;}
  .medium-white-text { color:#ffffff; font-weight:300; font-size:23px; line-height:30px;}
  
  .medium-white-text a { color:#ffffff;}
  .medium-white-text a:hover { color:#000000; text-decoration:underline;}


  .white-text { color:#ffffff; }
  .white-text a { color:#ffffff; }
  .white-text a:hover { color:#fff; text-decoration:none;}

  .white-text-14 { font-size: 14px;
	  color:#ffffff; }

  .white-text-16 { font-size: 16px;
	  color:#ffffff; }

  .white-text-18 { font-size: 18px;
	  color:#ffffff; }

.padding-30 {padding:30px;} 
.margin-10 {padding:10px;} 
.white-border-10 { border:white solid 10px;}


  .padding-text-top { maargin-top:55px;}	
  .padding-text-bottom-10 { padding-bottom:10px;}
  .padding-text-bottom-15 { padding-bottom:15px;}
  .padding-text-bottom-20 { padding-bottom:20px;}
  .padding-text-bottom-25 { padding-bottom:25px;}
  .padding-text-bottom-30 { padding-bottom:30px;}
  .padding-text-bottom-35 { padding-bottom:35px;}
  .padding-text-bottom-40 { padding-bottom:40px;}
  .padding-text-bottom-50 { padding-bottom:50px;}
  .padding-text-bottom-60 { padding-bottom:60px;}
  .padding-text-bottom-60-not-mobile { padding-bottom:60px;}
  .padding-text-top-100 { padding-top:100px;}
  .padding-text-top-80 { padding-top:80px;}
  .padding-text-top-70 { padding-top:70px;}
  .padding-text-top-60 { padding-top:60px;}
  .padding-text-top-50 { padding-top:50px;}
  .padding-text-top-40 { padding-top:40px;}
  .padding-text-top-30 { padding-top:30px;}
  .padding-text-top-20 { padding-top:20px;}
  .padding-text-top-15 { padding-top:15px;}
  .padding-text-top-10 { padding-top:10px;}
  
  .black-background { background-color:#000000;}
  .blue-background { background-color:#009FDA;}
  .white-background { background-color:#ffffff; color:#000;}
.white-background p { font-size:16px;}

  .text-centre-ipad-mobile-only { text-align:center;}
  
  .border-blue { border:#009FDA thin solid;}
  .border-white { border:#ffffff thin solid;}
  .border-black { border:#00000 thin solid;}
  
  .bullet-spacing-50 { line-height:50px;}
 
  .bullet-spacing-less { line-height:-30px;}
  
  .image-middle { margin: 0 auto; }
  
  .text-line-height-25 { line-height:25px;}
  .text-line-height-30{ line-height:30px;}
  .text-line-height-40{ line-height:40px;}

.full-image-text {
    top:0;
    left:0;
    position: absolute;
}

.full-image{
    position:relative;

}

.sectors-bg { background-image:url(../images/csr-bg-desktop.jpg); 
background-repeat:no-repeat;
background-color:black;}

.white-text-on-full-image { font-size:20px;
	color: #fff;
}

.black-text-20 { font-size:20px;
	color: #000;
}
.black-text-18 { font-size:18px;
	color: #000;
}
.black-text-16 { font-size:16px;
	color: #000;
}
.black-text-14 { font-size:13px!important;
	color: #000;
	font-weight: 600;
}
.black-text-13 { font-size:13px;
	color: #000;
}
.black-text-12 { font-size:12px;
	color: #000;
}


.blue-text-18 { font-size:18px;
	color: #009FDA;
}
.min-height-450 { min-height: 450px;}
.min-height-400 { min-height: 400px;}
.min-height-350 { min-height: 370px;}
.min-height-300 { min-height: 300px;}
.min-height-200 { min-height: 200px;}

.outside {
    position: relative;
    
    height: 555px;
}
.inside1 {
    position: absolute;
    bottom: 0px;
}
.inside2 {
    position: absolute;
    bottom: 0px;
	left: 35%;
	
}
.inside3 {
    position: absolute;
    bottom: 0px;
	left: 68%;
}


.pipes-bg { background-image:url(../images/home-pipes-tablet.jpg); }

.no-indent { margin-left:-10px;}

.float-img-left { float:left;}
.float-img-right { float:right;}

.line-height-15 {line-height:15px; }
.news-text {line-height:24px; font-size: 16px; }

.img-center {margin:0 auto;}
.text-center { text-align:center;
}




@media only screen 

and (min-device-width : 320px) 

and (max-device-width : 480px) {

/* Smartphones (portrait and landscape) ----------- */

	
	
	
	
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 14px;
	text-transform: uppercase;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
		.padding-for-desktop-bottom { padding-bottom:0px;}
	
	 

}


@media only screen 

and (min-width : 321px) {

/* Smartphones (landscape) ----------- */

	
	h1 {
  font-size: 26px;
}
	h2 {
  font-size: 20px;
}
	
	h3 {
  font-size: 16px;
}
	  .black-text-light-21 { font-weight:400;
  font-size:16px;
  color:#000000;
  margin-bottom:-5px;}
	
	
	.white-text-on-full-image { font-size:18px;
}
 .white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:top right;
  min-height:280px;}


.banner-middle { background-image:url(../images/zig-zag-full-mobile.jpg);
background-repeat:no-repeat;
background-position:center;}


.banner-middle-no-tri { background-image:url(../images/zig-zag-full-no-tri-mobile.jpg);
background-repeat:no-repeat;
background-position:center;}


.bring-container-up { margin-top:18px;}
.black-defender-up { margin-top:-39px;}
.bullets-up { margin-top:-99px;}

.logo-down { margin-top:60px; background-color:white; }

  .blue-text-light-26 { font-weight:400;
  font-size:26px;
  color:#00ACEC;}
  
   .blue-text-light-24 { font-weight:400;
  font-size:24px;
  color:#00ACEC;}
	
    .pull-up-25 { margin-left:-10px;  margin-top:-8px; background-color:transparent; }
	
  .push-down-150 { margin-left:-10px;  margin-top:100px; background-color:transparent; }
  
  .white-text-light-26 { font-weight:400;
  font-size:26px;
  color:#fff;}
  
   .box-strap { border:white thin solid; padding:15px;
margin-left:-10px;
background-color:#000000;}
.box-strap-blue { font-weight:400;
  font-size:20px;
  color:#00ACEC;
  line-height:30px;}
.box-strap-white { font-weight:400;
  font-size:20px;
  color:#ffffff;
  line-height:30px;}
  .large-white-text { color:#ffffff; font-weight:300; font-size:26px;}
 
  .medium-white-text { color:#ffffff; font-weight:300; font-size:20px; line-height:30px;}
   .medium-white-text a{ color:#ffffff;}
   .medium-white-text a:hover{ color:#000; text-decoration:none;}
 

  .padding-text-bottom-60-not-mobile { padding-bottom:0px;}
	  
	  
	.black-defender { background-image:none;
background-repeat:no-repeat;
background-position:left;
min-height:455px;
}

.margin-top-60px { margin-top:0px;}
	
	
	

.navbar-form input, .form-inline input {
	width:auto;
}

header {
	height: 50px;
	background-color: #fff;
	 z-index:400;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
	background-color: transparent;

}
	
	
	.padding-nav-top-bottom { padding-top:5px; padding-bottom:5px;}

.image-overlay { 
   position: relative; 
   width: 100%; /* for IE 6 */
	 -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.image-overlay h2 { 
   position: absolute; 
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 10px;
	color: white;
   bottom: 6px; 
   left: 0; 
   width: 100%; 
}

.image-overlay a{ display: block;
  text-align:center;
  margin: 0 auto;
  width: 100%;
  color: #aaa;
	-webkit-transition: 0.4s ease;
  transition: 0.4s ease;
	
}
.image-overlay a:hover{  -webkit-transform: scale(1.08);
  transform: scale(1.08);
	
}


	
}





@media only screen 

and (max-width : 320px) {

/* Smartphones (portrait) ----------- */
	h3{font-size:14px;}
 .white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:top right;
  min-height:280px;}
  
.banner-middle { background-image:url(../images/zig-zag-full-mobile.jpg);
background-repeat:no-repeat;
background-position:center;}

.banner-middle-no-tri { background-image:url(../images/zig-zag-full-no-tri-mobile.jpg);
background-repeat:no-repeat;
background-position:center;}

.bring-container-up { margin-top:18px;}
.black-defender-up { margin-top:-39px;}
.bullets-up { margin-top:-99px;}

.logo-down { margin-top:150px; background-color:white; }
	
.menu-down { margin-top:50px; background-color:white; }

  .blue-text-light-26 { font-weight:400;
  font-size:26px;
  color:#00ACEC;}
  
   .blue-text-light-24 { font-weight:400;
  font-size:24px;
  color:#00ACEC;}
	
	  .black-text-light-21 { font-weight:400;
  font-size:16px;
  color:#000000;
  margin-bottom:-5px;}
  
  .push-down-150 { margin-left:-10px;  margin-top:150px; background-color:transparent; }
  
  .white-text-light-26 { font-weight:400;
  font-size:26px;
  color:#fff;}
  
    .box-strap { border:white thin solid; padding:15px;
margin-left:-10px;
background-color:#000000;}
.box-strap-blue { font-weight:400;
  font-size:20px;
  color:#00ACEC;
  line-height:30px;}
.box-strap-white { font-weight:400;
  font-size:20px;
  color:#ffffff;
  line-height:30px;}	


.large-white-text { color:#ffffff; font-weight:300; font-size:26px;}
  .medium-white-text { color:#ffffff; font-weight:300; font-size:20px; line-height:30px;}
  .padding-text-bottom-60-not-mobile { padding-bottom:0px;}
  
   .black-defender { background-image:none;
background-repeat:no-repeat;
background-position:left;
background-color:#000000;
min-height:455px;}

.margin-top-60px { margin-top:60px;}

	
	
.navbar-form input, .form-inline input {
	width:auto;
}

header {
	height: 80px;
	background-color: #fff;
	 z-index:400;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
	background-color: #009FDA;
	background-image:url(../images/brand-2.jpg); background-position: left top;
	background-repeat: no-repeat;
}
.image-overlay { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.image-overlay h2 { 
   position: absolute; 
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 10px;
	color: white;
   bottom: 6px; 
   left: 0; 
   width: 100%; 
}


}





@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) {

/* iPads (portrait and landscape) ----------- */

h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
	text-transform: uppercase;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
	.padding-for-desktop-bottom { padding-bottom:0px;}
}





@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) 

and (orientation : landscape) {

/* iPads (landscape) ----------- */

  .white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:top right;
  min-height:350px;}
  
  .banner-middle { background-image:url(../images/zig-zag-full.png);
background-repeat:no-repeat;
background-position:center;}

.bring-container-up { margin-top:-25px;}
.black-defender-up { margin-top:-39px;}
.bullets-up { margin-top:-39px;}

.logo-down { margin-top:130px; background-color:white; }
	
	.top-images-down { margin-top:150px; background-color:white;}

				
				
	.menu-down { margin-top:0px; background-color:white; }

.strap-down { margin-left:-10px; margin-top:100px; background-color:white; }

.push-down-150 { margin-left:-10px;  margin-top:150px; background-color:transparent; }


  .blue-text-light-26 { font-weight:400;
  font-size:26px;
  color:#00ACEC;}
  
   .blue-text-light-24 { font-weight:400;
  font-size:24px;
  color:#00ACEC;}
	
   .black-text-light-21 { font-weight:400;
  font-size:18px;
  color:#000000;
  margin-bottom:-5px;}
  
  .white-text-light-26 { font-weight:400;
  font-size:26px;
  color:#fff;}
   .box-strap { border:white thin solid; padding:15px;
margin-left:-10px;
background-color:transparent;}
.box-strap-blue { font-weight:400;
  font-size:20px;
  color:#00ACEC;
  line-height:30px;}
.box-strap-white { font-weight:400;
  font-size:20px;
  color:#ffffff;
  line-height:30px;}	
 
  .padding-text-bottom-60-not-mobile { padding-bottom:60px;}

  .black-defender { background-image:none;
background-repeat:no-repeat;
background-position:left;
min-height:455px;
background-color:transparent;}
.margin-top-60px { margin-top:60px;}


.navbar-form input, .form-inline input {
	width:auto;
}

header {
	height: 120px;
	background-color: #fff;
	 z-index:400;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
	background-color: #fff;
	background-image:url(../images/brand-2.jpg); background-position: left top;
	background-repeat: no-repeat;
}
	.nav-right { float:right;}

}





@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) 

and (orientation : portrait) {

/* iPads (portrait) ----------- */

 .white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:top right;
  min-height:480px;}
  
.banner-middle { background-image:url(../images/zig-zag-full.png);
background-repeat:no-repeat;
background-position:center;}

.bring-container-up { margin-top:-20px;}
.black-defender-up { margin-top:-39px;}
.bullets-up { margin-top:-39px;}

.logo-down { margin-top:100px; background-color:white; }
	.menu-down { margin-top:0px; background-color:white; }

.strap-down { margin-top:0px; background-color:white; }
	
	.top-images-down { margin-top:100px; background-color:white;}

				
.push-down-150 {  margin-left:-10px; margin-top:20px; background-color:transparent; }


  .blue-text-light-26 { font-weight:300;
  font-size:26px;
  color:#00ACEC;}
  
   .blue-text-light-24 { font-weight:300;
  font-size:24px;
  color:#00ACEC;}
   .black-text-light-21 { font-weight:400;
  font-size:21px;
  color:#000000;
  margin-bottom:-5px;}
  
  .white-text-light-26 { font-weight:300;
  font-size:26px;
  color:#fff;}
  
   .box-strap { border:white thin solid; padding:10px;
margin-left:-10px;
background-color:transparent;}
.box-strap-blue { font-weight:400;
  font-size:20px;
  color:#00ACEC;
  line-height:30px;}
.box-strap-white { font-weight:400;
  font-size:20px;
  color:#ffffff;
  line-height:30px;}	
  
  
  
  .padding-text-top { maargin-top:55px;}	
   .thin-text { font-weight:300;}
   .thick-text { font-weight:500;}
  
  
  .black-text { color:#000000; font-weight:300;}
  .blue-text { color:#009FDA;}
  .large-white-text { color:#ffffff; font-weight:300; font-size:40px;}
  .medium-white-text { color:#ffffff; font-weight:300; font-size:23px; line-height:30px;}


  .white-text { color:#ffffff; font-weight:300;}
  .white-text a { color:#ffffff; font-weight:300;}
  .white-text a:hover { color:#ffffff; font-weight:300; text-decoration:none;}
  .padding-text-bottom-20 { padding-bottom:20px;}
  .padding-text-bottom-15 { padding-bottom:15px;}
  .padding-text-top-20 { padding-top:20px;}
  .padding-text-top-15 { padding-top:15px;}
  .padding-text-top-10 { padding-top:10px;}
  
  .blue-background { background-color:#009FDA;}
  .white-background { background-color:#ffffff;}
  .padding-text-bottom-60-not-mobile { padding-bottom:60px;}
  
  
  .black-defender { background-image:none;
background-repeat:no-repeat;
background-position:left;
min-height:185px;
background-color:transparent;}


.margin-top-60px { margin-top:60px;}

.navbar-form input, .form-inline input {
	width:auto;
}

header {
	height: 120px;
	background-color: #fff;
	 z-index:400;
}

#nav.affix {
    position: fixed;
	text-align: center;
    top: 0;
    width: 100%;
    z-index:100;
	background-color: #fff;
	
	background-image:url(../images/brand-2.jpg); background-position: left top;
	background-repeat: no-repeat;
}
	.nav-right { float:right;}





}



@media only screen 

and (min-width : 1200px) {

/* Desktops and laptops ----------- */

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 14px;
	text-transform: uppercase;
}
h4,
.h4 {
	font-size: 18px;
	line-height: 23px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
	.padding-for-desktop-bottom { padding-bottom:20px;}
	
.white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:bottom right;
  min-height:550px;}
  
.black-defender-up { margin-top:-39px;}

.bring-container-up { margin-top:-39px;}
.bullets-up { margin-top:-45px;}


.banner-middle { background-image:url(../images/zig-zag-full.png);
background-repeat:no-repeat;
background-position:center;}



.logo-down { margin-top:100px; background-color:transparent; }
	
	.menu-down { margin-top:110px; background-color:white; }

		.top-images-down { margin-top:74px; background-color:white;
	z-index: 1000;}

	
.strap-down { margin-left:-10px; margin-top:100px; background-color:transparent; }

.push-down-150 { margin-left:-10px; margin-top:150px; background-color:transparent; }


  .blue-text-light-26 { font-weight:400;
  font-size:26px;
  color:#00ACEC;
  line-height:35px;}
  
   .blue-text-light-24 { font-weight:300;
  font-size:24px;
  color:#00ACEC;
  line-height:35px;}
   .black-text-light-21 { font-weight:400;
  font-size:19px;
  color:#000000;
  margin-bottom:-5px;}
  
  .white-text-light-26 { 
  font-size:26px;
  color:#fff;
  line-height:35px;}
  
.padding-text-top { margin-top:55px;}	


.box-strap { border:white thin solid; padding:15px;
margin-left:-10px;
background-color:transparent;}
.box-strap-blue { font-weight:400;
  font-size:20px;
  color:#00ACEC;
  line-height:30px;}
.box-strap-white { font-weight:400;
  font-size:20px;
  color:#ffffff;
  line-height:30px;}
  .text-centre-ipad-mobile-only { text-align:left;}



  .black-text { color:#000000; font-weight:300;}
  .blue-text { color:#009FDA; }
  .large-white-text { color:#ffffff; font-weight:300; font-size:40px;}
  .medium-white-text { color:#ffffff; font-weight:300; font-size:23px; line-height:30px;}

  .white-text { color:#ffffff; }
  .white-text a { color:#ffffff;}
  .white-text a:hover { color:#fff; text-decoration:none;}
  .padding-text-bottom-20 { padding-bottom:20px;}
  .padding-text-bottom-15 { padding-bottom:15px;}
  .padding-text-top-20 { padding-top:20px;}
  .padding-text-top-15 { padding-top:15px;}
  .padding-text-top-10 { padding-top:10px;}
  .padding-text-bottom-60-not-mobile { padding-bottom:60px;}
  
  .black-defender { background-image:none;
background-repeat:no-repeat;
background-position:left;
min-height:625px;
background-color:transparent;}


.navbar-form input, .form-inline input {
	width:auto;
}

header {
	height: 120px;
	background-color: #fff;
	 z-index:400;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
	background-color: #fff;
	background-image:url(../images/brand-2.jpg); background-position: left top;
	background-repeat: no-repeat;
	border-bottom: #009AE2 thin solid;
	
}
	
	.nav-right { float:right;}
	
	.navbar-inverse {
	background-color: transparent;
	padding-bottom: 10px;
	
}

}



@media only screen 

and (min-width : 1700px) {

/* Large screens ----------- */

.navbar-nav > li > a {
 
  padding-left:40px;
}

.white-defender { background-image:url(../images/defend.png); background-repeat:no-repeat;
  background-position:bottom right;
  min-height:550px;}
  
  .banner-middle { background-image:url(../images/zig-zag-full.png);
background-repeat:no-repeat;
background-position:center;}

  
.bring-container-up { margin-top:-39px;}
.black-defender-up { margin-top:-39px;}
.bullets-up { margin-top:-45px;}


.logo-down { margin-top:100px; background-color:transparent; }
.strap-down { margin-left:-10px; margin-top:100px; background-color:transparent; }

.push-down-150 { margin-left:-10px; margin-top:150px; background-color:transparent; }


  .blue-text-light-26 { 
  font-size:28px;
  color:#00ACEC;}
  
   .blue-text-light-24 { font-weight:300;
  font-size:24px;
  color:#00ACEC;}
  
    .black-text-light-21 { font-weight:400;
  font-size:19px;
  color:#000000;
  margin-bottom:-5px;}
  
  .white-text-light-26 { font-family: "brandon-grotesque",sans-serif;
  font-weight:200;
  font-size:28px;
  color:#fff;}

  .padding-text-top { maargin-top:55px;}	
  
  .box-strap { border:white thin solid; padding:15px;
margin-left:-10px;
background-color:transparent;}
.box-strap-blue { font-weight:400;
  font-size:20px;
  color:#00ACEC;
  line-height:30px;}
.box-strap-white { font-weight:400;
  font-size:20px;
  color:#ffffff;
  line-height:30px;}	
    .text-centre-ipad-mobile-only { text-align:left;}




  .black-text { color:#000000; font-weight:300;}
  .blue-text { color:#009FDA;}
  .large-white-text { color:#ffffff; font-weight:300; font-size:40px;}
  .medium-white-text { color:#ffffff; font-weight:300; font-size:23px; line-height:30px;}

  .white-text { color:#ffffff; font-weight:300; }
  .white-text a { color:#ffffff; font-weight:300;}
  .white-text a:hover { color:#fff; font-weight:300; text-decoration:none;}
  .padding-text-bottom-20 { padding-bottom:20px;}
  .padding-text-bottom-15 { padding-bottom:15px;}
  .padding-text-top-20 { padding-top:20px;}
  .padding-text-top-15 { padding-top:15px;}
  .padding-text-top-10 { padding-top:10px;}
  
  .padding-text-bottom-60-not-mobile { padding-bottom:60px;}
  
  .black-defender { background-image:none;
background-repeat:no-repeat;
background-position:left;
min-height:625px;
background-color:transparent;}
}



@media

only screen and (-webkit-min-device-pixel-ratio : 1.5),

only screen and (min-device-pixel-ratio : 1.5) {

/* iPhone 4 ----------- */



}
