/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*
Green
24,183,88
#18b758

Orange
244,148,69
#f49445

Red
232,76,60
#e74b3b

Blue 
31,159,202
#1f9fca
*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;	
}
section.photo-full {
	width: 100%;
	min-width: 100%;
	text-align: center;
}
section.photo-full img {
	width: 100%;
}

aside {
	float: right;
	width: 30%;
	margin-left: 8%;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

html, body {
  height: 100%;
  width: 100%;
  /* -webkit-overflow-scrolling: touch; */
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

a:hover,
a:active {
  outline: 0;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;

}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
 /*  max-width: 100%; */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  background-color: #fff;
  font-size-adjust: auto;
  font-weight: 300;
}

a {
  color: #1f9fca;
  text-decoration: none;
  white-space: nowrap;
}

a:hover,
a:focus {
  color: #1f9fca;
  text-decoration: underline;
	/*
-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
*/
}

.center {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
	float: none !important;
	}
.img-rounded {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.img-responsive {
	width: 100%;
	height: auto;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

	.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  max-width: 1200px;
  margin:  0 auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-weight: 500; */
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.lowercase {
  text-transform: lowercase !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1,
h2 {
  font-size: 38.5px;
}

h3 {
  font-size: 31.5px;
}

h4 {
  font-size: 24.5px;
}

h5 {
  font-size: 17.5px;
}

/*
h5 {
  font-size: 14px;
}
*/

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
  margin-bottom: 0.5em;
}

li:last-of-type {
  margin-bottom: 0;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0,0,0,0.3);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 0 8px rgba(0,0,0,0.3);
     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 0 8px rgba(0,0,0,0.3);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 0 8px rgba(0,0,0,0.3);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.dropdown-toggle:focus,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown.open .caret {
  margin-top: 8px;
  margin-left: 2px;
  border-top: 0;
  border-bottom: 4px solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

..dropdown-menu, .dropdown-menu li, .navbar-nav > li > .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #1f9fca, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f9fca), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #1f9fca, #0077b3);
  background-image: -o-linear-gradient(top, #1f9fca, #0077b3);
  background-image: linear-gradient(to bottom, #1f9fca, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #1f9fca, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f9fca), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #1f9fca, #0077b3);
  background-image: -o-linear-gradient(top, #1f9fca, #0077b3);
  background-image: linear-gradient(to bottom, #1f9fca, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.dark .close,
.dark .close:hover,
.dark .close:focus  {
	color: #fff;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 10px 16px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #b1b1b1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 2px;
  /* border-bottom: 2px solid rgba(0,0,0,.2); */
  text-transform: uppercase;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
 	}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  text-decoration: none;
  background-color: #a0a0a0;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.btn:first-child {
  *margin-left: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 12px 23px;
  font-size: 13px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 4px 10px;
  font-size: 0.65em;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  background-color: #1f9fca;
  opacity: .9;
  filter: alpha(opacity=90)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #1f9fca;
  opacity: 1;
  filter: alpha(opacity=100)
}

.btn-primary:active,
.btn-primary.active {
  background-color: #1f9fca \9;
}

.btn-secondary {
  color: #ffffff;
  background-color: transparent;
  opacity: .9;
  filter: alpha(opacity=90);
  padding: 10px 21px 12px;
  border: 2px solid #fff;
  margin-right: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
  	 -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
  	 	  box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #ffffff;
  background-color: rgba(255,255,255,.2);
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-warning {
  color: #ffffff;
}


.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #1f9fca;
  color: inherit;
  cursor: pointer;
  padding: 0;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-link:after{
  font-family: "SSStandard";
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	 -ms-font-feature-settings: "liga" 1;
	  -o-font-feature-settings: "liga";
	  	 font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-size: 70%;
	vertical-align: middle;
	color: inherit;
	content: 'next';
	padding-left: 0.5em;
	line-height: 100%;
}

.btn-link:hover,
.btn-link:focus {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
  margin-top: 30px;
  margin-bottom: 50px;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > ul,
.nav-pills > ul {
  margin: 0 auto;
}

.nav-tabs > li,
.nav-pills > li {
/*   float: left; */
  display: inline-block;
}

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

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

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  background: #999999;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #18b758;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #18b758; /* green */
  border-bottom: 2px solid #179048;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #1f9fca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}


.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

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

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

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

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

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

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  padding: 15px 60px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#homeclients .carousel {
	max-width: 1000px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 60px;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  line-height: 1;
  max-height: 60px;
  max-width: 20%;
  padding-right: 4%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel-inner > .item > img:last-of-type,
.carousel-inner > .item > a > img:last-of-type {
  padding-right: 0;	
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  /* top: 40%;
  height: 60px;
  margin-top: -20px;
*/
  position: absolute;
  top: 0;
  left: 30px;
  width: 20px;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position: 50% 50%;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.carousel-control.left {
  background-image: url(../img/left-nav.png);
  text-indent: -9999px;
}

.carousel-control.right {
  right: 30px;
  left: auto;
  background-image: url(../img/right-nav.png);
  text-indent: 9999px;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #aaa;
  text-decoration: none;
  opacity: 1.0;
  filter: alpha(opacity=100);
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
  display: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  display: none;
}

.carousel-indicators .active {
  background-color: #aaa;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #aaa;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.border-box {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/*Charmander Styles*/


/****************************************

General styles

****************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 135%;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2 {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 110%;
}

h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

h6 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: .6;
	filter: alpha(opacity=50);
	line-height: 100%;
}

.shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}

.cta {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.dark {
	background: #4d4d4d; 
}
.dark h1,
.dark h2 {
	color: #fff;
}
.dark h6 {
	color: #fff;
	opacity: .3;
	filter: alpha(opacity=80)
}
.ease {
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}
#masthead .tint.blue {
	background: rgba(31,159,202,.8);
}
h6.inline {
	width: auto;
	clear: none;
	display: inline;
}
section.gray {
	background: #e6e6e6;
}

/* Header */

#mast-container {
  overflow: hidden;
	background: url("../img/masthead/event-app.jpg") no-repeat;
	background-size: cover;
}

#masthead-container {
	width: 100%;
}

#masthead {
	min-width: 100%;
	margin: 0 auto;
	background-size: cover;
}

.tint {
    background: rgba(0,0,0,.5);
    -webkit-transition: all .2s;  
       -moz-transition: all .2s;  
    	-ms-transition: all .2s;   
		 -o-transition: all .2s;   
		   	transition: all .2s;   
    z-index: -1;
}
#home .tint {
	height: 100%;
	top: 0;
	bottom: 0;
    background: rgba(0,0,0,.3);
}

.subpage .tint,
.simplepage .tint,
.featurepage .tint  {
	background-color: #1f9fca;
}

/* Home - Masthead & Intro */

#home .shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
#home .intro h2 {font-size: 20px;}

#video-bg {
	background: url("../img/masthead/event-app.jpg") no-repeat;
	background-size: cover;
  line-height: 0;

}

#video-bg img {
  width: 100%;
  height: 100%;
  background: no-repeat;
}

.video-bg {
  width: 100%;
}

#home #masthead {
	position: absolute;
	z-index: 5;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.79) 45%,rgba(33,50,64,0) 70%);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.79) 45%, rgba(33,50,64,0) 70%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(45%,rgba(0,0,0,0.79)), color-stop(70%,rgba(33,50,64,0))); /* Chrome,Safari4+ */
  background: -o-linear-gradient(left, rgba(0,0,0,0.79) 45%,rgba(33,50,64,0) 70%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0,0,0,0.79) 45%,rgba(33,50,64,0) 70%); /* IE10+ */
}

header {
	position: relative;
	}

	.nav-down p {
		background: url('../img/navi-down.png') no-repeat 50% 50%;
	 	background-size: contain;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		z-index: 30;
		width: 100px;
	 	height: 30px; 
	 	position: absolute;
		bottom: 0;
	 	left: calc(50% - 50px);
		overflow: hidden;
	    cursor: pointer;
		overflow: hidden;
		opacity: .7;
		 	-webkit-transition: 0.2s ease-in-out;
		 	-moz-transition: 0.2s ease-in-out;
		 	-ms-transition: 0.2s ease-in-out;
		 	-o-transition: 0.2s ease-in-out;
		 	transition: 0.2s ease-in-out;
		}
        .nav-down:hover p {
        	cursor: pointer;
			opacity: 1;
			 	-webkit-transition: 0.2s ease-in-out;
			 	-moz-transition: 0.2s ease-in-out;
			 	-ms-transition: 0.2s ease-in-out;
			 	-o-transition: 0.2s ease-in-out;
			 	transition: 0.2s ease-in-out;
			}

  .nav-fixed {  
        position: fixed;   
        top: 20px;  
        margin-left: 720px;  
        background-color: #0f0 ! important;
        }


/* BEGIN NAVIGATION BAR */

.logo p {
	text-indent: -9999px;
	background: url('../img/doubledutch-logo.svg') no-repeat;
	background-size: contain;
	opacity: .9;
	filter: alpha(opacity=90);
 	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

.logo p:hover {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

/*Sticky Nav*/

  .sticky {  
    position: fixed;  
    width: 100%;  
    /*left: 0;  */
    /*top: 0;  */
    z-index: 1000;  
    /*border-top: 0;*/
    height: auto;
    display: block;
    /* opacity: .8; */
}  

.navbar .logo p {
	height: 30px;
	width: 200px;
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 0px 15px 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  float: right;
  }

.nav-header ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  width: 100%;
  background: rgba(34,34,34,.8);
  /* height: 80px; */
  margin: 0;
  padding: 0;
}

.navbar.light {
  background: #222222\9;
  background: rgba(34,34,34,.8);
}

#about .navbar,
#jobs .navbar,
#about .navbar {
  background: rgba(0,0,0,.8);
  }

.navbar-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 10px 0 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #dddddd;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

nav ul {
    margin: 25px 0;
}

nav li {
	display: inline-block;
	margin: 0 -2px 0 -1px;
	text-align: center;
	text-transform: uppercase;
 	vertical-align: middle;
}

nav li a {
	color: #eee;
	padding: 28px 22px 29px;
	text-decoration: none;
}
nav li a:active,
nav li a:hover,
nav li a:focus,
nav li.active a {
	color: #fff;
	text-decoration: none;
	background: #222;
}

nav li a span,
nav li a span,
nav li a span {
	padding-bottom: 5px;/*

	border-bottom: 2px solid transparent;
*/
	}
	
nav li a:active span,
nav li a:hover span,
nav li a:focus span,
nav .active span {
	/* border-bottom: 2px solid #fff; */
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}

nav .demo a {
	background: #1f9fca;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}

nav .demo a:hover {
	/* border-bottom: 2px solid #fff; */
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
 	padding-bottom:  39px;
	background: #1f9fca;
}

nav .demo a:hover span {
	border-bottom: none;
}

.navbar a:focus,
.navbar a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
/* language picker */
.navbar-nav .nav-lang ul.dropdown-menu li,
.navbar-nav .nav-lang ul.dropdown-menu  {
	left: auto;
	right: 7px;
}
.nav-lang .dropdown-menu li {
	text-align: right;
}
.nav-lang .lang:after {
	display: inline-block;
	background-repeat: no-repeat;
	padding: 8.5px 12.5px;
	background-size: contain;
	float: none;
	content: '';
	line-height: 100%;
	vertical-align: middle;
	margin-left: .5em;
}
.nav-lang .lang.us:after { background-image: url('../img/flags/US.png'); }
.nav-lang .lang.uk:after { background-image: url('../img/flags/GB.png'); }
.nav-lang .lang.de:after { background-image: url('../img/flags/DE.png'); }

/***********************

Subnav

**********************/
#subnav {
	width: 100%;
	/*position: fixed;*/
	padding-top: 80px;
	padding-right: 0;
}

#subnav h1 {
	color: #333;
	font-size: 26px;
	font-weight: 500;
	float: left;
	padding-top: 14px;
}

#subnav ul {
	float: right;
	list-style: none;
	margin: 0;
}

#subnav ul li {
	display: inline-block;
}

#subnav a {
	color: #333;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 20px 16px;
		-webkit-transition: 0.2s ease-in-out;
	 	-moz-transition: 0.2s ease-in-out;
	 	-ms-transition: 0.2s ease-in-out;
	 	-o-transition: 0.2s ease-in-out;
	 	transition: 0.2s ease-in-out;
}

#subnav a:hover,
#subnav .active a {
	text-decoration: underline;
	color: #fff;
		-webkit-transition: 0.2s ease-in-out;
	 	-moz-transition: 0.2s ease-in-out;
	 	-ms-transition: 0.2s ease-in-out;
	 	-o-transition: 0.2s ease-in-out;
	 	transition: 0.2s ease-in-out;
}

nav li.active a {
	background: rgba(0,0,0,.5);
}

#subnav  {
background: rgba(34,34,34,.2);

	background: rgba(255,255,255,.1);
}

#subnav {
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

#subnav a {
	color: #dfdfdf;
}

#subnav a:hover {
	color: #fff;
}

/****************************************

Footer 

*****************************************/


footer {
	background: #1a1a1a;
	min-width: 100%;	
	padding-top: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .wrapper {
	margin: 0 auto;
	width: 100%;
}

footer .container {
	max-width: 680px;
	position: relative;
}

footer .logo p {
	margin-left: 0;
	height: 31px;
	width: 200px;
}

footer .row,
footer .row-fluid {
	width: auto;
}

footer .row ul > li,
footer .row-fluid ul > li {
	 display: inline-block;
	 vertical-align: top;
}

footer .links {
	padding-bottom: 20px;
}

footer ul {
	margin: 10px 30px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer .row ul li ul li {
	 display: block;
}

footer ul li ul {
    color: #ccc;
    list-style-type: none;
}

footer a,
footer a:visited {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

footer a:active,
footer a:focus,
footer a:hover {
	color: #eee;
}

footer .copyright a,
footer .copyright a:visited,
footer .copyright li {
	color: #5d5d5d;
}
footer .copyright li {
    text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin: 35px 25px 0 0;
	margin: 0 25px 0 0;
}

footer .copyright a:active,
footer .copyright a:focus,
footer .copyright a:hover {
	color: #999;
}

footer #sf-mission {
	background: url('../img/map.png') no-repeat 0 100%;
	background-size: contain;
	height: 235px;
	width: 277px;
	position: absolute;
	bottom: 0;
	right: 0;
	
	}
	
footer #sf-mission p {
	color: #fff;
	text-align: right;
	position: absolute;
	top: 40%;
	right: 45%;
	font-size: 90%;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer #sf-mission p>span {
	font-size: 70%;
	font-weight: 500;
}

footer .social p {
	 text-indent: -9999px;
	 background-repeat: no-repeat; 
	 background-size: contain;
	 opacity: .5;
	 padding: 1em 1em 0;
	margin-right: 1em;
	margin-bottom: 0;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

footer .social a p:hover {
	 opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

/* sticky footer */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -302px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 302px; 
}

/****************************************

Header intro

*****************************************/


header .intro {
	margin-top: 140px;
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 80px;
}

header .intro p {
	margin-bottom: 30px;
	font-size: 1.1em;
	line-height: 150%;
}

header .intro h1 {
	/* font-weight: 400; */
	font-size: 44px;
	line-height: 130%;
	margin-bottom: 0.4em;
}

header .intro h2 {
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 1.1em;
	line-height: 150%;
	font-family: Helvetica, Arial, sans-serif;
	
}

.subpage header .intro,
.simplepage header .intro,
.featurepage header .intro {
	margin-top: 100px;
	margin-bottom: 20px;
}

/****************************************

Home - ROI

*****************************************/

#ROI {
	/*padding-top: 100px;*/
	padding-bottom: 0;
	min-width: 100%;
	overflow-x: hidden;
	margin-top: 20px;
}

#ROI .row {
	padding-left: 5%;
	width: 100%;
}

#ROI .wrapper {
	min-width: 100%;
}

#ROI p {
	font-size: 1.1em;
}

#ROI #analytic {
	overflow-x: visible;
	height: 100%;
}

#ROI .btn {
	margin-top: 20px;
	margin-bottom: 20px;	
}

/****************************************

Home - features

*****************************************/

#features {
	background: #e6e6e6;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}

#features .wrapper,
#features .container {
	max-width: 1100px;
	margin: auto;
}

#features .container {
	padding: 0 50px;
}

.thephone {
	float: left;
	width: 28%;
	overflow: hidden;
	height: 420px;
}
.thephone img {
	width: 100%;
}
 
.iphone-wrapper {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#features .iphone {
	display: none;
}

#features .feature-list-wrapper {
	float: right;
	display: inline-block;
	width: 68%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         	box-sizing: border-box;
}

#features ul {
    display: inline-block;
    margin-bottom: 0;
}

#features ul li {
	line-height: 2;
}

#features ul:first-of-type {
    margin-right: 40px;
}

#features .cta {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/****************************************

Home - clients

*****************************************/

#homeclients {
	background-color: #e6e6e6;
}

/****************************************

Home - Event Types 

*****************************************/

#event-types {
	padding: 70px 0;
}

#event-types .row {
    margin: 0 auto 40px;
    }
    
#event-types .row.types {
	display: table;
}

#event-types .row.types a {
	white-space: normal !important;
}

#event-types .row.types a {
	width: 25%;
	margin: 0;
	display: table-cell;
	padding: 20px 24px 16px 24px;
	color: #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#event-types .row.types a {
	border-left: 1px solid #e5e5e5;
}

#event-types .row.types a:first-of-type {
	border-left: none;
}

#event-types .row.types a:hover {
	background: #e5e5e5;
	text-decoration: none;
}

#event-types .more {
	color: #1f9fca;
}

.more,
a.more {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	color: inherit;
	text-decoration: none;
}

a.more:hover,
.more:hover {
	text-decoration: none;
}
.more .ss-icon {
	color: inherit;
}
/****************************************

Home - Resources 

*****************************************/

#home #resources {
	background: #e6e6e6;
}
#home .resource-wrap {
	float: none;
}
#home .resource-wrap h3 {
	font-size: 21px;
	color: #444;
	font-weight: 500;
	white-space: normal;
}
#home .resource-wrap h3 {
	color: 
}
#home .the-resource:hover {
	background: white;
}

/****************************************

Product - devices

*****************************************/

#devices .container {
	/* max-width: 900px; */
}

#devices {
	background: #e6e6e6;
}
#devices ul {
	font-weight: 300;
}

#devices .devices p {
	background: url('../img/devices.png') no-repeat 100% 100%;
	background-size: contain;
	width: 100%;
	padding-bottom: 75%;
	bottom: 0;
}
#devices img {display: none;}

/***********************

Product - masthead

**********************/
#dd-events #masthead {
	background: url('../img/masthead/event-app.jpg') 100% 50% no-repeat;
	background-size: cover;
}

#dd-events .tint {
    background: rgba(0,0,0,.1);
    padding-bottom: 100px;
}

/***********************

Product - features accordion

**********************/

#dd-events .accordion .btn-link {
	color: #1f9fca;
}
.accordion-heading #mobile-agenda h5:before {
    content: '3 ';
}
.accordion {
	margin-bottom: 20px;
}
.accordion-group {
	border-bottom: 1px solid #d0d0d0;
}  
.accordion-group a.accordion-toggle{
	padding-top: 10px;
	padding-bottom: 10px;
}
.accordion-group:last-of-type {
	border-bottom: none;
} 
.feature-focus {
	/* background: #e6e6e6; */
}
.accordion-heading {
	border-bottom: 0;
}

/* icons */
.accordion-heading h5:before {
    padding: 17px;
	margin-left: -27px;
	margin-right: 10px;
	content: '';
	background: url('../img/features/feature-icons.png') no-repeat;
	background-size: 100% auto;
	text-indent: -999px;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	}
.accordion-group:nth-child(0n+1) .accordion-heading h5:before { background-position-y: 0%; }
.accordion-group:nth-child(0n+2) .accordion-heading h5:before { background-position-y: 14.5%; }
.accordion-group:nth-child(0n+3) .accordion-heading h5:before { background-position-y: 28.5%; }
.accordion-group:nth-child(0n+4) .accordion-heading h5:before { background-position-y: 42%; }
.accordion-group:nth-child(0n+5) .accordion-heading h5:before { background-position-y: 57%; }
.accordion-group:nth-child(0n+6) .accordion-heading h5:before { background-position-y: 72%; }
.accordion-group:nth-child(0n+7) .accordion-heading h5:before { background-position-y: 85.5%; }
.accordion-group:nth-child(0n+8) .accordion-heading h5:before { background-position-y: 100%; }

.accordion-heading h5 {
    color: #777;
    text-decoration: none;
    font-weight: 600;
    padding-left: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accordion-group .in,
.accordion-group a:hover,
.accordion-group a:active {
  /* background: #e6e6e6; */
}

.accordion-heading a:hover,
.accordion-heading a:focus,
.accordion-heading a:active,
.accordion-heading a:hover h5,
.accordion-heading a:focus h5,
.accordion-heading a:active h5 {
    text-decoration: none !important;
    color: #1f9fca;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* background: #e6e6e6; */
}

.accordion-heading .feature-focus h5 {
    color: #1f9fca;
    margin-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 0 15px 15px 20px;
}

#product-features .container {
	max-width: 780px;
	width: 70%:
}

#product-features {
	width: 100%;
}

#product-features .iphone {
	background-image: url('../img/features/1-agenda.jpg');
	background-position: 51.5% 50.5%;
	background-size: 84.75%;
	background-repeat: no-repeat;
	float: right;
	width: 270px;
	width: 40%;
	margin: 0;
}

#product-features .iphone.f2 { background-image: url('../img/features/2-surveys.jpg'); }
#product-features .iphone.f3 { background-image: url('../img/features/3-matching.jpg'); }
#product-features .iphone.f4 { background-image: url('../img/features/4-picker.jpg'); }
#product-features .iphone.f5 { background-image: url('../img/features/5-sponsor.jpg'); }
#product-features .iphone.f6 { background-image: url('../img/features/6-offline.jpg'); }
#product-features .iphone.f7 { background-image: url('../img/features/7-integrations.jpg'); }
#product-features .iphone.f8 { background-image: url('../img/features/8-leadscan.jpg'); }

#product-features .iphone img {
	width: 270px;
	width: 100%;
	margin-top: -2px;
}

#the-features {
	width: 50%;
	float: left;
}

/***********************

Product - CMS

**********************/

#cms-tabs {
	margin-bottom: 60px;	
}

.cms-screen {
	background: url('../img/macbook-air.png') no-repeat;
	background-size: contain; /* make contain on smaller screens */
	text-align: center;
	width: 74.9%;
	overflow: hidden;
	z-index: -1;
}

.cms-screen img {
	width: 63.4%;
	margin-top: 4.7%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 110px;
}

#cms .description {
	color: #fff;
	background-color: #18b758; /* green */
	width: 25%;
	margin: 20px auto;
	padding: 20px 30px 25px;
	z-index: 2;
	border-bottom: 2px solid #179048;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#cms .tab-content h2 {
 	font-weight: 100;
 	margin-bottom: 20px;
	font-size: 1.8em;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #18b758 !important; /* green */
  color: #fff;
  }

/***********************

Product - Social Value

**********************/

#social-value {
	background: #1f9fca;
	padding: 70px 0;
	color: #fff;
}
	
#social-value h1 ~ p {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: .08em;
	line-height: 1.4;
	margin: 0 auto 1em auto;
	width: 90%;
}

#container1,
#container2,
#container3 {
	float: left;
    width: 100%;
    position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#container3 {
    overflow: hidden;
    margin: 20px auto;
}
#container2 {
    right: 31%;
    border-right: 1px solid rgba(255,255,255,.5);
}
#container1 {
    right: 36%;
    border-right: 1px solid rgba(255,255,255,.5);
}

#col1,
#col2,
#col3 {
	float: left;
    overflow: hidden;
	position: relative;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#col1 {
    width: 33%;
    left: 67%;
}
#col2 {
    width: 34%;
    left: 68%;
}
#col3 {
    width: 33%;
    left: 69%;
}

/***********************

Product - map

**********************/

#events-powered .key {
	color: #ddd;
	line-height: 1;
}
#events-powered .key:before {
	content: '';
	padding: 8px;
	vertical-align: top;
	background: #ddd;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	line-height: 1;
}

/***********

Product - pricing

***********/

#pricing {
	background: #e6e6e6;
}

#pricing .included {
	background: rgba(255,255,255,.5);
	overflow: auto;
	margin-top: 30px;
}

#pricing .included .lists {
	padding: 20px 5%;
	overflow: auto;
}

#pricing .included .column-3 ul {
	color: #333;
	float: left;
	font-size: 12px;
	margin: 0 0 0 4%;
	text-align: left;
	text-transform: uppercase;
	width: 28%;
}

#pricing .included .column-2 ul {
	display: none;
}

#pricing .included ul li {
	padding: 4px 0;
}

#pricing h2 {
	background: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: 600;
	padding: 20px 0;
	margin: 0;
	text-transform: uppercase;
}

#pricing .plans {
	clear: both;
	width: 90%;
	max-width: 700px;
	margin: auto;
	overflow: hidden;
	padding: 30px 5%;
}

#pricing .plan {
	background: #18b758;
	width: 47%;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	 	-ms-transition: 0.2s ease-in-out;
	 	 -o-transition: 0.2s ease-in-out;
	 	    transition: 0.2s ease-in-out;
 	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#pricing .plan.single { float: left; }
#pricing .plan.multi { float: right; }

#pricing > .plan:not(.single) {
	background: black !important;
}

#pricing .plan:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#pricing .blur {
	-webkit-filter: blur(1px);
	-moz-transform: blur(1px);
	-ms-transform: blur(1px);
	filter: blur(1px);
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}

#pricing .plan.multi img {
	display: inline-block;
	padding: 0 10px;
}

#pricing .plan h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0 0 30px;
	margin: 0 0 20px 0;
	text-align: left;
}

#pricing .plan img {
	width: 12%;
	display: block;
	margin: 0 auto 20px auto;
	opacity: .6;
	filter: alpha(opacity=60);
}

#pricing .plan p, 
#pricing .plan a {
	color: #fff;
	display: block;
	padding: 12px 0;
	margin: 0;
	text-align: center;
}

#pricing .plan .price {
	background: rgba(255,255,255,.2);
}

#pricing .plan .price strong {
	font-weight: 600;
	font-size: 28px;
}

#pricing .plan .min {
	background: rgba(255,255,255,.2);
}

#pricing .plan .contact {
	background: rgba(255,255,255,.2);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
 	-ms-transition: 0.2s ease-in-out;
 	-o-transition: 0.2s ease-in-out;
 	transition: 0.2s ease-in-out;
}

#pricing .plan .contact:hover {
	background: rgba(255,255,255,.4);
	text-decoration: none;
}

/***********************

About page

**********************/

#about #masthead {
	background: #333 url('../img/masthead/team-8thfloor.jpg') 50% 50% no-repeat;
	background-size: cover;
}

#about .tint {
	background-color: rgba(0,0,0,.5);
}

#about header .intro,
#jobs header .intro  {
	position: relative;
	float: left;
	color: #fff;
	background: #333333 \9;
	padding: 20px 30px 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/* margin-top: 20px; */
}

#about header .intro p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 150%;
}

#about header .intro h1 {
	font-weight: 400;
	font-size: 44px;
	line-height: 130%
}

#about header .intro h2 {
	font-size: 18px;
	line-height: 160%;
    margin-top: 10px;
    margin-bottom: 30px;
}

#about .content {
	width: 65%;
}

#about .content div {
	margin-bottom: 50px;
}

#about .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}
 
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.awards ul {padding: 0;}
.awards li {
	width: 19%;
	text-align: center;
	vertical-align: top;
	/* background: lightgray; */
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	display: table-cell;
}

.awards img {
	width: 100%;
}

#instagram,
#instagram .container,
#instagram .pull-right {
	min-width: 100%;
	text-align: right;
	width: 100%;
}

#instagram a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	}

#instagram a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			}

#instagram a p {
	text-indent: -9999px;
	display: block;
	padding-bottom: 350px;
	background-image: url('../img/instagram2.jpg');
	background-position: center center;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
#instagram a p:hover {
	opacity: .9;
	filter: alpha(opacity=9);
}
#instagram .row {
	max-width: 1140px;
	margin: 0 auto;
	text-align: right;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#instagram h6 a:before {
	padding-left: 30px;
	content: '';
	background: url('../img/instagram-logo.png') no-repeat;
	background-size: contain;
}

.infographics h6 {
	margin-bottom: 30px;
}

.infographics a, .infographics span {
	text-align: center;
}

.infographics > span,
.infographics > div {
	margin: 0 0 50px;
	max-width: 250px;
	text-align: center;
}

.infographics a,
.infographics a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

/* dynamic infographics */
	.infographics .red, .infographics .red a.plus { color: #e74b3b; }
	.infographics .green, .infographics .green a.plus { color: #18b758; }
	.infographics .orange, .infographics .orange a.plus { color: #f49445; }
	.infographics .blue, .infographics .blue a.plus { color: #1f9fca; }

	.infographics > div { color: #777; /* width: auto; */ display: block; /* float: left; */}
	
	.infographics h1,
	.infographics h2 {display: inline; clear: none; margin: 0 0 5px 0; vertical-align: middle; line-height: 100%; word-wrap: break-word;}
	
	.infographics h1 {font-family: 'Vinyl', sans-serif; font-size: 4.4em;}
	.infographics h2 {font-family: 'Open Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.2em; font-weight: 600; }
	.infographics h3 {font-size: 1.2em; font-weight: 500; margin: 0; padding: 0;}
	.infographics a {font-size: 1em; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 600; opacity: 0.8;
	}
	.infographics a:hover {opacity: 1; text-decoration: none;}
	.infographics a.plus:before {font-family: 'pictosregular'; color: inherit; content: '+'; font-size: 1.8em; display: inline-block; vertical-align: middle; line-height: 100%; margin-right: 6px;}
	
	.infographics .btn {font-size: 0.8em; margin: 7px 0 0 0; display: inline-block; color: white; padding: 10px 25px; }
	
	.infographics .twitter {text-align: center;}
	.infographics .twitter img { vertical-align: middle; height: 3em; width: auto; margin: 0 0 0 10px;}
	.infographics .twitter .btn {background: #1f9fca;}

	.infographics .team, .infographics .team a {text-align: left;}
	.infographics .team h1 {margin-right: 10px; margin-bottom: 0; line-height: 100%; vertical-align: bottom; float: left;}
	.infographics .team h2 {vertical-align: bottom; line-height: 100%; margin: 0; color: #777;}
	.infographics .team .users {font-family: 'pictosregular'; letter-spacing: -3px; font-size: 1.1em; text-align: left; line-height: 120%; padding-top: 6px; margin-bottom: 10px !important;}
	
	.infographics .music a.plus:before {content: '9';}
	.infographics .music {text-align: left;}
	.infographics .music img {margin: 10px 0;}
	
	.infographics .coffee {text-align: center;}
	.infographics .coffee img {vertical-align: top; height: 4em; width: auto; margin-right: 10px;}
	.infographics .coffee h2 {font-size: 1.4em;}
	.infographics .coffee h3 {padding-bottom: 15px; margin: 0 0 15px 0; border-bottom: 1px solid #ccc;}
	

img.customers {
	max-width: 100%;
    margin-top: 20px;
}

/* team w knockout */

.angellist {background-image: url('../img/logos/social/white-angellist.png');}
.behance {background-image: url('../img/logos/social/white-behance.png');}
.dribbble {background-image: url('../img/logos/social/white-dribbble.png');}
.facebook {background-image: url('../img/logos/social/white-facebook.png');}
.flickr {background-image: url('../img/logos/social/white-flickr.png');}
.foursquare {background-image: url('../img/logos/social/white-foursquare.png');}
.github {background-image: url('../img/logos/social/white-github.png');}
.googleplus {background-image: url('../img/logos/social/white-googleplus.png');}
.instagram {background-image: url('../img/logos/social/white-instagram.png');}
.linkedin {background-image: url('../img/logos/social/white-linkedin.png');}
.mlkshk {background-image: url('../img/logos/social/white-mlkshk.png');}
.pinterest {background-image: url('../img/logos/social/white-pinterest.png');}
.soundcloud {background-image: url('../img/logos/social/white-soundcloud.png');}
.stackoverflow {background-image: url('../img/logos/social/white-stackoverflow.png');}
.twitter {background-image: url('../img/logos/social/white-twitter.png');}
.vimeo {background-image: url('../img/logos/social/white-vimeo.png');}
.website {background-image: url('../img/logos/social/white-website.png');}
.youtube {background-image: url('../img/logos/social/white-youtube.png');}

li.person {
	display: inline-block;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	color: white;    
}
li.person {
	width: 23.5%;
	margin-left: .25%;
	margin-right: .25%;
	vertical-align: top;
}
li.person h3 {
	font-weight: 300;
	font-size: 2em;
	margin-bottom: .1em;
}
li.person h4 {
    font-weight: 600;
    font-size: 0.9em;
    margin: 0 auto 1.3em;
    line-height: 1.4;
}
li.person .inner {
    position: relative;
}
li.person .links {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 2em 1.9em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: top .3s ease;
			transition: top .3s ease;
}
li.person .links .links-inner {
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}
li.person:nth-child(1n+0) .links { background: rgba(244,148,69,.9); }
li.person:nth-child(2n+1) .links { background: rgba(232,76,60,.9); }
li.person:nth-child(3n+0) .links { background: rgba(24,183,88,.9); }
li.person:nth-child(3n+1) .links { background: rgba(31,159,202,.9); }

li.person:hover .links {
    top: 0;
}
li.person img {
    width: 100%;
}
li.person .links a {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid white;
	border-radius: 100%;
	display: inline-block;
	padding: 20px;
	margin-left: 0.5em;
}
li.person .links a:hover {
	background-color: rgba(255,255,255,.3);
}
li.person .links a:first-of-type {
	margin-left: 0;
}
li.person .links a span {
    text-indent: -9999px;
}
li.person .links a.null {
	display: none;
}
.people ul {
	margin-left: auto;
	margin-right: auto;
}
li.person#gorilla a {
	border-radius: 0;
	padding: 12px 15px;
}
li.person#gorilla a:after {
	content: 'We\'re Hiring';
	padding: 0px;
	color: white;
	text-decoration: none;
}
li.person#gorilla a:hover {
	text-decoration: none;
}

/************

Demo request page

************/

#demo-request {
	color:black;
	background: #1a1a1a url('../img/masthead/event-app-fade.jpg') 75% 70% no-repeat;
	background-size: cover;
}

#demo-request .content h1 {
	font-weight: 500;
}

#demo-request .content p {
	font-weight: 300;
	font-size: 1.3em;
}

#demo-request .intro {
	margin-bottom: 0;
}

#demo-request .form {
	margin-bottom: 150px;
}

.floating .mktField {
	width: 48%; 
	float: left !important; 
	display: inline-block; 
	clear: none;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}	
/**** 

code added by Reg, Marketing Designer, 2-24-15 

********/
#social_proof {
  background: white;
}
#demo-request #container3{
    overflow: hidden;
    margin: 20px auto;
}
#demo-request #container2{
    right: 31%;
    border-right: 1px solid rgba(0,0,0,1);
}
#demo-request #container1{
    right: 36%;
    border-right: 1px solid rgba(0,0,0,1);
}

/***********************

Success Stories - Masthead

**********************/

#clients #masthead {
	background: url('../img/success-stories/sap/sap-masthead.jpg') 100% 50% no-repeat;
	background-size: cover;
}

#clients #masthead .tint {
	background: rgba(31,159,202,.7);
}
#clients #logos {
	background: #f2f2f2;
	padding: 20px auto;
}
#clients #logos h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}
#clients #video-stories h3 {
	font-size: 1.2em;	
}
#clients #logos img {
	height: 74px;
	padding: 15px;
	box-sizing: border-box;
}
#clients .videoWrapper {
	margin: 0 !important;
	clear: both;
	display: block;
}
#clients .video {
	margin-bottom: 2.5em;
}
#clients [class*="row"]:last-of-type .video {
	margin-bottom: 0;
}
/*
#clients #the-stories > .wrapper .container {
	max-width: 960px;
}
*/

#clients iframe {
	background: #fff;
}
#clients .story {
	max-width: 960px;
	margin: 30px auto;
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#clients .story .tint {
	background-color: rgba(0,0,0,.5) !important;
}
#clients .story > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#clients .story:hover .link {
	color: #666;
	background: rgba(255,255,255,.9);
	text-decoration: none;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 		-ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
}

#clients .story a  {color:white; text-decoration: none;}

#clients .story .tint  {
	padding: 50px 40px 66px;
}

#clients .client,
#clients .info {
	display: inline-block; 
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        padding-right: 15px;}

#clients .client {width: 24%;}

#clients .client img {
	max-width: 85%;
	}

#clients .story .info {
	width: 75%;
	background-size: 30%;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 86px;
	margin: -100px auto -66px;
	box-sizing: border-box;
}
#clients .story h2 {
	color: #222;
	font-size: 2em;
	margin-bottom: 0.5em;
}

#clients .story:nth-child(even) .info {
	background-position: 100% 0;
	padding-right: 30%;
}

#clients .story:nth-child(odd) .info {
	background-position: 0 0;
	padding-left: 30%;
}

#clients .story:nth-child(odd) .client {
	float: right;
}

#clients table {
	white-space: normal;
}
#clients td {
	vertical-align: top; 
	padding-bottom: 10px; 
	}

#clients td:first-of-type {
	color: #fff;
	opacity: .75;
	filter: alpha(opacity=75);
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 20px;	
}

#clients .link {
	width: 100%;
	background: #fff\9;
	background: rgba(255,255,255,.85);
	text-align: right;
	padding: 5px 15px;
	color: #777;
	position: absolute;
    margin-left: -40px;
    bottom: 0;
    top: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Helvetica Neue';
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 		-ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/* text-shadow: 0 0 5px #777; */
}

#clients .link:after {
	content: ' 4';
	font-family: 'pictosregular';
	font-size: 80%;
	vertical-align: middle;
}

#clients .link:hover {
	color: #666;
	background: rgba(255,255,255,.9);
	text-decoration: none;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 		-ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
}

/*** Success Story Single ***/

.success-story [class*="span"] {
	float: none;
	display: block;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}

.success-story .hero {
	margin-bottom: 0;
	background: url('../img/success-stories/cpac2013/masthead-app.png') no-repeat 0 0;
	background-size: cover;
	text-indent: -99999px;
	padding-bottom: 40%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}

.success-story section h1,
.success-story section h2 {
	max-width: 80%;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	
}
.success-story .intro h1 {
	font-weight: 300;
}

.success-story header .intro  {
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: 50px;
	position: relative;
	padding: 0 0% 100px 0;
	background-repeat: no-repeat;
	background-position: 100% 10px;
	background-size: 40%;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}
	   		
.success-story #introduction {
	background-size: cover;
	margin: 0;
	padding: 100px 0;
	font-size: 1.25em;
	line-height: 160%;
}
	
.success-story #masthead ul.links li {
	min-width: 30%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;	
}

.success-story #masthead .btn {
	background-color: #e6e6e6;
	color: #333;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;	
}
	   		
.success-story .inline-image p {
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-indent: -99999px;
	padding: 45%;
	vertical-align: middle;
	margin-top: -20px;
	margin-bottom: 30px;
	}
	
.success-story .analytics {
 	width: 100%;
	text-align: center;
	border-radius: 2px;
	margin: 40px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	
.success-story .analytics img { 
	width: 24%;
	max-width: 200px;
	margin: 20px 0;
	}
.success-story .analytics h6,
.success-story .analytics h6 span {
	padding-top: 0;
	background: none;
	border: none; 
	font-size: 1.1em;
}

.success-story .analytics ul {
	margin-top: 25px;
}
.success-story .analytics li strong {
	font-size: 1.8em;
	margin: auto 3px auto 25px;
	vertical-align: bottom;
}

.success-story .analytics li:first-of-type strong {
	margin-left: 0;
}
	
.full-quote {
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	padding: 80px 20%;
}

.full-quote h3 {
	font-weight: 300;
	}
	
.full-quote .credit {
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
	
.success-story #subnav {
	width: 100%;
	position: relative;
	padding-top: 0;
	padding-top: 75px;
	padding-right: 0;
	background: rgba(255,255,255,.08);
	color: white;
	margin-bottom: 0px;
}
	
.success-story #subnav a {
	color: white;
	opacity: 0.7;
}

.success-story #subnav ul li a:before {
	content: '[ ';
	font-family: 'pictosregular';
	font-size: 80%;
	vertical-align: middle;
	line-height: 100%;	
}

.success-story #subnav a:hover {
	color: white;
	opacity: 1;
}

.success-cta {
	margin-bottom: -40px;
	padding: 0;
	}
.success-cta a {
	margin-bottom: 0px;
	margin-top: 20px;
	background: rgba(100,100,100,.05);
	padding: 1.25em 0 1em;
	line-height: 0;
	vertical-align: bottom;
	position: relative;
	text-align: right;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
 	   -moz-transition: 0.3s ease-in-out;
 		-ms-transition: 0.3s ease-in-out;
 		 -o-transition: 0.3s ease-in-out;
 		    transition: 0.3s ease-in-out;
}
.success-cta a:hover {
	background: rgba(100,100,100,.1);
	text-decoration: none;
}
.success-cta h6 {
	max-width: 1200px;
	width: 90%;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: auto;
	margin-right: auto;
}
/*
.success-cta h6:after {
	content: ' ]';
	font-family: 'pictosregular';
	font-size: 80%;
	vertical-align: middle;
	line-height: 100%;
}	
*/

/* SS Hub: inContact */

#clients #hub-incontact .tint { 
	background-color: rgba(12,92,168,.45); 
	}
#clients #hub-incontact { 
	background-image: url('../img/success-stories/incontact/hub-background.jpg'); 
	background-position: center bottom;
	}
#clients #hub-incontact .info { 
	background-image: url('../img/success-stories/incontact/hub-app.png'); 
	}
	
/*** SS Hub: CPAC ***/

#clients #hub-cpac .tint { 
	background-color: rgba(0,66,122,.75); 
	}
#clients #hub-cpac { 
	background-image: url('../img/success-stories/cpac2013/hub-background.jpg'); 
	}
#clients #hub-cpac .info { 
	background-image: url('../img/success-stories/cpac2013/hub-app.png'); 
	}

/*** SS CPAC page ***/
	
#cpac2013 .tint {	
	background-color: rgba(0,66,122,1);
	}

#cpac2013 header .intro {
	background-image: url('../img/success-stories/cpac2013/masthead-app.png');
}

#cpac2013 .headline,
#cpac2013 .headline-minor {
	background-repeat: no-repeat;
}

#cpac2013 .headline { 
	background: url('../img/success-stories/cpac2013/stars.png') no-repeat 50% 0;
	text-align: center; 
	margin: 0 auto;
	padding-top: 50px;
	float: none;
}

#cpac2013 h6 {
	width: 80%; 
	text-align: center; 
	/* border-bottom: 1px solid;  */
	line-height: 0.1em; 
	margin: 10px auto 20px;
	background: url('../img/success-stories/cpac2013/stars.png') no-repeat 50% 0;
	padding-top: 38px;
	background-size: 40px; 
} 
#cpac2013 h6 span { 
	/* background: #fff;  */
	padding: 0 10px; 
}

#cpac2013 #solution .wrapper:first-of-type h6 span { 
	background: #004179; 
	padding: 0 10px; 
}

#cpac2013 .flag { 
	background: url('../img/success-stories/cpac2013/flag.jpg') no-repeat 30% 60%;
	background-size: cover; 
}

#cpac2013 .analytics li strong {
	color: #a60d12;
}
	
#cpac2013 #masthead .btn:hover {
	background-color: #a60d12;
	color: #fff;
	}
	   		
#cpac2013  #introduction {
	background-image: url('../img/success-stories/cpac2013/flag.jpg');
	background-repeat: no-repeat;
	}
	
#cpac2013 .challenge-image p  {
	background-image: url('../img/success-stories/cpac2013/challenge-circles.png');
	background-size: contain;
	}
	
#cpac2013 .solution-image p {
	background-image: url('../img/success-stories/cpac2013/feed-android.png');
	background-size: cover;
	margin-bottom: 0;
	}
	
#cpac2013 #solution .wrapper:first-of-type {
	background: #004179;
	padding: 50px 0 0;
	color: #fff;
	margin-bottom: 60px;
	box-shadow: 0 1px 2px #eee;
}

#cpac2013 .full-quote {
	background-image: url('../img/success-stories/cpac2013/quote-pano.jpg');
}

#cpac2013 .news {
	max-width: 960px;
	margin: 0 auto;
	background: #e6e6e6;
	padding: 60px 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}
	
#cpac2013 .news-image p {
	background-image: url('../img/success-stories/cpac2013/news.png');
	background-size: 35%;
	background-repeat: no-repeat;
	margin-top: -90px;
	margin-bottom: -60px;
	padding: 90px 0 60px 40%;
	}
	
#cpac2013 #solution .cms {
	max-width: 960px;
	margin: 60px auto 40px;
}

#cpac2013 #solution .cms [class*="span"] {
	vertical-align: middle;
}

#cpac2013 .cms-image img {
	width: 100%;
	box-shadow: 1px 1px 4px #999;
}

#cpac2013 .testimonials div,
#cpac2013 .cms div {
	float: none;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#cpac2013 .analytics {
	padding: 50px;
}

#cpac2013 .quotes  {
	padding-right: 40px;
	border-right: 1px solid #dcdcdc;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}

#cpac2013 .testimonials .quote  {
	font-size: 1.4em;
	font-weight: 300;
	font-style: italic;
	line-height: 160%;
	color: #004179;
	text-align: right;
}

#cpac2013 .testimonials .quotes > div {
	margin: .5em 0;
}

#cpac2013 .testimonials .credit  {
	text-align: right;
	line-height: 100%;
}

#cpac2013 .photo-strip .wrapper p {
	background: url('../img/success-stories/cpac2013/photostrip-circles.png') repeat-x 0 100%;
	background-size: contain;
	height: 270px;
	text-indent: -9999px;
	margin: 0;
}

#cpac2013 section.photo-strip {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*** SS Hub: WIFNY2013 ***/

#clients #hub-wifny2013 .tint { 
	background-color: rgba(255,140,20,.75);
	}
#clients #hub-wifny2013 { 
	background-image: url('../img/success-stories/wifny2013/hub-background.jpg');
	background-position: 50% 100%;
	}
#clients #hub-wifny2013 .info { 
	background-image: url('../img/success-stories/wifny2013/hub-app.png');
	}

/*** SS WIFNY page ***/

#wifny2013 .tint {	
	background-color: rgba(220,123,39,1);
	}

#wifny2013 header .intro {
	background-image: url('../img/success-stories/wifny2013/masthead-app.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){ 
	#wifny2013 header .intro { background-image: url('../img/success-stories/wifny2013/masthead-app@2x.png'); }
}	

#wifny2013 #masthead .btn {
	background-color: #fff;
	color: #333;
}	
#wifny2013 #masthead .btn:hover {
	background-color: #333;
	color: #fff;
}

#wifny2013 .headline,
#wifny2013 #introduction p,
#wifny2013 #conclusion h2 {
	position: relative;
	margin-top: 44px;
}

#wifny2013 #introduction p:before,
#wifny2013 #conclusion h2:before {
	content: '';
	padding: 22px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -22px;
	background-image: url('../img/success-stories/wifny2013/wifny-icon.png');
	background-repeat: no-repeat;  
	background-size: cover;
}

#wifny2013 #conclusion h2:before {
	background-image: url('../img/success-stories/wifny2013/wifny-icon-white.png');  
}	

#wifny2013 .headline {
	background: rgba(220,123,39,1) url('../img/success-stories/wifny2013/circles-section.png') 50% 100% no-repeat;
	background-size: 100% auto;
	padding: 80px 0 60px;
	color: white;	
	margin-bottom: 50px;
}

#wifny2013 .headline h2 {
	display: inline-block;
	padding: .5em 8px 0;
	position: relative;
	margin-bottom: 0.8em;
	border-top: 1px solid rgba(255,255,255,.5);
	font-size: 40px;
	font-weight: 300;
}
#wifny2013 .headline h2:before {
	content: '';
	padding: 12px;
	position: absolute;
	top: -1em;
	left: 50%;
	margin-left: -12px;
	background: url('../img/success-stories/wifny2013/wifny-icon-white.png') 50% 0 no-repeat;  
	background-size: contain;
}

#wifny2013 .headline h3 {
	font-weight: 500;
	font-size: 1.4em;
	max-width: 55%;
	margin: 0 auto;
}

#wifny2013 .challenge-image p  {
	background-image: url('../img/success-stories/wifny2013/challenge-circles.png');
	background-size: contain;
	}

#wifny2013 #introduction {	
	padding-bottom: 50px;
	background: #fbe585 url('../img/success-stories/wifny2013/gradient.png') repeat-x; 
	background-size: contain; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZTU4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* IE9 SVG */
	background: -moz-linear-gradient(top,  #fbe585 0%, #ffffff 86%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe585), color-stop(86%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbe585 0%,#ffffff 86%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbe585 0%,#ffffff 86%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbe585 0%,#ffffff 86%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbe585 0%,#ffffff 86%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe585', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#wifny2013 .feature {
  width: 26%;
  max-width: 240px;
  text-align: center;
  padding:  0 1em;
  display: inline-block;
  vertical-align: top;
  margin: 50px 1.5%;
 
}

#wifny2013 .feature .image {
	text-indent: -9999px;
	width: 90%;
	padding-bottom: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
	line-height: 0;
	background-color: #fff;
	background-position: -85% 12%;
	background-repeat: no-repeat;
	background-size: 110% auto;
	border: 1em solid #dc7b27;
	border-radius: 1000px 0 1000px 1000px; 
	margin-bottom: 2em;
}

#wifny2013 .gamification .image { background-image: url('../img/success-stories/wifny2013/screen-gamification.png'); }
#wifny2013 .networking .image {	background-image: url('../img/success-stories/wifny2013/screen-networking.png'); }
#wifny2013 .social .image { background-image: url('../img/success-stories/wifny2013/screen-social.png'); }

#wifny2013 blockquote {
  padding: 50px;
  background: #555;
  box-shadow: 4px 4px 0 #111;
  color: white;
  position: relative;
  margin: 25px auto;
  border: none;
}

#wifny2013 blockquote p {
  font-size: 1.1em;
  font-style: normal;
  line-height: 160%;
  margin-bottom: 15px;
}

#wifny2013 blockquote p.credit {
  font-size: 1em;
  text-align: right;
  margin-bottom: 0;
}

#wifny2013 blockquote:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	width: 0;
	height: 0;  
	right: 40px;
	bottom: -40px;
	border: 20px solid;
	border-color: #555 #555 transparent transparent;
	box-shadow: 4px 0px 0 #111;
}

#wifny2013 .analytics li strong {
	color: #dc7b27;
}

#wifny2013 .ratings {
	max-width: 960px;
	margin: 0 auto 40px;
	position: relative;
	padding-left: 20%;
	padding-bottom: 30px;
	box-sizing: border-box;	
}

#wifny2013 .ratings .wrapper {
	position: relative;
}

#wifny2013 .ratings .android {
	position: absolute;
	background: url('../img/success-stories/wifny2013/ratings-android.png') 0 50% no-repeat;
	width: 35%;
	left: -30%;
	top: -10%;
	padding-bottom: 60%;
	background-size: contain;
	text-indent: -9999px;
	box-sizing: border-box;
}

#wifny2013 .ratings .text {
	position: relative;
	text-align: left;
	margin-left: -10%;
	z-index: -1;
}

#wifny2013 .ratings .text blockquote {
	padding-left: 18%;
}
 
#wifny2013 .insights h4 {
	color: #dc7b27;
}

#wifny2013 .insights img {
	width: 100%;
}
 
#wifny2013 .insights div {
	float: none;
	display: inline-block;
	margin: 20px inherit;
	padding: 0 40px;
}

#wifny2013 #conclusion .wrapper:first-of-type {
	background: #dc7b27;
	padding: 80px 0 40px;
}

#wifny2013 #conclusion h2 {
	color: white;
	font-weight: 300;
}

#wifny2013 .takeaways div {
	background: rgba(255,255,255,.2);
	color: white;
	text-align: center;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#wifny2013 .takeaways div h6 {
	margin: 0 0 0px 0;
	padding: 20px;
	background: rgba(255,255,255,.3);
	width: 100%;
	opacity: 1;
	color: white;
	font-size: 1.1em;
	font-weight: 600;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#wifny2013 .takeaways div p {
	padding: 20px;
}
#wifny2013 #conclusion div.wrapper:last-of-type {
	background: url('../img/success-stories/wifny2013/conclusion-circles.svg') 0 0 repeat-y;
	padding: 80px 0;
	background-size: 40%;
	margin-bottom: -40px;
}
#wifny2013 #conclusion .quote {
	font-size: 1.4em;
	line-height: 150%;
	font-style: italic;	
}

#dd-events .success-cta a {
	background: rgba(255,255,255,.1);
}
#dd-events .success-cta a:hover {
	background: rgba(255,255,255,.2);
	}
	
/***
new case study 
***/

.cs h1,
.cs h2 {
	margin-bottom: 10px;
	line-height: normal;
	font-weight: 300;
	display: table;
	/* text-align: left; */
} 
.cs h3,
.cs h3 a,
.cs h3 a:hover  {
	font-size: 1.1em;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;	
}
.cs h6 {
	text-align: left;
	opacity: 1;
	color: white;
}
.cs #subnav {
	width: 100%;
	position: relative;
	padding-top: 65px;
	padding-right: 0;
	background: rgba(255,255,255,.08);
	color: white;
	margin-bottom: 0px;
}	
.cs #subnav a {
	color: white;
	opacity: 0.7;
}
.cs #subnav ul li a:before {
	content: '[ ';
	font-family: 'pictosregular';
	font-size: 80%;
	vertical-align: middle;
	line-height: 100%;	
}
.cs #subnav a:hover {
	color: white;
	opacity: 1;
	text-decoration: none;
}
.cs .intro h2 {
	font-size: 1.1em;
	margin: 0;
	text-align: left;
	margin-bottom: 50px;
}
.cs #hero {
	padding: 30px 30px 0;
}
.cs #hero.no-hero {
	padding: 60px;
}
.cs #hero img {
	width: 100%;
	max-width: 800px;
}
.cs .tint {
	background: no-repeat center center;
	background-size: 100% auto;
    -webkit-background-size: cover;
   	   -moz-background-size: cover;
   	     -o-background-size: cover;
   		 	background-size: cover;
}
.cs .main [class*="span"] {
	float: none;
	display: block;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.cs .main:first-of-type {
	z-index: 1;
	position: relative;
}
.cs .main p {
	margin-bottom: 40px;
}
.cs .main img {
	width: 100%;
}
.cs .main .client-logo {
	margin: -40px auto 40px;
	text-align: center;
	padding: 40px 0 35px;
}
.cs .main .client-logo img {
	width: auto;
}
.cs header .intro  {
	margin-bottom: 0;
	margin-top: 70px;
	position: relative;
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}
.cs header .intro > [class*="span"]  { 
	float: none;
	margin: 0 auto;	
}
.cs .app-icon {
	padding-right: 20px;
	text-align: right;
	margin: 0 0  50px 0;
}
.cs .app-icon img {
	text-align: right;
	max-width: 170px;
	width: 100%;
	}
.app-icon img,
img.app-icon {
	border-radius: 20%;
}
.cs .intro h1 {
	font-weight: 300;
	line-height: 110%;
	text-align: left;
}
.cs .intro h1,
.cs .intro h2 {
	text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}
.cs .cs-map {
	padding: 110px;
	background-position: center center;
	margin-bottom: 30px;
    -webkit-background-size: cover;
   	   -moz-background-size: cover;
   	     -o-background-size: cover;
   		 	background-size: cover;
}
.cs .cs-map p {
	text-indent: -9999px;
}
.cs .testimonial {
	/* background: #eee; */
	margin-top: 30px;
	margin-bottom: 40px;
}
.cs .testimonial p {
	background: #666;
	color: #efefef;
	padding: 40px 40px 35px;
	font-size: 1.10em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.6em;
	border-left: 6px solid #555;
	box-sizing: border-box;
	margin: 0 auto;
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	border-radius: 2px;
}
.cs .testimonial.light p {
	background: transparent;
	color: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-color: #1f9fca;
}
.cs .testimonial .credit {
	font-size: 0.8em;
	font-weight: 300;
	font-style: normal;
	padding-top: 10px;
	display: block;
	text-align: right;
}
.cs .caption {
	text-align: right;
	display: block;
	font-size: 0.8em;
}
.cs img.screenshot {
	border-bottom: 1px solid #ccc;
	padding: 0 5px;
}
@media (max-width: 768px) {
	.cs header .intro .app-icon,
	.cs header .intro h1,
	.cs header .intro h2,
	.cs header .intro h6 {text-align: center; margin: 20px auto 0; padding: 0;}
	.cs .main .icon {
		max-width: 30%;
		margin-left: auto;
		text-align: center;
		display: block;
		margin-right: auto;
		margin-bottom: 1em;
	}
}
#incontact .tint {
	background-image: url('../img/success-stories/incontact/incontact-masthead.jpg');
}
/* sap cs page */
#sap .tint {
	background-image: url('../img/success-stories/sap/sap-masthead.jpg');
}
#sap .client-logo {
	background: #00488f;
}
#sap .cs-map {
	background-image: url('../img/success-stories/sap/switzerland.jpg');
}
/* sap hub */
#clients #hub-sap .tint { 
	background-color: rgba(0,72,143,.75);
}
#clients #hub-sap { 
	background-image: url('../img/success-stories/sap/hub-background.jpg');
	background-position: center center;
	}
#clients #hub-sap .info { 
	background-image: url('../img/success-stories/sap/hub-app.png');
}
/* cmw cs page */
#cmw .tint {
	background-image: url('../img/success-stories/cmw/cmw-masthead.jpg');
	border-bottom: 10px solid #f5ae44;
}
/* cmw hub */
#clients #hub-cmw .tint { 
	background-color: rgba(204, 116, 21, 0.92);
}
#clients #hub-cmw { 
	background-image: url('../img/success-stories/cmw/hub-background.jpg');
	background-position: center center;
	}
#clients #hub-cmw .info { 
	background-image: url('../img/success-stories/cmw/hub-app.png');
}

/* chpa cs page */
#chpa .tint {
	background-image: url('../img/success-stories/chpa/chpa-masthead.jpg');
	border-bottom: 10px solid #0e2544;
}
/* chpa hub */
#clients #hub-chpa { 
	background-image: url('../img/success-stories/chpa/hub-background.jpg');
	background-position: center center;
	}
#clients #hub-chpa .info { 
	background-image: url('../img/success-stories/chpa/hub-app.png');
}

/* georgetown cs page */
#georgetown .tint {
	background-image: url('../img/success-stories/georgetown/masthead.jpg');
	border-bottom: 10px solid #002048;
}
/* georgetown hub */
#clients #hub-georgetown { 
	background-image: url('../img/success-stories/georgetown/hub-background.jpg');
	background-position: center center;
	}
#clients #hub-georgetown .info { 
	background-image: url('../img/success-stories/georgetown/hub-app.png');
}

/* act-iac cs page */
#act-iac .tint {
	background-image: url('../img/success-stories/act-iac/act-iac-masthead.jpg');
	/* background-attachment: fixed; */
}
/* act-iac hub */
#clients #hub-act-iac { 
	background-image: url('../img/success-stories/act-iac/hub-background.jpg');
	background-position: center center;
	}
#clients #hub-act-iac .info { 
	background-image: url('../img/success-stories/act-iac/hub-app.png');
}
#clients #hub-act-iac .client img {
	background: rgba(255,255,255,.5); 
	padding: 1em; 
	box-sizing: border-box; 
	border-radius: 2px;
}
/* nreca cs page */
#nreca .tint {
	background-image: url('../img/success-stories/nreca/nreca-masthead.jpg');
	background-position: center top;
}
/* act-iac hub */
#clients #hub-nreca {
	background-image: url('../img/success-stories/nreca/hub-background.jpg');
	background-position: center center;
	}
#clients #hub-nreca .info {
	background-image: url('../img/success-stories/nreca/hub-app.png');
}
#clients #hub-nreca .client img {
	background: rgba(255,255,255,.5); 
	padding: 1em; 
	box-sizing: border-box; 
	border-radius: 2px;
}


/* end new case study */

	
/*****************

Jobs page

*****************/

#jobs #masthead {
	background: #333 url('../img/masthead/culture.jpg') 0 60% no-repeat;
	background-size: cover;
	}
#jobs .tint {
	background-color: rgba(0,0,0,.75);
}
.thejobs {
	margin-bottom: 40px;
}
.thejobs h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 30px;
}
.thejobs h4 a {/
	font-size: 14px;
}

.job {
	padding-bottom: 20px;
}
			
.perk {
	overflow: auto;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
}

	.perk:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
		
	.perks img {
		margin: 0 auto 15px;
	}
	
	.perk p {
		float: right;
		margin: 0;
		width: 75%;
	}
	
	.gd img {
		width: 80%;
		border-radius: 4px;
		box-shadow: 0px 1px 1px #888;
	}
	
a[name] {
	color: #fff !important;
	text-decoration: none;
}

.thejobs .accordion {
	padding-top: 60px;
	margin-bottom: -40px;
}

.thejobs .accordion:last-of-type {
	margin-bottom: 0px;
}

.thejobs .accordion-group .in {
	background: none;
	border-left: 1px solid #ccc;
	margin-left: 30px;
}

.thejobs .accordion-heading a {
	padding-left: 20px;
}

.thejobs h6 {margin-top: 30px;}

.thejobs .accordion-group {
	margin-left: 18px;
    position: relative;
}
.thejobs a.accordion-toggle:after {
    content:'&';
    position: absolute;
    right: 0.6em;
    color: white;
    opacity: .2;
    font-family: 'pictosregular';
    font-size: 1.2em;    
}

.thejobs a.accordion-toggle:hover:after {
    content:'&';
    position: absolute;
    right: 0.6em;
    color: #333;
    opacity: .5;
    font-family: 'pictosregular';
    font-size: 1.2em;    
}

.thejobs a.feature-focus:after {
    content:'_';
    position: absolute;
    right: 0.6em;
    color: #333;
    opacity: .5;
    font-family: 'pictosregular';
    font-size: 1.2em;    
}

.thejobs .job .btn:hover {
	background: #a0a0a0;
}
.thejobs .job .btn-primary {
	background: #1f9fca;
	opacity: .8;
	filter: alpha(opacity=80)
}
.thejobs .job .btn-primary:hover {
	background: #1f9fca;
	opacity: 1;
	filter: alpha(opacity=80)
}

.thejobs .accordion-group {
	border-bottom: none;
}
.job h4 a {
	margin-left: 10px;
	font-size: 80%;
	text-transform: lowercase;
}
a.permalink:hover {background: none;}

.thejobs .btn-secondary {
	background: none;
	box-shadow: none;
	border-color: #1f9fca;
	opacity: .8;
	filter: alpha(opacity=80)
}
.thejobs h3 a {color: #222;
	vertical-align: bottom;
}

#jobs #demo-block p {
	margin: -40px 0 40px;
}

h3.department:before {
	font-family: 'pictosregular';
	opacity: .4;
	}
	
h3.department.design:before { content: 'p '; }
h3.department.engineering:before { content: 'x '; }
h3.department.marketing:before { content: 'q '; }
h3.department.bizdev:before { content: '% '; }
h3.department.customersuccess:before { content: 'S '; }
h3.department.admin:before { content: 'h '; }

/*******************

PRESS PAGE 

*******************/

.press .link {
	background: #1F9FCA;
	font-size: 20px;
	margin: 1em auto 0 auto;
	padding: 14px 20px;
	width: 60%;
}

.press aside p {
	margin-bottom: .8em;
}

.press .main .item {
	overflow: auto;
	margin-bottom: 1em;
}

	.press .main span {
		color: #222;
		float: left;
		width: 15%;
		text-align: right;
		padding-right: 5%;
	}
	.press .main span h6 {
		color: #bbb;
		opacity: 1;
		font-size: 0.8em;
		margin: 5px 0 20px 0;
	}
	
	.press .main p {
		float: right;
		width: 78%;
	}
	
	.press .main a {
		font-weight: normal;
		white-space: normal;
		font-size: 1.1em;
		margin-right: 7px;
	}
#press .testimonials .item {
	border-bottom: 2px solid #E6E6E6;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

#press img {max-width: 100%;}

#press aside [class*="row"] {
	margin-bottom: 60px;
}

#press .main .quote {
	font-style: italic;
	width: 65%;
	margin-right: 10%;
	text-align: left;
	color: #777;
	line-height: 125%;
}

#press .main .quote:before {
	content: '"';
	padding-right: 8px;
	margin-left: -23px;
	color: #bbb;
	font-family: 'pictosregular';
	display: inline-block;
	font-style: normal;
}

.press h4 {
	color: #f49445;
	clear: both;
	width: 15%;
	padding-right: 5%;
	text-align: right;
	font-size: 1.2em;
}

#press .testimonial .logo {
	text-align: right;
}
#press .testimonial .credit {
	font-size: 80%;
	line-height: 120%;
}
#press .testimonial .logo img {
	max-width: 50%;
	max-height: 40px;
	margin: 30px 0 0;
}

#press .testimonial div {
	border: 1px solid #999;
	color: #222;
	border-radius: 3px;
	padding: 2.1em 2.1em 1em;
	box-sizing: border-box;
	margin: 10px auto 20px;
	font-size: 1.1em;
	position: relative;	
}

#press a .testimonial {white-space: normal;}
#press .testimonials a:hover  {text-decoration: none; text-decoration: none;}

#press .testimonial div:hover {
	background: #eee;
	border-color: #eee;
}

#press .testimonial p.quote:before {
	content: '"';
	opacity: 0.15;
	color: #fff;
	font-family: 'pictosregular';
	position: absolute;
	z-index: 2;
	font-size: 7em;
	font-style: normal;
	line-height: 100%;
	margin: -25px 0 0 -20px;
	text-align: left;
}

#press aside h2 {margin-bottom: 10px;}

#press .content-type {
	float: none;
	width: auto;
	font-size: 70%;
	color: #ccc;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700;
	}
#press .testimonial .credit img,
#testimonials .item .credit img {
	display: inline-block;
	border-radius: 50%;
	margin-right: 2%;
	vertical-align: middle;
	width: 23%;	
}

#testimonials .item .credit img.app {
	border-radius: 20%;
}

#press .testimonial .credit span,
#testimonials .item .credit span {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
@media(max-width:767px) {
	.press .main p,
	#press .main .quote,
	.press .main span {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
	}
	#press .content-type {
		display: inline-block;
	}
}

/**********

Testimonials page

**********/
#testimonials .item { 
	width: 25%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
            position: relative;
	}

#testimonials .item div {
	margin: 10px; 
	background-color: #e6e6e6; 
	padding: 30px; 
	border-radius: 2px; 
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
	opacity: 1;
	}
	
#testimonials .feature div,
#testimonials .feature a div {
	color: #fff; 
	background-color: #1f9fca; 
	}
	
#testimonials #main a {white-space: normal;}

#testimonials #main .item a {
	color: #222;
	}
	
#testimonials #main .item p a {
	color: #1f9fca;
}

#testimonials #main .item.feature p a {
	color: #fff;
	text-decoration: underline;
}
	
#testimonials #main a div:hover,
#testimonials #main .feature a div:hover {
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
	}
#testimonials #main a div:hover { background: #bbb; }
#testimonials #main .feature a div:hover { opacity: 0.8; filter: alpha(opacity=80); background: #1f9fca; }
		
#testimonials #main a,
#testimonials #main a:hover,
#testimonials #main .feature a:hover {
	text-decoration: none;
}

#testimonials #main a,
#testimonials #main a:hover {
	text-decoration: none;
}
		
.videoWrapper {
	position: relative;
	padding-bottom: 56.25% !important; /* 16:9 */
	height: 0;
	width: 100%;
}
#testimonials .videoWrapper {
	margin: -30px auto 25px -30px !important;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#testimonials .credit {font-size: 80%; line-height: 130%;/*  text-align: right; */ margin-top: 20px; }

	
@media (max-width: 1200px) {
	#testimonials .item { width: 33%; }
	}
		
@media (max-width: 767px) {
	#testimonials .item { width: 50%; }
	}
		
@media (max-width: 639px) {
	#testimonials .item { width: 100%; }
	}
	
/**********

Event Types

**********/

#associations #masthead {background-image: url('../img/masthead/associations.jpg');}
#tradeshows #masthead {background-image: url('../img/masthead/tradeshows.jpg');}
#internal #masthead {background-image: url('../img/masthead/internal.jpg');}
#external #masthead {background-image: url('../img/masthead/external.jpg');}
#education #masthead {background-image: url('../img/masthead/education.jpg');}

.event-types h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.event-types .hero {
	float: left;
	width: 28%;
	overflow: hidden;
}
.event-types .hero img {
	width: 100%;
	margin-right: 25px;
}
.event-types .content,
.event-types .perks {
	margin-top: 20px;
	margin-bottom:20px;
}
.event-types .perks li {
	padding: 10px;
	float: none;
	display: table-cell;
	background-color: #f2f2f2;
	border-radius: 2px;
	padding: 25px 40px 20px;
	border: 1em solid white;
}
.event-types .perks li p:first-of-type {
	font-family: 'pictosregular';
	color: #b9b9b9;
	font-size: 2.8em;
	line-height: normal;
	margin-bottom: 0.5em;
}
.event-types .clients {
	max-width: 100%;
	margin-top: 1em;
}

.event-types .icon {
	width: 40px;
	height: 40px;
	background: url('../img/event-types/icons.png') no-repeat;
	background-size: auto 100%;
	margin: 0 auto;
}

#education.event-types .icon {
	background-image: url('../img/event-types/education-icons.png');
}

#associations.event-types .perks li:nth-child(0n+1) .icon {	background-position: 0 0; }
#associations.event-types .perks li:nth-child(0n+2) .icon {	background-position: -40px 0; }
#associations.event-types .perks li:nth-child(0n+3) .icon {	background-position: -80px 0; }

#external.event-types .perks li:nth-child(0n+1) .icon {	background-position: -120px 0; }
#external.event-types .perks li:nth-child(0n+2) .icon {	background-position: -160px 0; }
#external.event-types .perks li:nth-child(0n+3) .icon {	background-position: -200px 0; }

#internal.event-types .perks li:nth-child(0n+1) .icon {	background-position: -240px 0; }
#internal.event-types .perks li:nth-child(0n+2) .icon {	background-position: -280px 0; }
#internal.event-types .perks li:nth-child(0n+3) .icon {	background-position: -320px 0; }

#tradeshows.event-types .perks li:nth-child(0n+1) .icon {	background-position: -360px 0; }
#tradeshows.event-types .perks li:nth-child(0n+2) .icon {	background-position: -400px 0; }
#tradeshows.event-types .perks li:nth-child(0n+3) .icon {	background-position: -440px 0; }

#education.event-types .perks li:nth-child(0n+1) .icon {	background-position: 0 0; }
#education.event-types .perks li:nth-child(0n+2) .icon {	background-position: 50% 0; }
#education.event-types .perks li:nth-child(0n+3) .icon {	background-position: 100% 0; }

/********

Platform pages 

********/

.platforms .feature {
	padding-bottom: 0;
}
.platforms #masthead {
	background-color: #1f9fca;
	padding-top: 90px;
	color: white;
}
.platforms #masthead .row,
.platforms #masthead .row-fluid{
	text-align: center;
}
.platforms h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.platforms .row-fluid [class*="span"].intro {
	margin: 0;
	display: inline-block;
	float: none;
	text-align: left;
}
.platforms .row-fluid [class*="span"].hero {
	margin-left: 20px;
	display: inline-block;
	float: none;
	text-align: left;
}
.platforms .hero img {
	height: 100%;
	width: auto;
	max-width: 100%;
	height: auto;
	/* margin-right: 25px; */
}
.platforms .feature:nth-child(0n+4) {
	background: #eee;
}
.platforms .feature:nth-child(0n+5) {
	background: #ddd;
}
.platforms .feature:nth-child(0n+6) {
	background: #ccc;
}
.platforms .feature:nth-child(even) .feature-desc {
	text-align: right;
	}
.platforms .feature:nth-child(odd) .feature-desc {
	text-align: left;
	}

.platforms .feature .screenshot img {
	max-width: 220px;
}
.platforms .feature.tablet .screenshot img {
	max-width: 100%;
}
.platforms .feature.tablet .screenshot:first-of-type {
	text-align: right;
	vertical-align: bottom;
	display: table-cell;
	float: none;
	margin-right: inherit;
}
.platforms .feature.tablet .feature-desc {
	padding-left: 2.5%;
	display: table-cell;
	float: none;
	vertical-align: top;
}
.platforms .feature .feature-desc {
	padding-top: 25px;	
}

.platforms .feature .row,
.platforms .feature .row-fluid {
	display: table;
}
.platforms .feature.tablet .screenshot:last-of-type {
	display: none;
}
.platforms #demo-block h1 {
	margin-bottom: 10px;
}
.platforms #demo-block p {
	margin-bottom: 50px;
	padding: 0 20px;
}
.platforms #demo-block p a {
	color: #fff;
	text-decoration: underline;
}

/********

Contact page 

********/

#contact h1 {
	margin-bottom: 0.3em;
}

#contact h4 {
	margin-top: 2.1em;
}

#contact .form-success .main {
	margin-top: 2.5em;
	text-align: center;
	/* font-size: 1.5em; */
}
	
#contact .form-success .btn {
	margin-top: 2.5em;
	/* width: 60%; */
}
	
#contact .sales a, #contact .sales span {
	color: #EA9847;
}

#contact .events a, #contact .events span {
	color: #1F9FCA;
}

#contact aside div {margin-bottom: 2em;}

#contact aside .social {
	padding-left: 120px;
}

#contact aside .social a {
	opacity: .75;
	filter: alpha(opacity=75);
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 	     -o-transition: 0.2s ease-in-out;
 	        transition: 0.2s ease-in-out;
}

#contact aside .social a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#contact aside .social a img {
	margin: 0;
	width: 10%;
}

.locations > div .north-america {
	padding-left: 120px;
	display: table;
}
.locations > div:before {
	content: '';
	display: table-cell;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 50px;
	margin-right: 15px;
}
.locations p {
	display: table-cell;
	padding-left: 20px;
}

.locations .north-america:before { background-image: url('../img/contact-na.svg'); }
.locations .europe:before { background-image: url('../img/contact-europe.svg'); }
.locations .asia:before { background-image: url('../img/contact-asia.svg'); }
.locations .uk:before { background-image: url('../img/contact-uk.svg'); }

/********

Legal pages 

********/

.legal .main{
	width: 100% !important;
	max-width: 750px;
	margin-bottom: 100px;
}
.legal .legal-main {
	padding-top: 100px;
	width: inherit;
	max-width: inherit;
	margin-bottom: inherit;
}
.legal .item {
	padding-bottom: 0;
	margin-bottom: -50px;
	padding-top:90px;
	line-height: 160%;
}

.legal .item:last-of-type {
	margin-bottom: 10px;
}

.legal .return{
	text-align: right;
}
.legal .intro h1 {
	color: #222;
}
.legal .tint {
	background-color: transparent;
}
	
.notfound h1 {
	color: #1F9FCA;
	font-size: 20em;
	font-weight: 900;
	line-height: 1.2em;
	text-align: center;
}

.notfound p {
	text-align: center;
	margin-bottom: 4em;
}
#features-list td {
	padding-bottom: 1.5em;
	vertical-align: top;
}
#features-list td:first-of-type {
	width: 30%;
}
#features-list table {
	width: 100%;
	max-width: 900px;
	margin-bottom: 0px;
}
#features-list table td {
	border: 1px solid black;
	padding: 10px;
}
#features-list table:last-of-type {
margin-bottom: 0;
}

#features-list h3 {
	font-size: 1.5em;
	padding-top: 100px;
}
#features-list h4 {
	margin-top: 30px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-indent: -99999px;
    background: url('../img/up-arrow.png') rgba(34,34,34,.2);
    border-radius: 4px;
    background-size: contain;
    display: none;
    width: 4em;
    height: 4em;
}

.back-to-top:hover {    
    background-color: rgba(31,159,202,.80);
}

/********

advertisement

********/

.advertisement {
	background: rgba(25,170,219,0.9);
	text-align: center; 
	width: 100%; 
	margin: 0;
	display: none;
	position: absolute;
}

.advertisement .btn-mini,
.advertisement .btn-link {
	margin-left: .6em;
	text-transform: uppercase;
}

.advertisement div,
.advertisement div:hover {
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
 		 	}

.advertisement div:hover {
	background: rgba(0,0,0,.15);
} 

.advertisement a,
.advertisement a:hover {
 	text-decoration: none !important;
 	color: #fff;
}
.advertisement div {
	margin: 0 auto; 
	color: #fff; 
	padding: 10px 0; 
	font-size: 1em; 
	line-height: normal;
	}
.advertisement p {
	margin: 0;
	font-size: 1.2em;
	letter-spacing: 0.5px;
}

/* display:none when ad is hidden, hide this code when ad should show */
.advertisement { 
	display: none !important;
}

/********

Demo block [any page]

********/

#demo-block {
	padding: 70px 0 100px;
	min-width: 100%;
	background: #1f9fca;
	text-align: center;
	color: #fff;
}

#demo-block h1,
#demo-block h2 {
	margin: 20px auto 50px;
	font-weight: 300;
}

#demo-block .btn {
	font-size: 110%;
	padding: 1.4em 1.8em;
	border: none;
	background: rgba(255,255,255,.25);
	color: white;
}

#demo-block .btn:hover {
	background: #fff;
	color: #1f9fca;
}

/* modal */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          
	border: none;
	border-radius: 0;          
}
.YouTubeModal .modal-content {
	background: #000;
}
.YouTubeModal button.close {
	color: #fff;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 1em;
  padding: 15px;
  border: none;
  /* padding: 0; */
}
.modal-header .close {
  margin-top: -2px;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.modal-title {
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-align: left;
  font-size: 1.8em;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border: none;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer:after {
  clear: both;
  display: table;
  content: " ";
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 70%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.video-testimonial {
	 background: #4d4d4d no-repeat center center;
	 background-size: cover;
	 margin: 0;
	 padding: 0;
}
#home .video-testimonial.cloudera {
	background-image: url('../img/success-stories/cloudera/cloudera-video-placeholder.jpg'); 
}
#home #tfma-video {
	background-image: url('../img/success-stories/tfma/tfma-video-placeholder.jpg'); 
}
.video-testimonial .tint {
	padding-top: 80px;
	background: rgba(0,0,0,.4);
}
.video-testimonial button {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 100%;
}
.video-testimonial h6 {
	opacity: .9;
	filter: alpha(opacity=90);
	font-weight: 600;
}
.video-testimonial button,
.video-testimonial button:hover,
.video-testimonial button:focus {
	outline: none;
}
.video-testimonial .success-cta {
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 80px;
	background: rgba(255,255,255,.2)
}

.video-testimonial .success-cta a {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	margin-top: 0;
}
.video-testimonial .success-cta a:hover {
	background: rgba(31,159,202,.7);
}

.video-testimonial img.client-logo {
	max-width: 200px;
	text-align: center;
	margin: 0 auto 20px;
}

.video-testimonial .modal-body {
	padding: 0;
}

.play,
.play:hover,
.play-button,Technovation Challenge
.play-button:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }

.play {
    border: 5px solid rgba(255,255,255,0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: rgba(255,255,255,.1);
}
.play-button {
    position:relative;
    top: 20px;
    left: 39%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 28px solid rgba(255,255,255,0.8);
    border-radius: 2px;
    text-indent: -9999px;
}
.play:hover .play-button {
    border-left-color: rgba(31,159,202,1);
}

.play:hover {
	 border-color: rgba(31,159,202,1);
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* giving back */
#giving-back .main h2 {
	margin-bottom: 0.25em;
}

#giving-back #masthead {
	background: url('../img/masthead/giving-back.jpg') 100% 50% no-repeat;
	background-size: cover;
}

#giving-back #masthead .tint {
	background: #1f9fca;
	background: rgba(31,159,202,.8);
}
.nonprofits li {
	padding: 20px 25px;
	margin-bottom: 1.5em;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}
.nonprofits img {
	max-height: 60px;
	margin: 0;
	display: block;
}

#giving-back .gallery img {
	padding: 0;
	margin: 0;
	float: left;
	width: 47.5%;
	padding: 1%;
}
.nonprofits p {
	margin-top:1em;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gratitude img {
	width: 24%;
	float: left;
	margin: 0 2px 2px 0;
}


/* partners page */

#partners #masthead {
	background: url('../img/masthead/partner-programs.jpg') 100% 100% no-repeat;
	background-size: cover;
}

#partners #masthead .tint{
	background: rgba(31,159,202,.7);
}
#partners .row-fluid .nav-item {
	float: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	max-width: 150px;
}

#partners .row-fluid .nav-item .down {
	width: 20%;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}
#partners .row-fluid .nav-item:hover .down {
	margin-top: 30px;
	margin-bottom: 0;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}
#partners .program {
	padding: 65px 0;
}
#refer {background: #eee;}
#resell {background:#ddd;}
#integrate {background:#ccc;}
#partners .program .icon {
	margin-top: 10px;
	max-width: 72px;
}
#partners .call-out {
	background: #8A8A8A;
	color: white;
	padding: 20px 30px;
	margin-bottom: 2em;	
}
#partners .call-out h3 {
font-weight: 400;
font-size: 1.4em;
}
#partners .description {
	margin-left: 0;
}

/* resources */

#resources #masthead {
	background: url('../img/masthead/resources.jpg') 100% 100% no-repeat;
	background-size: cover;
}
#resources a .community-cta,
#resources .community-cta {
	color: white;
	text-align: right;
	background: rgba(0,0,0,.1);
	white-space: normal;
}
#resources .community-cta > div {	
	text-align: right;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#resources .community-cta:hover {	
	background: rgba(0,0,0,.2);
}
#resources header a:hover {
	text-decoration: none;
}
#resources .featured-wrap {
	border: 1px solid #999999;
	border-radius: 1px;
	padding: 50px 50px 30px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
}
#resources .featured-content:before {
	content:'';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -30px;
	margin-left: -30px;
	padding: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
#resources .featured-content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
}

#resources .blog:before {background-image: url('../img/resources/blog.png');}
#resources .ebook:before {background-image: url('../img/resources/ebook.svg');}
#resources .guide:before {background-image: url('../img/resources/guide.svg');}
#resources .success-story:before {background-image: url('../img/resources/success-story.svg');}
#resources .video:before {background-image: url('../img/resources/video.svg');}
#resources .webinar:before {background-image: url('../img/resources/webinar.svg');}
#resources .whitepaper:before {background-image: url('../img/resources/whitepaper.svg');}

#resources .key {
	margin-left: 0;
	margin-top: 20px;
}
#resources .key li {
	margin-bottom: 1.2em;
	margin-right: 1.2em;
}
#resources .key li:last-of-type {
	margin-right: 0;
}
#resources .key li:before {
	padding: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	content: '';
	background-size: contain;
	height: 50%;
	margin-right: 10px;
}
#resources .divider {
	background: #1f9fca;
	color: #fff;
	padding: 10px 15px;
}
.resource-wrap {
	width: 17.6666667%;
	margin-right: 1.6666667%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.category a:hover,
.category a:active,
.category a:focus {
	text-decoration: none;
}
@media (max-width: 990px) { 
	.resource-wrap {
		width: 31%;
	}
	#resources .demo-block h2 {
		font-size: 1.8em;
		line-height: 130%;
	}
}
@media (max-width: 640px) { 
	.resource-wrap {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.the-resource {
	position: relative;
	padding: 30px 20px 20px;
	margin-top: 50px;
	background: #f2f2f2;
	border-radius: 1px;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}
.the-resource:hover {
	background: #ddd;
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		 	transition: 0.2s ease-in-out;
}
.the-resource:before {
	content:'';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -20px;
	margin-left: -20px;
	padding: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.the-resource p,
.the-resource p:hover,
.the-resource h6,
.the-resource h6:hover {
	white-space: normal;
	color: #222;
	text-decoration: none;
}
.the-resource .btn-link {
	color: #1f9fca;
}
.the-resource .btn-link:hover {
	color: #167290;
}
#resources #blog ul {
	margin-bottom: 2em;
}
#resources #blog li {
	text-align: left;
}
#resources #blog li a {
	white-space: normal;
}
#resources #blog {
	background: #f2f2f2;
}

/* individual feature pages */

.featurepage .tint {
	padding-top: 100px;
}
.featurepage header .intro {
	padding-bottom: 40px;
	margin-top: 0;
}
@media (min-width: 640px) {
	.featurepage .hero {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */		
		-ms-flex: initial;
			flex: initial;
		-ms-flex-basis: initial;
			flex-basis: initial;
		-ms-justify-content: center;
			justify-content: center;
	}
	.featurepage [class*="span"].hero-img {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-ms-align-items: flex-end;
			align-items: flex-end;
	}
}
.featurepage img {
	max-width: 100%;
}
.featurepage .body {
	/* padding-top: 20px; */
	padding-bottom: 60px;
}
.featurepage h3 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
}
.featurepage .content p {
	margin-bottom: 2em;
}
.featurepage .perfect {
	padding: 20px 0;
	background: #e6e6e6;
}
.featurepage header .intro {
	margin-bottom: 0;
}
.featurepage header .intro h1 {
	margin-top: 40px;
}
.featurepage header .btn {
	background-color: white;
	color: #1f9fca;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.featurepage header .btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
@media (max-width: 768px) {
	.featurepage .perfect [class*="span"]:first-of-type {
		text-align: center;
	}
	.featurepage .perfect .perfect-for {
		border-left: none;
		text-align: center;
		padding-left: 0;
	}
}

.event-types .case-study,
.event-types [class*="span"].case-study {
	border: 1px solid #ccc;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-bottom: 25px;
	white-space: normal;
}
.event-types .case-study a {
	padding: 20px;
	display: block;
	white-space: normal;
	color: #222;
}
.event-types .case-study:hover {

	background: #eee;
	border-color: #eee;
}
.event-types .case-study:hover a,
.event-types .case-study a:hover  {
	text-decoration: none;
}
.event-types .case-study .btn {
	color: #1f9fca;
}
.event-types .case-study .app-icon {
	width: 25%;
	}
.event-types .case-study .app-icon img {
	box-shadow: 0 0 2px #ccc;
}

/* masonry */

.js-masonry .item { 
	width: 19%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
            position: relative;
	}

.js-masonry .item .inner {
	margin: 10px; 
	background-color: #fff; 
	/* border: 1px solid #aaa; */
	padding: 20px 20px 10px; 
	border-radius: 2px; 
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
	opacity: 1;
	}

.js-masonry .item a .inner:hover {
	-webkit-box-shadow: 3px 3px 20px #ccc;
	   -moz-box-shadow: 3px 3px 20px #ccc;
	   		box-shadow: 3px 3px 20px #ccc;
}
	
.js-masonry a {white-space: normal;}

.js-masonry .item a {
	color: #222;
	}
	
.js-masonry .item p a {
	color: #1f9fca;
}

.js-masonry .item.feature p a {
	color: #fff;
	text-decoration: underline;
}
	
.js-masonry a div:hover,
.js-masonry .feature a div:hover {
	-webkit-transition: 0.2s ease-in-out;
 	   -moz-transition: 0.2s ease-in-out;
 	    -ms-transition: 0.2s ease-in-out;
 		 -o-transition: 0.2s ease-in-out;
 		    transition: 0.2s ease-in-out;
	}
.js-masonry a div:hover { background: #bbb; }
.js-masonry .feature a div:hover { opacity: 0.8; filter: alpha(opacity=80); background: #1f9fca; }
		
.js-masonry a,
.js-masonry a:hover,
.js-masonry .feature a:hover {
	text-decoration: none;
}

.js-masonry a,
.js-masonry a:hover {
	text-decoration: none;
}

.js-masonry .credit {font-size: 80%; line-height: 130%; margin-top: 20px; }
#awards .item img {
	height: 40px;
}
	
@media (max-width: 1200px) {
	.js-masonry .item { width: 32%; }
	}
		
@media (max-width: 767px) {
	.js-masonry .item { width: 49%; }
	}
		
@media (max-width: 639px) {
	.js-masonry .item { width: 100%;
	margin-right: 0; }
	}
	