
div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#999999; color:#33CC99; }
::selection 		{ background:#999999; color:#33CC99; }

html { font-size: 60%; } 

@media (min-width: 768px) {
html { font-size: 52.5%; } 
}
@media (min-width: 992px) {
	html { font-size: 58.5%; } 
}
@media (min-width: 1200px) {
	html { font-size: 62.5%; } 
}


@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Bookd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mercury';
	src: url('../fonts/Mercury-DisplayRoman.eot');
	src: url('../fonts/Mercury-DisplayRomand41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Mercury-DisplayRoman.woff') format('woff'),
		url('../fonts/Mercury-DisplayRoman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Mercury';
	src: url('../fonts/MercuryDisplay-Italic.eot');
	src: url('../fonts/MercuryDisplay-Italicd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MercuryDisplay-Italic.woff') format('woff'),
		url('../fonts/MercuryDisplay-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

#map {
        height: 400px;
        width: 100%;
       }


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: 'Gotham', helvetica, arial, sans-serif;;
 	font-weight: normal;
	font-style: normal;
 	text-align:left;
	font-size:1.6rem;
	line-height:1.3em;
	letter-spacing: 0.02em;
	color:#33CC99;
 
}
 
a {
	font-size: 1.3rem;
	color: #33CC99;
}
a:link {
	text-decoration:none;
	color: #33CC99;
}
a:visited {
	text-decoration: underline;
	color: #33CC99;
}
a:hover {
	text-decoration: underline;
	color: #6d6e71;
}
a:active {
	text-decoration: underline;
	color: #33CC99;
}

/*Nav*/
ul.mainNav {
    float: none;
    text-align: left;
}

ul.mainNav li {
  display: block;
  padding: 0 4rem 0.8rem 0;
}
@media (min-width: 768px) {
ul.mainNav li {
  display: inline-block;
  /*float: none;*/
  padding:0 4rem 0 0;
}
}
ul.mainNav li a{
  font-size: 1.8rem;
	text-decoration: none;
}
	@media (min-width: 768px) {
ul.mainNav li a{
  font-size: 1.6rem;
}
}
ul.mainNav li a:hover {
  font-size: 1.8rem;
  border-bottom:0 none;
}
	@media (min-width: 768px) {
ul.mainNav li a:hover {
  font-size: 1.6rem;
}
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #33CC99;
  line-height: 1.15em;
  text-transform: uppercase;
   letter-spacing: 0.08em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #6d6e71;
  background-color: transparent;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
  background-color: transparent;
  border-bottom: 0 none;
  color: #6d6e71;
  font-size: 1.8rem;
}
	@media (min-width: 768px) {
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
  font-size: 1.6rem;
}
		
		
}
.navbar-nav > li > a {
  padding-bottom: 0;
padding-left:0;
padding-right:0;
padding-top: 0;
}
nav { z-index:100;}
.navbar {
	border:0;
	min-height: 0;
	margin-bottom: 0;
	}
	.navbar-collapse {
		padding:0;
	}
	br.rwd-break {
display:none;	
}
	@media (min-width: 768px) {
br.rwd-break {
display:block;	
}
	}
.navbar-collapse span {
  display: inline-block;
  width: 0.3em;
}
@media (min-width: 768px) {
.navbar-collapse span {
  display: none;
}
	}

@media (max-width: 767px) { /*NOTE MAX -------->>>>>>>>>*/
.col.col-sm-9.menuHolder {
}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-toggle {
	float: left;

  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  margin-bottom: 8px;
  margin-right: 25px;
  margin-top: 15px;
  padding: 0;
  position: relative;
}
.xxxnavbar-collapse {
  border: 0 none;
  overflow: visible !important;
  position: fixed;
  top: 13rem;
}

/*Structure*/
#contentHolder {
  margin-top: 0;
  width: 100%;
}
section {
	width:100%;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.img-responsive {
 width: 100%;
}
/*HEADER + NAV---------------*/

header {
  padding: 2rem 0 5rem;
}
big{ color:#594397;}
/*Menu*/
.col.col-sm-9.menuHolder {
/*  bottom: 0;
  position: absolute;*/
}
@media (min-width: 768px) {
.navbar-default .navbar-nav > .current-menu-item > a::before, .navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a:focus::before  {
  content: ">";
  position: absolute;
  top: -1em;
  transform: rotate(90deg);
}
.navbar-default .navbar-nav > .current-menu-item > a::after, .navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after {
  content: ">";
  left: 0;
  position: absolute;
  top: 1em;
  transform: rotate(-90deg);
}
}

.navbar-default .navbar-nav > #menu-item-14.current-menu-item > a::after, .navbar-default .navbar-nav > li#menu-item-14 > a:hover::after, .navbar-default .navbar-nav > li#menu-item-14 > a:focus::after  {
  top: 0.8em;
}
@media (max-width: 767px) { /*NOTE MAX -------->>>>>>>>>*/
.navbar-collapse {
  border: 0 none;
  box-shadow: none;
  width: 100%;
}
	ul.mainNav {
  margin: 0;
padding: 6rem 0 0;
}
}
.navbar-toggle .icon-bar {
  border-radius: 0;
  height: 3px;
  width: 26px;
}




/*Logo*/
.logoHolder {

padding:0 1rem 0 0;
  position: absolute;
  right: 0;
  top: 0;

}
.logoHolder img {
  float: right;
  width: 22rem;
}
@media (min-width: 768px) {
.logoHolder {
  position: relative;
  right: 0;
  top: 0;
}
.logoHolder img {
  float: none;
  width: inherit;
}	
	
	
}



/*footer*/
footer {
	background:transparent;
	padding-top:6rem;
	padding-bottom:6rem;
}
footer .footerContainer {
}
footer .footerContainer  .borderCol {
  border-top: 1px solid #33CC99;
    padding-top: 2rem;

}
.footerSocial {
	text-align:right;
}
.footerSocial img {
	width: 30px;
	display:inline-block;
}
.footerAddress p {
	margin: 0 0 0 3.5rem;
	
}
.footerCities  p, .footerAddress p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: uppercase;
}
.footerLogo img {
  margin-top: 0.4rem;
  width: 6.5rem;
}
.footerLogo img.kaiLabsLogo {
  margin-top: 1.4rem;
  max-width: none;
  width: 18.1rem;
}


@media (max-width: 767px) { /*NOTE MAX -------->>>>>>>>>*/
.footerLogo {
  margin-bottom: 3rem;
}
.footerAddress p {
  margin: 0 0 .7em 0;
}	
.footerSocial {
  text-align: left;
}
.footerSocial img {
  margin-top: 1.8rem;
}	
	
}


/*MAIN CONTENT------>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*editor Text Styles*/

h2, h1  {
	color:#33CC99;
	font-weight:100;
	border-bottom: 1px #33CC99 solid;
	}
	h1 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
}
h2 {
  border: 0 none;
  font-size: 2.2rem;
  line-height: 1.25em;
  margin-bottom: 0.7em;
  margin-top: 0.2em;
}
@media (min-width: 768px) {
h2 {
  font-size: 3.5rem;
}
	
	
}
h3 {
  border-top: 1px solid #33CC99;
  color: #33CC99;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.3em;
  margin-top: 2.5rem;
  padding-top: 0.7em;
  text-transform:uppercase;
}
.number {
	font-weight:100;
	}
#contentHolder p {
  color: #6d6e71;
  font-family: 'Gotham', helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.7em;
   line-height: 1.3em;
     -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
	
	
/*content structure*/	
body.the-team .pageTopArticle .pageColRight br {
  display: none;
}

@media (min-width: 768px) {
body.the-team .pageTopArticle .pageColRight br {
  display: inline;
}
}

	#contentHolder article {
  margin-bottom: 5rem;
}

.rightColImg {
  margin: 3rem 0 0rem;
}
@media (min-width: 768px) {
.rightColImg {
  margin: 2rem 0 8rem;
}
}
.leftColImg {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
.container  .topRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-align-items:  flex-end;
  -moz-align-items:  flex-end;
  -ms-align-items:  flex-end;
  align-items:  flex-end;
}
}

.arve-wrapper {
  margin-top: 2rem;
	margin-bottom: 8rem;
}




	/*Page TExt*/	
	.small_text_left_image_right h3, article.team_section h3 {
  border: 0 none;
  margin-top: 0;
  padding: 0;
}
article.team_section h3 {
	margin-bottom:2rem;
}
.small_text_left_image_right , article.team_section {
  border-top: 1px solid;
  padding-top: 1.6rem;
}	
.small_text_left_image_right .rightColImg {
  margin: 0;
}
	
	/*THE TEAMS*/
	.bioCol {
		margin-bottom: 4rem;
	}
.bioCol.bioHidden {
		cursor:pointer;
}
.bioCol .closeBtn {
		cursor:pointer;
}

	
.fullBioHolder {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: relative;
  top: -4.5rem;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
	
.fullBioHolder {
  position: fixed;
  top: 0;
  background: transparent;
  }

}




.fullBioHolder.visible {
  align-items: center;
  display: flex !important;
}


  .fullBioInner {
  background: #ebebeb none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
	
  }
	.team_section .bioCol:nth-of-type(3n+1) {
  clear: both;
}
	#contentHolder .nameTitle > p {
  font-family: gotham;
  font-weight: 700;
		line-height: 1.2em;
		margin-bottom: 0;
}

	#contentHolder .nameTitle > p span.title {
font-size:75%;
		font-weight: normal;
		text-transform: uppercase;
		display:none;
}
	#contentHolder .nameTitle > p span.kaiLabs  {
font-size:75%;
		font-weight: normal;
		text-transform: uppercase;
}
#contentHolder .team_section .bioCol img {
margin-bottom:1.5rem;
}
#contentHolder .team_section .bioCol .seeMore {
font-size:75%;
		font-weight: normal;
		text-transform: uppercase;
	color:#33CC99;
	margin-top: 0.3em;
}

/*FULL BIO*/
#contentHolder .fullBioHolder .nameTitle > p {
  font-size: 2.4rem;
	color:#00283f;
	line-height: 1em;
} 
#contentHolder .fullBioHolder .nameTitle > p.bioCity {
margin-bottom:.5em;
} 
#contentHolder .fullBioHolder  .nameTitle > p span.title {
  color: #33CC99;
  font-size: 0.6em;
  font-weight: 700;
	line-height: 0;
	display:inline;

}
#contentHolder .fullBioHolder p.intro {
  font-size: 2rem;
  margin: 0 0 1rem;
}

#contentHolder .fullBioHolder .innerCol.bioTextCol p {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
.fullBioHolder .container > .row {
  background: #e2e3e4;
  padding: 5rem 4rem;
}	
}


img.closeBtn {
  position: absolute;
 right: 1rem;
    top: 0;
  width: 3rem;
	z-index: 1000;
}
@media (min-width: 768px) {
img.closeBtn {
  right: 3rem;
  top: 3rem;
}
}



@media (max-width: 767px) { /*MAXX------------_>>>>>>>>>>>>*/
	.bioImgCol{
		display:none;
	}
	#contentHolder .fullBioHolder  .nameTitle > p span.name {
 display:none;

}
	.fullBioHolder  .innerCol {
}
	.fullBioHolder .container {
  padding: 0;
}
	.fullBioInner {
display:none !important;
}
}




/*KAI LABS*/

img.kaiLabs {
  display: block;
  height: auto;
  margin-top: 1.4rem;
  width: 75%;
}
body.kai-labs .bioCity {
  display: none;
}


/*CONTACT*/

.frm_form_fields .form-field > input , .frm_form_fields .form-field > textarea, .frm_form_fields .frm_submit  input {
  border: 1px solid #33CC99 !important;
  border-radius: 0 !important;
  color: #33CC99 !important;
  font-family: gotham !important;
  font-size: 1.7rem !important;
  height: auto !important;
  padding: 0.8em 1em !important;
}

.mapiframe {
	filter:grayscale(1);
}

/*HOME*/
body.home .country {
display:none;
}
@media (min-width: 768px) {
body.home .country {
  bottom: 50vw;
  color: #00e7c1;
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 2rem;
  position: absolute;
  right: 2rem;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: right bottom 0;
  width: 50vw;
}
}



.slide {
  height: calc(50.7vw - 2rem);
/*  width: calc(100vw - 2rem) !important;*/
}

.slide img {
position:absolute;
	width:108vw;
	left:0;
	
	
	max-width: none;
}
.slide.animator img {
	 -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
	
	left:-8vw;
	

}

.txtSection {
	position:absolute;
	top:0px;
	z-index:999;
}
#contentHolder .txtSection p {
  color: #ffffff;
  font-family: "Gotham",helvetica,arial,sans-serif;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
#contentHolder .txtSection p {
  font-size: 3.2vw;
  width: 85%;
}
}



@media (min-width: 768px) {
.textSlide p {
margin-left:5rem !important
}
}


@media (min-width: 768px) {
.textSlide.txtanimator p {
	-webkit-transition: all 8.5s linear;
    -moz-transition: all 8.5s linear;
    -o-transition: all 8.5s linear;
    transition: all 8.5s linear;
margin-left:-2rem !important

}
}



.textSlide .textInner {
		-webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
opacity:1;
	padding:1rem;
} 
.textInner.fadeOut {
opacity:0;
}
@media (min-width: 768px) {
.textSlide .textInner {

	padding:10rem;
}

}


#contentHolder .txtSection p.txtSlideIntro {
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #d4d5d7;
  font-family: "Gotham",helvetica,arial,sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  margin-bottom: 1.5em;
  padding: 0;
  text-transform: uppercase;
  width: 85%;
}

@media (min-width: 768px) {
#contentHolder .txtSection p.txtSlideIntro {
  margin-bottom: 2rem;
}
}





@media (min-width: 768px) {

	
}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {
	
	
}