/*
Art Processors
Enso Locate
CSS v2.03 03-06-2015
*/

html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background-color: #fecb4f;
	color: #333;
	min-width: 1280px;
}

#container {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

.stripper {
	width: 100%;
	border-bottom: 1px transparent solid;
	margin-bottom: -1px;
}

.white {
	background-color: #fff;
}

.grey {
	background-color: #ececec;
}

.box {
	width: 1280px;
	margin: 0 auto;
/* for Mobile Safari inter-div line artifact */
	border-bottom: 1px transparent solid;
	margin-bottom: -1px;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before,.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

body,p,input,ul,li,h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: normal;
}

body,input,p,ul,textarea,option {
	font-family: AvenirNextLTW02-Regular,sans-serif;
	font-size: 1em;
}

ul {
	font-family: AvenirNextLTW02-Regular,sans-serif;
	font-size: .9em;
}

h1 {
	font-family: 'Avenir Next W01 Light',sans-serif;
}

h2 {
	font-family: 'Avenir Next LT W01 Bold',sans-serif;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

h3 {
	font-family: 'Avenir Next LT W01 Medi1328024',sans-serif;
	font-size: 1.6em;
	color: #333;
	line-height: 1.5em;
	letter-spacing: -.03em;
}

h4 {
	font-family: 'Avenir Next LT W01 Medi1328024',sans-serif;
	font-size: 1.3em;
	color: #333;
	line-height: 1.4em;
}

h5 {
	font-family: 'Avenir Next LT W01 Medi1328024',sans-serif;
	font-size: 1.1em;
	color: #000;
	line-height: 1.4em;
	margin: 60px 0 0;
}

h6 {
	font-family: 'Avenir Next LT W01 Bold',sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 20px;
}

p {
	color: #666;
	font-size: 1.3em;
	line-height: 1.4em;
}

sup {
	font-size: .8em;
	vertical-align: text-top;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,a:active {
	color: #000;
}

br {
	clear: both;
}

.little {font-size: .9em !important; color: gray;}

/* nav */
#nav {
	background-color: #fff;
}



#nav .but-cheek {
	display: inline-block;
	text-align:center;
	padding: .3em .5em;
	vertical-align: middle;
	width: 80px;
	color: #000;
	cursor: pointer;
	border: 1px solid #ccc;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	outline: 0;
	margin-left: 15px;
	margin-top: -4px !important;
	
}

#nav .right-but-cheek {
	margin-left: -12px !important;
	background-color: #ececec;
}

#nav .but-cheek:hover {
	background-color: #fff;
}

#nav .right-but-cheek:hover {
	background-color: #fecb4f;
}


#nav img {
	float: left;
	margin: 35px 0 0 80px;
	-webkit-transition: all .1s linear;
}

#nav h1 a:hover {
	opacity: .7;
}

#nav ul {
	margin: 45px 80px 0 0;
	text-align: right;
	float: right;
}

#nav ul > li {
	display: inline;
	position: relative;
	list-style: none;
	text-transform: uppercase;
}

#nav ul > li > a,#nav ul > li > a:link,#nav ul > li > a:visited {
	margin: 0 .6em;
	padding: .3em .7em;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .1s linear;
}

#nav ul > li > a:hover,#nav ul > li > a:active {
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #ececec;
}

#nav ul > li.active > a {
	color: #000;
	cursor: default;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #ececec;
}

/*generic*/
.subpage h3 {
	margin-top:50px;
	margin-bottom: 20px;
}

.subpage h4 {
	margin-top:30px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.subpage p {
	font-size: 1.1em;
	margin-bottom:1em;
}

.subpage a {}

.subpage table {
	
}

.subpage td {
	font-size: 1.1em;
	margin-bottom:2em;
	color: #666;
}

.subpage .tdleft {
	width:110px;
}

.subpage .left-col {
	width:625px;
}

.subpage .right-col {
	width:325px;
}

.subpage .right-col p {
	font-size:.9em;
}

.left-col {
	width: 525px;
	margin-left: 80px;
	float: left;
	border: 0 solid red;
}

.right-col {
	width: 525px;
	margin-left: 80px;
	float: left;
	border: 0 solid red;
}

.button {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
}

.button a {
	display: inline-block;
	font-size: 1.3em;
	color: #fff;
	background-color: #db432d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 244px;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	padding: .6em;
}

.button a:hover {
	background-color: #000;
}

.lefty {
	margin-left: 349px;
}

/*hero*/
.box h1 {
	font-size: 3.6em;
	text-align: center;
	padding-top: 289px;
	text-transform: uppercase;
	letter-spacing: 0;
}

#pic-hero {
	background: url(../ims/indoor_location_graphic.png) no-repeat;
	background-position: center 88px;
	background-color: #fff;
	height: 617px;
}

#arrowy {
	float: left;
	width:174px; height: 82px;
	margin: 10px 0 0 1020px !important;
	background: url(../ims/free_public_beta.png) no-repeat;
}


#pic-hero .button {
	float: left;
	margin: 5px 0 0 940px !important;
	background: url(../ims/free_public_beta.png) no-repeat;
}

#pic-hero .button a {

	padding: .2em .3em .2em .3em !important;
	line-height: 1.5em !important;
	width: 150px;
}

/*section1*/
#about {
	background: url(../ims/01_affix_beacons_enso_locate.png) no-repeat;
	background-position: center top;
	background-color: #ececec;
	height: 842px;
}

#about .left-col img {
	margin-top: 10px;
}

#about .left-col h3 {
	margin-top: 560px;
}

#about .right-col img {
	margin-top: 10px;
	margin-left: 60px;
}

/*section2*/
#pic-dot-line {
	background: url(../ims/02_Admin.png) no-repeat;
	background-position: 588px 0;
	background-color: #fff;
}

#pic-map-ios-android-sdk {
	background: url(../ims/02_Admin_on_devices_v2.jpg) no-repeat;
	background-position: 80px 110px;
	height: 1075px;
}

#pic-map-ios-android-sdk .left-col {
	margin-top: 760px;
}

#pic-map-ios-android-sdk .right-col {
	margin-top: 200px;
	margin-left: 180px;
	width: 400px;
}

/*section3*/
#pic-iphone-map-bluedot {
	background: url(../ims/04_enso_locate_app_v2.png) no-repeat;
	background-position: 449px 3px;
	background-color: #ececec;
	height: 1060px;
}

.right-align-col {
	width: 335px;
	margin-right: 80px;
	margin-top: 350px;
	float: right;
}

.centre-col {
	float: left;
	text-align: center;
	width: 450px;
	margin-left: 417px;
	margin-top: 430px;
}

/*price*/
#price {
	background-color: #fff;
}

#price img {
	margin-left: 80px;
}

/*beta*/

#beta input {
	padding: .2em .3em;
	vertical-align: middle;
	width: 490px;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	outline: 0;
}

#beta label {
	font-family: 'Avenir Next LT W01 Medi1328024',sans-serif;
}

#beta input:focus {
	border-color: #fecb4f;
}

#beta select {
	padding: .2em .3em;
	vertical-align: middle;
	width: 250px;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	outline: 0;
	height: 2.7em;
}

#beta p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#beta input[type=submit] {
	cursor: pointer;
	color: #fff;
	border: 0 solid #ccc;
	background-color: #000;
	width: 244px;
	text-align: center;
	line-height: 2em;
	padding: .6em;
}

#beta input[type=submit]:hover {
	background-color: #db432d;
}

#beta textarea {
	padding: .2em .3em;
	vertical-align: middle;
	width: 490px;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	outline: 0;
	height: 193px;
}


/*features*/

#features p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

/*big-foot...er*/
#contact {
	margin: 40px 0 490px;
	float: left;
}

.footbox {
	width: 180px;
	float: left;
	margin-right: 50px;
}

#contact p {
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#contact input {
	font-size: 1em;
	padding: .4em .5em;
	vertical-align: middle;
	width: 230px;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	outline: 0;
}

#contact input[type=submit] {
	font-size: 1em;
	width: 90px;
	cursor: pointer;
	color: #fff;
	margin-left: 6px;
	border: 0 solid #ccc;
	background-color: #000;
}

#contact input[type=submit]:hover {
	background-color: #db432d;
}



/* Pricing Table
============================== */
#wrapper-pricing {
  width: 1068px;
  height: 714px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 70%; }

#pricing-services {
  width: 200px;
  margin: 220px 0 0 0;
  position: absolute;
  display: block;
  list-style: none; }
  #pricing-services li {
    margin-top: 16px;
    font-size: 1.7em;
    font-family: "AvenirNextLTW02-Regular", sans-serif; }
  #pricing-services li:nth-child(10) {
    margin-top: 28px; }

@-moz-document url-prefix() {
  #pricing-services li {
    font-size: 1.6em; } }

.pricing-model {
  width: 270px;
  height: 714px;
  position: absolute;
  display: block;
  list-style: none; }
  .pricing-model li:first-child {
    margin-top: 232px;
    padding: 9px 0 9px 0; }
  .pricing-model li {
    height: 32px;
    padding-bottom: 3px;
    border-top: 1px solid white;
    text-align: center; }
  .pricing-model li:nth-child(6) {
    padding-bottom: 5px; }
  .pricing-model li:nth-child(10) {
    border-top: 13px solid white;
    padding: 10px 0 12px 0; }
  .pricing-model li:nth-child(12) {
    padding: 2px 0 0 0; }
  .pricing-model li:before {
    content: ' \25CF';
    font-size: 28px;
    color: #666; }
  .pricing-model li.hidden:before {
    color: #FECB4F; }

#pricing-starter {
  left: 230px;
  background-color: #FECB4F; }

#pricing-premium {
  left: 514px;
  background-color: #ECECEC; }

#pricing-enterprise {
  right: 0;
  background-color: #ECECEC; }

.model-heading {
  height: 230px;
  width: 270px;
  margin-top: 25px;
  position: absolute;
  color: #222;
  text-align: center;
  font-size: 90%; }
  .model-heading p {
    padding: 0 30px 0 30px; }
  .model-heading h2 {
    padding: 0 60px 0 60px; }
  .model-heading h1 {
    padding-top: 0;
    font-family: "Avenir Next LT W01 Medi1328024" ,sans-serif;
    font-size: 2.4em;
    letter-spacing: 0.025em; }
  .model-heading p {
    font-family: "Avenir Next W01 Light",sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    color: #222; }
  .model-heading h2 {
    font-family: "Avenir Next W01 Light",sans-serif;
    font-size: 2em;
    letter-spacing: 0.025em; }

#heading-starter {
  left: 230px; }
  #heading-starter h1 {
    font-family: "Avenir Next LT W01 Bold",sans-serif;
    font-size: 2.4em; }
  #heading-starter h3 {
    font-family: "Avenir Next LT W01 Bold",sans-serif;
    font-size: 2.2em;
    margin-top: 12px; }
  #heading-starter p {
    margin-top: 15px; }

#heading-premium p, #heading-enterprise p {
  margin-top: 24px; }
#heading-premium h2, #heading-enterprise h2 {
  margin-top: 30px; }

#heading-premium {
  left: 514px; }

#heading-enterprise {
  right: 0; }

#price .button {
  margin-left: 16px; }
#price .lefty {
  margin-left: 336px; }
#price .button a {
  width: 244px; }