@import url(http://fonts.googleapis.com/css?family=Raleway:600,800,400|Open+Sans:600italic,700italic,400,600,800);

html {
  background:#fff;
  z-index:-50;
}

body {
 font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444;
  font-size: 15px !important;
  line-height: 23px;
  margin:0;
  background:#fff;
   -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}


@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}


*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


img {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.container {
  width: 1000px;
  margin:0 auto;
}


.pullright {
	float:right;
}
.pull-left {
	float:left;
}



h2 {
  font-weight: 600;
  font-size:1.8em;
  margin-left:-5px;
}

h3 {
  font-weight: 600;
  /*font-size:1.8em;*/
  font-size: 1.5em;
  /*color:#033043;*/
  margin-bottom:5px;
}

h4 {
  font-weight: 600;
  font-size:1.5em;
  color:#fff;
  margin-bottom:5px;
  margin-top:5px;
  margin-bottom:30px;
}

.gold {
  color:#cea249;
  font-weight:600;
}

.top-bar {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.icon-margin {
  margin-bottom:25px;
}

a.text_link {
  color: #033043;
}


a.text_link:hover {
  color: #000;
}

.page-heading {padding: 25px 0 25px 3.5px;}


/* - Column Structures -*/

 .col-title {
  padding:35px 0;
  font-weight:bold;
}

.col-title img {
  padding-top:14px;
}

.col-title h2 {
  font-weight:600;
}

.col-span3 {
  width:33%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:20px;
  padding-bottom:20px;
  float:left;
}


.col-span4 {
  width:25%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

}


.col-span5 {
  width:50%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

}


.col-span7 {
  width:65%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom:65px;
  border-right:1px solid #000;

}



/* - Header - */

.header-container {
	width:100%;
	transition: all 500ms ease;
}
.container.wider {
	width: 85%;
}
.logo {
	float: left;
}
#main-logo 



/* - Top Bar - */
.utility-text {
	margin-top:1em;
	padding-bottom:1em;
}

.alt-font {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.phone {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}


/* - Live Help Buttons - */


a.lh:link, a.lh:visited {
	color: #333;
	text-decoration:none;
}
a.lh:hover {
	color: #555;
}







/* - Navigation - */
	.navmenu {
		padding:.5em 0 4.4em;

	}

	#menu, #menu ul { margin: 0; padding: 0; list-style: none; }
	
	#menu {
		margin: 0 auto;
		float:right;
		margin-top:2em;
		
		
	}
		
	#menu li {
		float: left;
		
		position: relative;
	}
	
	#menu a {
	font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #033043;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
	line-height: 14px;
	margin:1em 0 0 4em;
	text-decoration:none;
	padding:5px;
	}
	
	#menu li:hover > a  {
		color: #000;
	}
	
	body.about a.about  {
		border:1px solid #033043;
	}
	
	body.projects a.projects  {
		border:1px solid #033043;
	}
	
	body.resource a.resource  {
		border:1px solid #033043;
	}
	
	body.contact a.contact  {
		border:1px solid #033043;
	}
	
	*html #menu li a:hover  { /* IE7 FIX */
		color: #000;
	}
		
	#menu ul {
		margin: 10px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 39px;
		left: 0;
		z-index: 9999;    
		background: #Fff;
		
	}
	
	#menu ul a {    
		font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-weight: bold;
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  color: #777;
	  -webkit-transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  transition: all 500ms ease;
	  display: inline-block;
	  line-height: 14px;
  
	}
	
	#menu ul a:hover {
		background: #fff;
		color:#000;

	}
	
	#menu ul li:first-child > a:after { /*FOR THE ARROW*/
		content: '';
		position: absolute;
		left: 130px;
		top: -6px;
		
		
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #FC0; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		
		border-bottom-color: transparent; 	
	}
	
	
	
	
	/*Animate CSS3 - NO CUSTOMIZATION REQUIRED*/
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu ul {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
		
	}
	
	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
		margin-left:60px;
		width:140px;
		margin-top:1px;
		white-space: nowrap;
		text-align:center;
		background-color:#fff;
		border:1px solid #000;
		padding-bottom:10px;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px; /*ADJUST ACCORDING TO WIDTH OF DROPDOWN*/
		margin: 0 0 0 0px;
		_margin: 0; /*IE6 only*/	
		margin-right:60px;
		white-space: nowrap;
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		white-space: nowrap;
		margin-left:-46px;
		
	}
	




/* - Interior Pages -*/

/*parallax*/

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 375px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  margin-top:0;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/banners/about-banner.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/banners/services-banner.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 75px;
  }
}





/* Home Page / Split Section */

.background-image-holder { 
    top: 0px;
    height: 55%;
    width: 55%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

#right-side-text {
width:600px;
padding:20px 100px;
float:left;

}

.service-row-white {
	width:100%;
	margin-top:34px;
	min-height:580px;
	text-align:center;
}

.content-row-white {
	width:100%;
	margin:2.5em;
	margin-top:34px;
	text-align:center;
}

.container.boxes {
	width: 1200px;
	padding: 0 0 0px;
}

/* About Page - Team */
.center-container {
  width:800px;
  margin:0 auto;
  padding-top:10px;
  padding-bottom:40px;
  clear:both;
}








/* Services Page */
.service-right .fa {
  padding-left: 65px;
}

.fa-wrench, .fa-cog, .fa-cogs, .fa-industry, .fa-clone, .fa-object-group  {
  float:left;
}

.service-row-bottom {
  background:#fff;
  color:#033043;
  padding-top:20px;
  padding-bottom:10px;
  border-top:2px solid #000;
}


.content-row-white {
	margin:2em 0;
	min-height:400px;
}

.service-row {
  background:#033043;
  color:#fff;
  margin-top:-20px;
  width:100%;
}

.projects-row-full {
  /*background:#033043;*/
  background: #CCA349;
  color:#fff;
  padding-top:40px;
  padding-bottom:10px;
  width:100%;
}

.reports-row-full {
  background:#fff;
  color:#444;
  padding-top:40px;
  padding-bottom:10px;
  width:100%;
}




/* Contact Page */
.maphide {
  overflow:hidden;
  z-index:-10;
}

input, textarea {
	width:100%;
	border:solid 1px #ddd;
	padding:1em;
	margin-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.submit {
	width:100%;
	background: rgba(70,102,117,1);
	color:#fff;
	font-size:20px;
	font-weight:300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border:none;
	padding:1em 0;
	cursor:pointer;
}

.submit:hover {
	background-color:#ddd;
	color:#333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.captcha-input {
	 width:80%;
}
#contact-left {position: relative; top: 10px; margin-left: 0px;line-height:2.1em; float:left;}
.addr-info {display: inline-block; vertical-align: top; font-size: 18px;}
#contact-left h4 {width: 250px; margin: 0; margin-bottom:10px; display: block; color: #222;}
#map {
	margin-top:15px;
	margin-left:200px;
	padding-bottom: 50px;
	background: transparent;
	overflow: hidden;
	z-index: 98;
	float:left;
}
#map iframe {
	width: 400px;
	height: 360px;
	pointer-events:none;
	z-index: 97;
}


#map2 {
	display: inline-block;
	padding-bottom: 50px;
	vertical-align: middle;
	margin-left: 255px;
	background: transparent;
	overflow: hidden;
	z-index: 98;
	float:right;
}
#map2 iframe {
	width: 400px;
	height: 360px;
	pointer-events:none;
	z-index: 97;
}
/*#mapsoon iframe, #project-maps iframe {
	width: 400px;
	height: 360px;
	pointer-events: none;
}*/

#mapsoon, #project-maps, #contact-map {
	width: 420px;
	height: 360px;
	margin: auto;
	pointer-events: none;
}
#project-maps, #contact-map {
	width: 400px;
}
#contact-map {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 50px 255px;
}
/* Hides the gmaps satelite btn */
.gm-style-mtc {display: none;}

#kings-logo {height: 220px; margin-right: 10px;}
#kings-logo, #project-maps {
	display: inline-block;
	vertical-align: top;
}


/* - Sitemap - */
#sitemap a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#sitemap a:hover {
	color:#555;
}




/* - Owl Carousel / Testimonials - */


.testimonial-lrg {
  
  font-size:26px;
  line-height: 1.6em;
}

.avatar-circle {
  border-radius:50%;
  margin-left:15%;
}

.business-title {
  float:right;
  margin-right:150px;
  margin-top:120px;  
  font-size:16px;
  font-weight: 600;
  width:250px;
}

span.quotes {
  font-family: "Georgia", serif;
  color: white;
  font-size: 40px; 
  text-align: center;
}

.author-name {
  float:left;
    font-size:14px;
  font-weight: 400;
}


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	margin:0 auto;
	position: relative;
	margin-bottom:30px;
	width: 65%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.projects-container {
  display: inline-block;
/*  margin-bottom:20px;
  margin-right:25px;*/
  margin-bottom: 8px;
  margin-right: 5px;
  opacity:.8;
  transition: .6s ease-in-out;
  position: relative;
  width:325px;
  height: 325px;
}
.projects-container.past::before {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	content: 'SOLD';
	font-size: 80px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: red;
}
.projects-past, .projects-current, .projects-comingsoon {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.projects-container.blue {background-color: #033043; width: 325px; height: 325px; /*height: 382px;*/ display: inline-block; vertical-align: top; opacity: 1;}
.projects-container.white {background-color: #fff; width: 325px; height: 325px; /*height: 382px;*/ display: inline-block; vertical-align: top; opacity: 1;}
#all-projects {text-align: center;}
.projects-container:hover {
  opacity:1;
}

.projects-past {
background: rgba(25, 6, 119, 0.8);
color:#fff;
padding:5px;
}

.projects-current {
background: rgba(1, 29, 41, 0.88);
color:#fff;
padding:5px;
}
.projects-comingsoon {
background: rgba(183, 2, 2, 0.78);
color:#fff;
padding:5px;
}

.projects-link {
	color:#fff;
	text-decoration:none;
	transition: .6s ease-in-out;
}

.projects-link:hover {
	color:#cea249;
}

.past-legend, .current-legend, .comingsoon-legend, .all-projects-legend {
    background: rgba(25, 6, 119, 0.8);
	padding:7px;
	color:#fff; 
	width:130px; 
	text-align:center; 
	font-weight:600; 
	float:left; 
	cursor: pointer;
	margin-right:5px;	
}
.all-projects-legend {
	background-color: #CDA148;
}
.current-legend {
    background: #033043;
}
.comingsoon-legend {
    background: rgba(183, 2, 2, 0.78);
}



.team-container {
	float: left;
    width: 220px;
    margin-right: 20px;
}

.team-container h3 {
  color:#0B3C4D;

}


.profile-link {
	color:#fff;
	text-decoration:none;
	transition: .6s ease-in-out;
}

.profile-link:hover {
	color:#033043;
}

.profile-info {
	background:#cea249;color:#fff;padding:5px;text-align:center;height:200px;margin-bottom:20px;
}
.profile-pic {height: 330px; margin-right: 50px;}
.profiles-container {padding: 0px 0 260px;}


.homebox {
	width:100%; 
	text-align:center; 
	background-color:#003; 
	color:#fff; 
	/*height:170px;*/
	vertical-align:middle; 
	line-height:180px;	
	height: 209px;
	overflow: hidden;
}

.aboutbox {
	width:490px; 
	background-color:#003; 
	color:#fff; 
	float:left;
	margin-bottom:34px;
	margin-right:10px;
}

.resourcebox {
	width:490px; 
	background-color:#003; 
	color:#fff; 
	float:left;
	margin-bottom:34px;
	margin-right:10px;
}


.grow { transition: all .6s ease-in-out; overflow:hidden; }
.grow:hover { transform: scale(1.1); }


/* Read More Buttons - Home Page 
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	margin-left:0;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}


.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

.button--nina {
	padding: 0 2em;
	background: #0b3c4d;
	color: #fff;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--nina.button--inverted {
	background: #fff;
	color: #7986cb;
}
.button--nina > span {
	display: inline-block;
	padding: 1em 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
	background-color: #000;
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
















/* - Footer - */

.footer-container {

  width:100%;

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  overflow: hidden;
}

.container-footer { 
 width: 1000px;
 margin:3em auto;
}


.social-icons-row {
  float:right;
  width:405px;
}

.social-icons-row img {
  /*width:64px;*/
  width: 55px;
  padding-right:15px;
}

.social-icons-row img:hover {
 opacity: 0.5;
}


/*.row {
	margin-left:-15px;
	margin-right:-15px;
}*/

a.text_link {
  color: #033043;
  text-decoration: none;
  line-height: 2em;
  letter-spacing: 2px;
  font-weight: 600;
}

a.text_link:hover {
  color: #CCA349;

}

a.footer_link {
  color: #033043;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 600;
}


a.footer_link:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 600;
}

.footer_text {
  color: #033043;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 600;
}


ul.bottom-menu li {
  display: inline;
 padding-right:25px;
}

ul.bottom-menu {
  padding-left:0;

}







*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


img {
  max-width: 100%;
}



/* - Owl Carousel - */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	margin:0 auto;
	position: relative;
	margin-bottom:30px;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}















/* Box colors */
.bg-1 {
	background: #ECEFF1;
	color: #37474f;
}
.bg-2 {
	background: #7986cb;
	color: #ECEFF1;
}
.bg-3 {
	background: #37474f;
	color: #fff;
}

/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	margin-left:0;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #37474f;
	border-color: #37474f;
}
.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}
.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Nina */
.button--nina {
	padding: 0 2em;
	background: #0b3c4d;
	color: #fff;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--nina.button--inverted {
	background: #fff;
	color: #7986cb;
}
.button--nina > span {
	display: inline-block;
	padding: 1em 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
	background-color: #000;
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}



/**************************************
		LIVE HELP + TEXT NOW
**************************************/

#helpbox, #helpbox:hover
{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#helpbox {position: fixed; bottom: -110px; right: 0; text-align: center; width: 200px; background-color: #fff; border-top: 4px solid #033043; z-index:9999;}
#helpbox:hover {bottom: 0; border-top: 5px solid #EEE;}
#helphelp {padding: 10px 0; display: block; background-color: #FFF; font-weight: bold;}
#livehelp, #textnow {display: block; padding: 15px 0; border-top:1px solid #000; color:#033043; text-decoration:none;}
#livehelp:hover, #textnow:hover {background-color: #033043; color: #fff;}







.rslides {height: 746px;}
ul.rslides.rslides1 li img {position: relative; /*top: -110px;*/}
.center-container {width: 1000px;}
/*.grid li {width: 31% !important; margin: 5px !important;}*/
.media li {width: 31% !important; margin: 5px !important;}

.soon-left, .soon-right, .project-left, .project-right {box-sizing: border-box; width: 49.5%; display: inline-block; vertical-align: top;}
.project-left#kings-left {width: 40%;}
.project-right#kings-right {width: 55%; margin-left: 45px;}

.project-left {width: 50%;}
.project-right {width: 45%; margin-left: 40px; padding-top: 20px; text-align: center;}


.soon-left h3 {font-size: ;}
.soon-right {box-sizing: border-box; text-align: center; padding-left: 50px;}
.soon-right h1 {font-weight: 600; font-size: 40px; color: #CCA246;}
p#soon-desc, .project-desc {font-style: italic;}
p#soon-desc {margin-bottom: 70px;}
#project-details {text-align: left;}
#project-details th {width: 200px; vertical-align: top; font-weight: 600;}

.blank-sm {height: 50px;}
.blank-md {height: 175px;}

#swallowsnest-logo {width: 250px; margin-bottom: 30px;}
.faded {opacity: 0.2;}


/* Removes zoom buttons on google maps */
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {display: none;}


.noslider-tn-container {
	width: 1064px;
	margin: 50px auto;
}
.noslider-tn {
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    width: 345px;
    height: 275px;
    padding: 10px 0;
    text-align: center;
}
.noslider-tn h4 {margin: 0 0 3px;}
.noslider-tn img {
	width: 320px;
}
#mailing-list-form {
	text-align: center;
	width: 700px;
	margin: auto;
}
#mailing-list-form h3 {text-transform: uppercase; letter-spacing: -0.75px;}
#mailing-list-form fieldset {border: none;}
.ml-section {display: inline-block; vertical-align: top; text-align: left; margin: 0 5px;}
.ml-inputs {width: 320px; display: block; box-sizing: border-box; padding: 10px 15px; margin: 10px auto;}
.submit-btn {display: block; width: 650px; text-align: center; margin: 10px auto; padding: 15px 0; background-color: #033045; color: #FFF; border: none; cursor: pointer;}