/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


.navbar { padding-bottom:0;margin-bottom:0 }

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding: 0 0 12px 18px;
  margin-top:-1px;
  margin-left: -18px;
  margin-right:10px;
  float:left;
    display: block;
}

.navbar { padding-bottom:0;margin-bottom:0 }


.navbar-inner {
  padding-left: 20px;
  padding-right: 30px;
  background-color: #005581;
  height:60px;
}

.navbar-inner .container { padding-top:8px }

.navbar-inner .nav li { font-weight:bold;font-size:16px  }

.navbar .nav > li > a { color: #fff }
.navbar .nav > li > a:hover { color: #fff }

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #005581;
  text-decoration: none;
  background-color: #E1F1FF;
  text-shadow: 0 -0 0 rgba(0, 0, 0, 0);
}

ul#nav-backup {
	float:left;
	list-style-type:none;
	margin-left:0;padding-left:0;text-indent:0;
}

ul#nav-backup li { font-size:13px;padding-top:26px;line-height:120% }
ul#nav-backup li > a { color:#fff;font-size:13px;font-weight:bold;padding-top:26px;line-height:120% }
ul#nav-backup li > a:hover { color: #fff }


ul#nav-options {
	float:right;
	list-style-type:none;
	margin-left:0;padding-left:0;text-indent:0;
	margin-right:30px;
}

ul#nav-options li { padding-top:16px;line-height:120%;float:left;margin-left:20px }
ul#nav-options li > a { color: #fff;font-size:16px;font-weight:bold; }
ul#nav-options li > a:hover { color: #fff }

ul#nav-options .active > a,
ul#nav-options .active > a:hover {
  color: #005581;
  text-decoration: none;
  background-color: #E1F1FF;
  text-shadow: 0 -0 0 rgba(0, 0, 0, 0);
  padding: 6px 7px 6px 7px;
}

#contact-form img { margin-top:-5px;margin-right:10px;float:right }


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


.row .tab-pane img {
	margin-bottom:12px;
}

.row .tab-pane h2 {
	margin:30px 0 0 0;
	line-height:120%;
	font-size:20px;
}

.row .tab-pane p {
	font-size:16px;
	line-height:132%;
}

.row .tab-pane .span4 h2  {
	font-size:18px;
}

.row .tab-pane .span4 p  {
	font-size:14px;
}

.row ul.tick {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.row ul.tick li {
	font-size:16px;
	padding-left: 26px;
	background-repeat: no-repeat;
	margin-bottom:6px;
	background:url('../../assets/img/icon_tick_round.gif') no-repeat 0 3px;
	letter-spacing:0;
}



/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  margin-bottom: 18px;
  font-weight: 300;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.jumbotron .btn-large small {
  font-size: 14px;
}

/* Masthead (docs home) */
.masthead {
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Quick links
-------------------------------------------------- */
.bs-links {
  margin: 36px 0;
}
.quick-links {
  min-height: 30px;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links:first-child {
  min-height: 0;
}
.quick-links li {
  display: inline;
  margin: 0 5px;
  color: #999;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
  position: relative;
  top: 5px;
}



.hero-unit {
  height: 290px;
  background:transparent;
   /* background: url("../../assets/img/corporate-hero.png") no-repeat scroll right bottom transparent; */
	background:transparent;
    margin-bottom: 30px;
	padding:60px 0 0 0;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size:48px;
  font-weight:normal;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
	margin:0;
	padding:0 600px 0 0;
}


.hero-unit h2 {
  font-size: 18px;
  font-weight: 800;
  color: inherit;
  padding:0 600px 0 0;
    font-size: 28px;
    line-height: 110%;
    margin: 30px 0 0 0;
}




/* Marketing section of Overview
-------------------------------------------------- */


.span4 p { font-size:15px !important }


div.twitter_outer {
	background:#DDF2FF;width:100%;margin-bottom:30px
}

div.twitter_outer .container,
div.twitter_outer .container .row { background:transparent }


div.twitter_inner {
	height:36px;
	background:url('../../assets/img/icon_twitter.png') no-repeat 0 8px;
}

p.twitter_para { padding-left:4px;margin-top:8px;text-align:center; }

p.twitter_para a:link, p.twitter_para a:visited {
	color:#444;
	font-weight:normal;
	font-size:12px;
}

p.twitter_para a:hover, p.twitter_para a:active {
	color:#005581;
	font-weight:normal;
}


#twitter1 span.date { font-weight:bold }



.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 300;
}
.marketing h2 {
  font-size: 22px;
}
.marketing p {
  margin-right: 10px;
}
.marketing .bs-icon {
  float: left;
  margin: 7px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}

p.link_more {
    margin-right: 20px;
    text-align: right;
}



.bumf-left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    width: 40.4255%;
}


.big-blue-wide-header-box {
	width:100%;
	background:#005581;;
}


.big-grey-wide-header-box {
	width:100%;
	background:#F0EFE7;
}


p.large {
	font-size:140%;
}

/* 100% wide, background */
.tinted-block-outer-wrap {
	background:#F0EFE7;
	width:100%;
	margin:0 0 30px 0;
}

/* screen wide, background-pic */
.tinted-block-inner-wrap {
/*	background: url("../../assets/img/bg-corporate_1170x360.png") no-repeat 0 0; */
	width:1170px;
	height:360px;
}

.tinted-block-inner {
	margin-top:40px;
	margin-left:30px;
	width:40%;
}

.tinted-block-inner h1,
.tinted-block-inner h2 {
	margin-right:0;
	padding-right:0;
}

.row h3 { font-size:22px;line-height:120%; }



.row .well h3 { font-size:18px; }



/* speech bubble */
.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:20px 0 5px 0;
	color:#333;
	width:90%;
	font-size:22px;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}


/* creates triangle */
.triangle-isosceles:after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:6%; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#eee transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

p.triangle-isosceles { font-size:22px; line-height:1.25em  }

p.triangle-quote { text-align:right;margin-right:7%; margin-bottom: 30px }

p.intro { font-size:18px;margin-top:30px }


#bottom_right { margin-left:60px }

	a#btn_contact {
		width: 800px;
		height: 86px;
		display:block;
		margin:0;padding:0;
	}

	a#btn_contact:link,
	a#btn_contact:visited {
/*		background: url('../../assets/img/bg_link_arrow1.png') no-repeat scroll 0 0; */
		text-decoration:none;
		margin:0;padding:0;
	}

	a#btn_contact:hover,
	a#btn_contact:active {
/*		background:url('../../assets/img/bg_link_arrow1.png') no-repeat scroll -1px -88px; */
		text-decoration:none;
		margin:0;padding:0;
	}

.train-details {
	width:92%;
	background:#F0EFE7;
	margin-bottom:16px;
	margin-top:6px;
}

.train-details td {
	vertical-align:top;
	padding-top:10px;
	padding-bottom:6px;
	line-height:118%;
	padding-right:10px;
}

.train-details td.col-1 {
	font-weight:bold;
	color:#005581;
	padding-right:8px;
	padding-left:12px;
}



.well {background: #F0EFE7 }

.accordion-group {
    border-width: 0;
    border-radius:0;
    margin-bottom: 12px;
}

.accordion-inner {
    border-width:0;
    padding: 9px 15px 9px 0;
}

.accordion-inner .nav-list > li > a {
    padding: 3px 15px 3px 4;
}


.accordion-inner .nav-list > .active > a,
.accordion-inner .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  background-color: #d4d4d4;
  color:#444;
}


table#course_summary  {
	width:90%;
	border-bottom: solid 1px #ccc;
}


table#course_summary td {
	padding-left:0;
}

table#course_summary td:first-child {
	font-weight:bold;
}


/*  PRODUCT PAGES */


.product { padding-top:60px }


.product { min-height:600px }

.product h1 {
	font-size:30px;
	margin-top:100px;
	color:#444;
	margin-bottom:20px;
	line-height:104%;
	font-weight:normal;
	margin-top:40px;
	margin-bottom:20px;
}

.product h2 {
	line-height:110%;
	font-size:20px;
}


/* =======  nav-tabs customisation stuff ======== */

.tab-pane p.intro { margin-top:10px }


.tab-pane #import_events h2 {
	margin-bottom:8px;
}

.tab-pane #import_events h2 a {
	font-size:16px;
}


.tab-pane #import_events p {
	border-width:0;
}


.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  padding-top: 8px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 3px solid #005581;
  border-bottom-color: transparent;
  cursor: default;
}

  .navbar-fixed-top a.brand .logo {
    width: 46px;
    height: 46px;
 /*   background-image: url('/images/arquillian-icon-s.png?1334308099'); */
  }


#msg_box p {
	margin:0;
	font-family:Arial,sans-serif;
	font-size:15px;
	padding: 8px 10px 7px 42px;
}

.msg_error {
	background:#FDF2AE url("../../assets/img/icon_error.gif") no-repeat 12px 8px;
	border: solid 1px #898989;
	margin-bottom:16px;
	width:100%;
}

.sidebar-nav .well { background:#fff;border-color:#005581;  }


.sidebar-nav .well { padding-top:8px;padding-bottom:8px;padding-left:12px;padding-right:12px  }

.sidebar-nav .well img { padding-left:0;padding-right:0  }


.sidebar-nav h3 a { font-size:14px !important; }


.sidebar-nav .well h4 { margin-top:0;text-transform:uppercase;font-size:13px }

.sidebar-nav h3 {
	font-size:16px;
	margin-bottom:12px;
}

.sidebar-nav h4 {
	font-size:16px;
	margin-top:12px;
	margin-bottom:2px;
}


.sidebar-nav h3 {
	font-size:16px;
	margin-bottom:12px;
}

.sidebar-nav h4 {
	font-size:16px;
	margin-top:12px;
	margin-bottom:2px;
}


ul.nav-list {
	margin-left:14px;
	padding-left:0;
}

ul.nav-list li {
	line-height:126%;
}

ul.nav-list > li > a {
	padding-left:22px;
	font-size:13px;
	font-weight:normal;
	background: url('../../assets/img/icon_square_arrow.png') 0 6px no-repeat;
/*	background: url('../../assets/img/bg_arrow_disc.png') 0 3px no-repeat;  */
}


ul.nav-list > .active > a,
ul.nav-list > .active > a:hover {
    background-color: #005581;
    color: #fff;
}

/*
ul.nav >  a:hover {
    background-color: #005581;
    color: #fff;
	background: url('../../assets/img/bg_arrow_disc_active.png') 0 3px no-repeat;
}
*/


a.btn { color:#fff }

/* PRODUCT PAGES - tabs */

.nav-tabs { border-bottom-color:#005581; }

.nav-tabs li > a,
.nav-tabs li > a:hover {
	color:#444;
	font-weight:normal;
	font-size:16px;
	color: #005581;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
	border-top-color:#005581;
	border-left-color:#005581;
	border-right-color:#005581;
	color:#005581;
	font-weight:bold;
	font-size:16px;
	color: #005581;
}

#box_newsletter { background:#005581;width:100%;margin-top:80px }


/* Footer
-------------------------------------------------- */


#newsletter p { margin-top: 10px; color:#fff;font-size:13px }
.span3 a, .span6 a, .span12 a { color:#005581;  }


.footer p {
  margin-bottom: 0;
  color: #555;
}

.footer {
	  padding: 35px 0 36px;
	background:#DDF2FF;
	margin-top:0;
	padding-top:20px;
	width:100%;
}

.footer a.btn { color:#fff !important }

.footer .well {
	padding-top:8px;padding-bottom:8px;
}

.footer .row .span3 .well h3 {
	font-size:14px;
	margin-bottom:8px;
}

.footer .row .span3 .well h2 a {
	font-size:12px;
}

.footer .row .span3 .well p {
	margin-bottom:6px;
}

#import_events h2 {
	font-size:14px !important;
	line-height:104%;
	margin-left:0 !important;
	padding-left:0  !important;
}

#import_events p {
	font-size:12px !important;
	line-height:110%;
	margin-left:0;
	padding-left:0;
	padding-bottom:4px;
	border-bottom:solid 1px #444;
	margin-bottom:10px;
}


#footer_corporate p {
	font-size:13px;
	line-height:108%;
	margin-bottom:3px;
}

#footer_corporate img {
	margin:0 0 0 0;
}



#footer_dpo {
	background:#46166B;
	padding-top:10px;
	padding-bottom:6px;
	color:#fff;
}

#footer_dpo p {
	font-size:12px;
	color:#fff;
	line-height:110%;
}



/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}


/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */

img {
/*	max-width: 100% !important; */
}

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin: -18px 0 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}

/* Responsive table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}


#iphone_navigation { display:none }


/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    /* padding-top: 70px; */
  }

  .navbar-inner { height:auto;}

   #contact-form { display:none }

   .mobile-call-to-action { width:100%;height:40px;background:red }


	#iphone_navigation { display:block }


  /* Change up some type stuff */
  h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }

  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }



	.subnav .nav-tabs > li > a {
		border-radius:0;
		line-height: 18px;
		padding-bottom: 8px;
		padding-top: 8px;
		border-top: solid 1px #ccc !important;
		border-left: solid 1px #ccc !important;
		border-right: solid 1px #ccc !important;
		border-bottom: solid 1px #ccc !important;
	}

	/*  page headings h1 and h2  */

	.big-grey-wide-header-box .span6 h1 {
		margin-top:20px;
		margin-left:12px;
		font-size:32px;
	}

	.big-grey-wide-header-box .span6 h2 {
		margin-left:12px;
		font-size:18px;
		margin-bottom:12px;
		font-weight:normal
	}

	.big-blue-wide-header-box .span6 h1 {
		margin-top:20px;
		margin-left:12px;
		font-size:28px;
	}

	.big-blue-wide-header-box .span6 h2 {
		margin-left:12px;
		font-size:20px;
		margin-bottom:12px;
		font-weight:normal
	}


/* SINGLE PRODUCT PAGES */
	body.product h1 { margin-bottom:30px }


	/* single product heading */



	body.product .row .span8 h1 { margin-top:20px;font-size:28px }


	body.product .span9 h1 { margin-top:0;font-size:24px;line-height:110%; }

	body.product .span9 p.intro { margin-top:0;font-size:13px !important; }

	body.product .span9 p.triangle-isosceles { font-size:14px !important;}
	body.product .span9 p.triangle-quote  { font-size:12px !important;}

	body.product .span9 h2 { margin-top:14px }

	body.product .span9 p  { font-size:13px !important;}
	body.product .span9 li  { font-size:13px !important;}

	body.product span4 { padding-top:10px}

	body.product { padding-top:0 !important }


	.footer .row .span3 .well h3 {
		margin-top:10px;
		font-size:20px;
	}

	.footer #import_events h2 a {
		font-size:18px !important;
		line-height:120%;
	}

	.footer #import_events h2 {
		line-height:120%;
		margin-bottom:6px;
	}


	.footer #import_events h2 {
		font-size:18px !important;
	}

	.footer #footer_corporate p {
		font-size:16px;
		line-height:120%;
		padding-left:12px;
		margin-bottom:0;
	}

	.footer #footer_corporate img {
		padding-left:12px;
		margin-bottom:12px;
	}


	#interContainer {
	position:absolute;
	width: 300px; /*Width of interstitial box*/
	left: 400px;
	top: 400px;
	padding: 15px;
	padding-top:20px;
	background-color: #ffffff;
	border: 1px solid #666666;
	visibility:visible;
	z-index: 6;
	}

	#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
	color: #ffffff;
	padding: 0;
	text-align: right;
	}

	#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
	font-size: 120%;
	text-decoration: none;
	color:#ffffff;
	}


	#interContent{ /*CSS for div that holds the content to show*/
	background-color: white;
	}

	#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	right: 0;
	width: 10px;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
	}

	.a{ text-decoration:none; }


	/* CSS Document */

	/* BUTTONS */

	#interContainer a.btn {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-repeat: repeat-x;
		background-color:transparent;
		display: inline-block;
		padding: 8px 10px 0 10px;
		font-size: 12px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin: 15px 15px 10px 0;
		height: 27px;
		color: #ffffff;
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.0), rgba(255,255,255,0.40) 0 1px 0 inset;
	   -moz-box-shadow: 0 0 0 rgba(0,0,0,0.0), rgba(255,255,255,0.40) 0 1px 0 inset;
	   text-decoration:none;
	}

	#interContainer a.btn.grey {
/*		background-image: url('../../assets/img/btn-grey.jpg');  */
		color: #303030;
		border: 1px solid #cacaca;
	}

	#interContainer a.btn.blue {
/*		background-image: url('../../assets/img/btn-blue.jpg');  */
		border: 1px solid #1b77a6;
	}


	#interContainer a.btn.green {
/*		background-image: url('../../assets/img/btn-green.jpg'); */
		border: 1px solid #579619;
	}

	#interContainer button.btn.skin, #interContainer a.btn.skin {
		background-image: none;
		padding: 12px 15px 5px 15px;
		font-size: 14px;
		border-radius: 4px;
		-webkit-box-shadow: 0;
	   -moz-box-shadow: 0;
	}

	#interContainer button.btn.skin {
		background-image: none;
		padding: 3px 15px 5px 15px;
		font-size: 14px;
		border-radius: 4px;
		-webkit-box-shadow: 0;
	   -moz-box-shadow: 0;
	}



}


@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

}


@media (min-width: 480px) and (max-width: 768px) {

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 54px;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
  }

}


@media (min-width: 768px) and (max-width: 980px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 72px;
  }

}


/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}



@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

}


/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}


