@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'HelveticaNeueUltraLight';
	src: url('../fonts/helveticaneueultralight-webfont.eot');
	src: url('../fonts/helveticaneueultralight-webfont.woff') format('woff'), url('../fonts/helveticaneueultralight-webfont.ttf') format('truetype'), url('../fonts/helveticaneueultralight-webfont.svg#webfontFCWPcBgS') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueRegular';
	src: url('../fonts/helveticaneue-webfont.eot');
	src: url('../fonts/helveticaneue-webfont.woff') format('woff'), url('../fonts/helveticaneue-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-webfont.svg#webfont33RR7Kfq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fonts/helveticaneuebold-webfont.eot');
	src: url('../fonts/helveticaneuebold-webfont.woff') format('woff'), url('../fonts/helveticaneuebold-webfont.ttf') format('truetype'), url('../fonts/helveticaneuebold-webfont.svg#webfontVVLPNZb1') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	width:100%;
	height:100%;
	font-family: 'HelveticaNeueRegular';
	font-size:16px;
	margin:0;
	padding:0;
	color:#454545;
	-webkit-font-smoothing: antialiased;
}

html {
	background-color:#e1e1e1;
}

strong, b {
	font-family: 'HelveticaNeueBold';
}

.fullwrapper {
	width:100%;
	height:auto;
	overflow:auto;
}

.mainwrapper {
	margin:0 auto;
}

.logo {
	display:block;
	width:120px;
	height:118px;
	background-image:url(../images/logo.png);
	background-size:120px 108px;
	-webkit-background-size:120px 108px;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
}

.prinav {
	background-color:#fff;
	padding: 20px 0;
	position:fixed;
	top:0;
	left:0;
	height:auto;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
	z-index:999999;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

.prinav ul.nav {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	display:block;
	width:100%;
	height:auto;
}

.prinav ul.nav li {
	display:inline-block;
	width:calc(100% / 5);
	width:-webkit-calc(100% / 5);
}

.prinav ul.nav li a{
	display:block;
	width:100%;
	text-align:center;
	font-family: 'HelveticaNeueRegular';
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
	height:27px;
	line-height:100%;
	color:#83c118;
	text-decoration:none;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	background:url(../images/bullet-green.png) center 50px no-repeat;
}

.prinav ul.nav li a:hover{
	text-decoration:none;
	color:#83c118;
	background:url(../images/bullet-green.png) center 20px no-repeat;
	background-size:7px 7px;
	-webkit-background-size:7px 7px;
}

.prinav ul.nav li.active a {
	text-decoration:none;
	color:#83c118;
	background:url(../images/bullet-green.png) center 20px no-repeat;
	background-size:7px 7px;
	-webkit-background-size:7px 7px;
}

.vwrapper {
	height:100%;
	overflow:hidden;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease
}

.blackwrapper {
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	padding:50px 15px;
}

.transparent {
	background-color:transparent!important;
}


.box {
	width:calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	padding:50px 15px;
	position:relative;
	margin-bottom:30px;
	background-color:#fff;
	text-align:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.box h1 {
	font-family: 'HelveticaNeueUltraLight';
	font-size: 54px;
	letter-spacing:2px;
	display:block;
	margin:20px auto 40px auto;
	max-width:800px;
	width:auto;
	text-align:center;
	line-height:120%;
}

.box h2 {
	font-family: 'HelveticaNeueUltraLight';
	font-size: 36px;
	letter-spacing:2px;
	display:block;
	margin:20px auto 40px auto;
	max-width:800px;
	width:auto;
	text-align:center;
	line-height:120%;
}

.box p {
	text-align:center;
	margin:0 auto 20px auto;
	max-width:600px;
	line-height:150%;
}

.box ul {
	text-align:center;
	margin:0 auto 20px auto;
	max-width:600px;
	line-height:150%;
	padding:0;
}

.box ul li{
	list-style:inside;
}


.box a {
	color:#83c118;
	text-decoration:none;
	display:inline-block;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	border-bottom:1px solid rgba(69,69,69,0);
}

.box a:hover {
	display:inline-block;
	color:#454545;
	text-decoration:none;
	border-bottom:1px solid rgba(69,69,69,1);
}

.boximg {
	margin:0 auto 20px auto;
}

.topbox {
	margin-top:240px;
}

.autoheight {
	height:auto;
}

.minheight {
	height:300px;
}

.nopaddingbox {
	padding:0!important;
	width:100%!important;
}

.footer {
	width:calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	height:auto;
	overflow:auto;
	padding:15px;
	position:relative;
	margin-bottom:30px;
}

.footer ul{
	display:block;
	margin:0 auto;
	padding:0;
	width:auto;
	text-align:center;
}
.footer ul li{
	display:inline-block;
	list-style:none;
	margin: 0 20px;
}
.footer ul li a{
	font-size:12px;
	color:#898989;
	display:inline-block;
	text-decoration:none;
}

.footer ul li a:hover {
	text-decoration:none;
	border-bottom:1px solid rgba(137,137,137,1);
}


.footer p {
	text-align:center;
	margin:0 auto 0 auto;
	max-width:600px;
	line-height:150%;
	font-size:12px;
	color:#898989;
}

.footer a {
	color:#898989;
	text-decoration:none;
	display:inline-block;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	border-bottom:1px solid rgba(137,137,137,0);
}

.footer a:hover {
	display:inline-block;
	color:#898989;
	text-decoration:none;
	border-bottom:1px solid rgba(137,137,137,1);
}

.smalltext {
	font-size:12px;
}

.mainslidercontainer {
	width:100%;
	height:650px;
	overflow:hidden;
	margin:0;
	position:relative;
}

.mainslider, .mainslider2, .mainslider3, .mainslider4 {
	width:100%;
	height:100%;
	overflow:auto;
	margin:0 auto;
	position:relative;
}

.slider {
	width:100%;
	height:100%
}

.slide {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:transparent;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-repeat:no-repeat!important;
	background-position:center!important;
}

.slideselectors, .slideselectors2, .slideselectors3, .slideselectors4  {
	position: absolute;
	z-index:99999;
	height: 10px;
	top:90%;
	display:inline-block;
}

.slideselectors .item, .slideselectors2 .item, .slideselectors3 .item, .slideselectors4 .item  {
	display:inline-block;
	float: left;
	width: 10px;
	height: 10px;
	background: transparent;
	border:1px solid #fff;
	margin: 0 0 0 14px;
	border-radius: 14px;
	-webkit-border-radius: 7px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.slideselectors .item:first-child, .slideselectors2 .item:first-child, .slideselectors3 .item:first-child, .slideselectors4 .item:first-child {
	margin: 0;
}

.slideselectors .selected, .slideselectors2 .selected, .slideselectors3 .selected, .slideselectors4 .selected {
	background: #fff;
	border:1px solid #fff;
}

.slidelabel {
	position:absolute;
	bottom:100px;
	font-family: 'HelveticaNeueUltraLight';
	font-size: 24px;
	letter-spacing:2px;
	display:inline-block;
	color:#fff;
	margin:0;
	padding:0;
}

.icon-book {
	background-image:url(../images/icon-book.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-contact {
	background-image:url(../images/icon-contact.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-time {
	background-image:url(../images/icon-time.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-star {
	background-image:url(../images/icon-star.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-doc {
	background-image:url(../images/icon-doc.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-staff {
	background-image:url(../images/icon-staff.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-airline {
	background-image:url(../images/icon-airline.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-factory {
	background-image:url(../images/icon-factory.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-repair {
	background-image:url(../images/icon-repair.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-airforce {
	background-image:url(../images/icon-airforce.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 42px;
	-webkit-background-size:59px 42px;
	display:block;
	margin:0 auto;
	width:59px;
	height:42px;
}

.icon-up {
	background-image:url(../images/icon-up.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:59px 84px;
	-webkit-background-size:59px 84px;
	display:block;
	margin:0 auto 20px auto;
	width:59px;
	height:42px;
}

.icon-up:hover {
	background-position:center bottom;
	cursor:pointer;
}

.intertek {
	background-image:url(../images/intertek.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:170px 130px;
	-webkit-background-size:170px 130px;
	display:block;
	margin:0 auto 30px auto;
	width:170px;
	height:130px;
}

.anab {
	background-image:url(../images/anab.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:170px 130px;
	-webkit-background-size:170px 130px;
	display:block;
	margin:0 auto 30px auto;
	width:170px;
	height:130px;
}


.sidenavigation {
	position:fixed;
	top:45%;
	right:20px;
	display:block;
	z-index:999997;
}
.sidenavigation li {
	list-style:none;
	display:block;
	width:auto;
	height:14px;
	text-align:right;
	font-family:'Graphik-Regular', arial;
	font-size:12px;
	color:#333333;
	vertical-align:middle;
	padding:5px;
}
.sidenavbutton {
	background: #979797;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	display:inline-block;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
.sidenavigation li:hover .sidenavbutton {
	background: #333333;
	-webkit-transform:scale(1.4, 1.4);
}
.sidenavbuttonactive {
	background: #333333;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display:inline-block;
}
.sidenavigation li:hover {
	cursor:pointer!important;
}
.sidenavigation label {
	margin-right:20px;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	opacity:0;
}
.sidenavigation label:hover {
	cursor:pointer!important;
}

#map-canvas {
	width:100%;
	height:400px;
}
.crossfade {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.crossfade .images {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.locationrow {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 auto;	
}

.locationcell {
	display:inline-block;
	height:auto;
	margin:0 auto;
	padding:20px;
	line-height:150%;
	font-size:13px;
	vertical-align:top;
}

.locationcell h3 {
	font-size:16px;
	font-family: 'HelveticaNeueBold';
	margin:0;
}

.locationcell a:hover {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,1);
}

.container {
	width:auto;
	height:auto;
	margin:0 auto;
}

.generic-container {
	width:auto;
	height:auto;
	margin:0 auto;
}


.isoitem p { 
	width: 90%;
	font-size:13px;
}

.isoitem h3 {
	font-size:16px;
	font-family: 'HelveticaNeueBold';
	margin:0;
}

#alpha { 
	display: none; 
}

.logo-large {
	width:170px;
	margin: 0 auto 10px auto;
}

.image-full {
	width:100%;
	height:240px;
	margin: 0 auto 10px auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
}

.expand-link {
	width:59px;
	height:59px;
	background:url(../images/icon-add.png) no-repeat 0px 0px;
	background-size:59px 118px;
	-webkit-background-size:59px 118px;
	display:block;
	margin:0 auto;
	border-bottom:0!important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}

.expand-link:hover {
	background:url(../images/icon-add.png) no-repeat 0px bottom ;
	background-size:59px 118px;
	-webkit-background-size:59px 118px;
}

.expand-link.active {
	background:url(../images/icon-minus.png) no-repeat 0px 0px;
	background-size:59px 118px;
	-webkit-background-size:59px 118px;
}

.expand-link.active:hover {
	background:url(../images/icon-minus.png) no-repeat 0px bottom ;
	background-size:59px 118px;
	-webkit-background-size:59px 118px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




#container{
  width:960px;
  margin: 0 auto;
  padding:0;
  z-index: 10001;
}



#popup{
  position:fixed;
  width:600px;
  height:180px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:60px 0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  z-index: 9999998;
}

#close{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
  z-index: 999999;
}