/*!
 * Bootstrap v2.1.0
 *
 * 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
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%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}
#map_canvas 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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
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;
}
::selection {
  background: #00a3e2;
  color: #ffffff;
  /* Safari */

}
::-moz-selection {
  background: #00a3e2;
  color: #ffffff;
  /* Firefox */

}
.futura {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.futuraBold {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.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;
  *behavior: url('../js/boxsizing.htc');
}
body {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #455560;
  background-color: #ffffff;
  
}
a {
  color: #007eaf;
  text-decoration: none;
}
a:hover {
  color: #004763;
  text-decoration: none;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.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;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  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;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.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;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1140px;
  margin: 0 auto;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
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;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #c3c3c2;
  border-bottom: 1px solid #ffffff;
}
abbr[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: 16px;
  font-weight: 300;
  line-height: 25px;
}
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;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 27px;
  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: 18px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "futura-pt", "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: 9px;
  font-size: 18px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea {
  width: 210px;
}
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 .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .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(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
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;
  border: 1px solid #bbb;
  background-color: #ffffff;
}
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;
}
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: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.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;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
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 {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.infield {
  position: absolute;
}
table {
  max-width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.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: normal;
  background-color: #2f3b42;
  color: #ffffff;
}
.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-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 {
  -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 {
  -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 tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -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 tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.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-right-topleft: 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 [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/content/css/fonts/fontawesome-webfont.eot');
  src: url('/content/css/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/content/css/fonts/fontawesome-webfont.woff') format('woff'), url('/content/css/fonts/fontawesome-webfont.ttf') format('truetype'), url('/content/css/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
	------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	readers do not read off random characters that represent icons */
.icon-ok:before {
  content: "\f00c";
  color:#00a3e2;
}
.icon-ok-sign:before {
  content: "\f14a";
  color:#00a3e2;
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-print:before {
  content: "\f02f";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-search:before {
  content: "\f002";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
  outline: 0;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 10px;
  z-index: 900;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  *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 .alert {
  font-size: 16px;
}
.dropdown-menu ul {
  float: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu ul li {
  float: left;
}
.dropdown-menu ul li a {
  font-size: 15px;
  display: inline;
}
.dropdown-menu ul li a:hover {
  background: transparent;
}
.dropdown-menu form {
  margin: 0 0 5px 0;
}
.dropdown-menu form input[type='submit'] {
  margin: 8px 0 10px 0;
}
form#logonForm ul {
  float: none;
  padding: 0;
  margin: 0;
}
form#logonForm ul li {
  float: right;
  display: inline;
  list-style:none !important;
}
form#logonForm ul li a {
  font-size: 15px;
  
}
form#logonForm ul li a:hover {
  background: transparent;
}

form#logonForm ul {
  float: none !important;
  width: 100%;
  margin: 0;
}
form#logonForm ul li {
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}
form#logonForm ul li:first-child {
  border-left: 1px solid #c3c3c2;
}
form#logonForm ul.pull-right {
  right: 0;
  left: auto;
}
.main-nav ul li div div ul {
  float: none !important;
  width: 100%;
  margin: 0;
}
.main-nav ul li div div ul li {
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}
.main-nav ul li div div ul li:first-child {
  border-right: 1px solid #c3c3c2;
}
.formDisable {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.formDisable img {
  width: 32px;
  margin-top: 50%;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #007eaf;
  background-color: #0077a5;
  background-image: -moz-linear-gradient(top, #007eaf, #006c96);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007eaf), to(#006c96));
  background-image: -webkit-linear-gradient(top, #007eaf, #006c96);
  background-image: -o-linear-gradient(top, #007eaf, #006c96);
  background-image: linear-gradient(to bottom, #007eaf, #006c96);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007eaf', endColorstr='#ff006c96', GradientType=0);
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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;
  overflow: visible \9;
  -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: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 20px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 16px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 15px;
  line-height: 16px;
}
.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 {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0067af;
  background-image: -moz-linear-gradient(top, #007eaf, #0044af);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007eaf), to(#0044af));
  background-image: -webkit-linear-gradient(top, #007eaf, #0044af);
  background-image: -o-linear-gradient(top, #007eaf, #0044af);
  background-image: linear-gradient(to bottom, #007eaf, #0044af);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007eaf', endColorstr='#ff0044af', GradientType=0);
  border-color: #0044af #0044af #002663;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044af;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044af;
  *background-color: #003a96;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00307c \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.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-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.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;
}
.btn-cyan {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0091ca;
  background-image: -moz-linear-gradient(top, #00a1e0, #0079a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a1e0), to(#0079a8));
  background-image: -webkit-linear-gradient(top, #00a1e0, #0079a8);
  background-image: -o-linear-gradient(top, #00a1e0, #0079a8);
  background-image: linear-gradient(to bottom, #00a1e0, #0079a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1e0', endColorstr='#ff0079a8', GradientType=0);
  border-color: #0079a8 #0079a8 #00425c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0079a8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-cyan:hover,
.btn-cyan:active,
.btn-cyan.active,
.btn-cyan.disabled,
.btn-cyan[disabled] {
  color: #ffffff;
  background-color: #0079a8;
  *background-color: #00678f;
}
.btn-cyan:active,
.btn-cyan.active {
  background-color: #005475 \9;
}
a.btn-lime
{
	color:#2b3943;
	font-size:18px;
	font-weight: 700;
}
.btn-lime {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c0c91b;
  background-image: -moz-linear-gradient(top, #d3dd25, #a3ac0b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3dd25), to(#a3ac0b));
  background-image: -webkit-linear-gradient(top, #d3dd25, #a3ac0b);
  background-image: -o-linear-gradient(top, #d3dd25, #a3ac0b);
  background-image: linear-gradient(to bottom, #d3dd25, #a3ac0b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3dd25', endColorstr='#ffa3ac0b', GradientType=0);
  border-color: #a3ac0b #a3ac0b #5f6406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a3ac0b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #2b3943;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.btn-lime:hover,
.btn-lime:active,
.btn-lime.active,
.btn-lime.disabled,
.btn-lime[disabled] {
  color: #ffffff;
  background-color: #a3ac0b;
  *background-color: #8c9409;
}
.btn-lime:active,
.btn-lime.active {
  background-color: #767c08 \9;
}
.btn-lime:hover {
  color: #2b3943;
}
a.btn-orange
{
	color: #ffffff;
	font-size:18px;
	font-weight: 700;
}
.btn-orange {
	color: #ffffff;
	background-color: #f3b35e;
	background-image: linear-gradient(to bottom, #f3b35e, #f3b35e);
	border-color: #f3b35e #f3b35e #f3b35e;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #ffffff;
	background-color: #f3b35e;
	background-image: linear-gradient(to bottom, #f3b35e, #f3b35e);
	border-color: #f3b35e #f3b35e #f3b35e;
}
.btn-orange:active,
.btn-orange.active {
  background-color: #767c08 \9;
}
.btn-orange:hover {
  color: #2b3943;
}
.btn-blueDark {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
  border-color: #323c44 #323c44 #121518;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #323c44;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blueDark:hover,
.btn-blueDark:active,
.btn-blueDark.active,
.btn-blueDark.disabled,
.btn-blueDark[disabled] {
  color: #ffffff;
  background-color: #323c44;
  *background-color: #272f35;
}
.btn-blueDark:active,
.btn-blueDark.active {
  background-color: #1c2227 \9;
}
.btn-brown {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a4a19c;
  background-image: -moz-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0ada8), to(#918e8b));
  background-image: -webkit-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -o-linear-gradient(top, #b0ada8, #918e8b);
  background-image: linear-gradient(to bottom, #b0ada8, #918e8b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0ada8', endColorstr='#ff918e8b', GradientType=0);
  border-color: #918e8b #918e8b #6b6865;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #918e8b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-brown:hover,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
  color: #ffffff;
  background-color: #918e8b;
  *background-color: #85817e;
}
.btn-brown:active,
.btn-brown.active {
  background-color: #787571 \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;
}
.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;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal p {
  line-height: 26px;
}
.modal p em {
  background-color: #2f3b42;
  display: block;
  padding: 8px;
  color: #ffffff;
  font-weight: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-style: normal;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 450px;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 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-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
header {
	background-color:#FFF;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: inset 0px -1px 0px 0px #c3c3c2;
  -moz-box-shadow: inset 0px -1px 0px 0px #c3c3c2;
  box-shadow: inset 0px -1px 0px 0px #c3c3c2;
}
header .logo {
  display: block;
  float: left;
  margin: 27px 0 30px 0;
}
header .top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin: 20px 0 30px 0;
  float: right;
}
header .top-nav ul:before,
header .top-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
header .top-nav ul:after {
  clear: both;
}
header .top-nav ul li {
  float: left;
  color: #00a3e2;
  text-shadow: 1px 1px 0px #ffffff;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #c4c4c2;
}
header .top-nav ul li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
header .top-nav ul li a {
  color: #2f3b42;
}
header .top-nav ul li a:hover {
  color: #007eaf;
}
header .main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
header .main-nav ul li {
  float: left;
  font-size: 22px;
  margin-left: 25px;
  text-shadow: 1px 1px 0px #ffffff;
}
header .main-nav ul li a {
  color: #2f3b42;
}
header .main-nav ul li a:hover {
  color: #007eaf;
}
header .main-nav ul li a.btn {
  color: #ffffff;
  margin-top: -4px;
  padding: 3px 14px 5px 14px;
}
header .mobile-nav {
  display: none;
}
.hero {
	height: 330px;
	padding-top: 28px;
	background: url('/content/site_images/TLBackground2024.jpg');
	background-size: cover;
	border-bottom: 5px solid #00a3e2;
	text-align: center;
}
.hero h1 {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  line-height: 28px;
  margin-bottom: 30px;
}
.video {
  margin-bottom: 10px;
}
.video a img {
  vertical-align: bottom !important;
  float: left;
  width: 25%;
  margin-top: 13.4%;
}
.video a img.right {
  float: right;
}
.video article {
  float: left;
  width: 50%;
}
.video article a img {
  width: 100%;
  float: none;
  margin: 0;
}
.hero-bullets 
background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  text-align: center;
}
.hero-bullets hr {
  margin: 0;
}
.hero-bullets .home-video {
  margin: -16% auto 0 auto;
  width: 50%;
}
.hero-bullets .screenshots {
  margin: -16% auto 0 auto;
  vertical-align: bottom;
}
.hero-bullets ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin-bottom: 35px;
}
.hero-bullets ul:before,
.hero-bullets ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.hero-bullets ul:after {
  clear: both;
}
.hero-bullets ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('/content/js/boxsizing.htc');
  font-size: 20px;
  text-shadow: 1px 1px 0px #ffffff;
  position: relative;
}
.hero-bullets ul li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  color: #00a3e2;
  font-size: 16px;
  margin-right: 4px;
}
.hero-bullets .button {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.hero-bullets .btn {
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 15px;
  font-size: 18px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
.hero-bullets .btn i {
  color: #262f33;
  padding: 0px 4px;
}
.hero-bullets .btn:after {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px #ffffff;
  width: 100%;
  height: 100%;
}
.hero-bullets .shadow {
  vertical-align: bottom;
}
.landing-center {
  text-align: center;
}
.landing-center h2 {
  margin-top: 30px;
  font-size: 36px;
  text-shadow: 0px 1px 0px #ffffff;
}
.landing-center h2 em {
  color: #007eaf;
  font-style: normal;
}
.landing-center p {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
.landing-center section {
  *zoom: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #2f3b42;
  padding: 15px;
  margin: 40px 0;
}
.landing-center section:before,
.landing-center section:after {
  display: table;
  content: "";
  line-height: 0;
}
.landing-center section:after {
  clear: both;
}
.landing-center section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.landing-center section ul li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
.landing-center .testimonials {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 40px 0;
}
.landing-center .testimonials:before,
.landing-center .testimonials:after {
  display: table;
  content: "";
  line-height: 0;
}
.landing-center .testimonials:after {
  clear: both;
}
.landing-center .testimonials li {
  float: left;
  text-shadow: 0px 1px 0px #ffffff;
  width: 25%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  color: #455560;
  font-size: 18px;
  margin-bottom: 20px;
}
.landing-center .testimonials li img {
  margin-bottom: 10px;
	-webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.landing-center  h1 {
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: normal;
  background-color: #000;
  padding: 10px;
  color: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.landing-center  h1 i {
  font-size: 18px;
  color: #00a3e2;
}
.landing-center p {
  font-size: 22px;
  line-height: 32px;
}

.clients-center {
  text-align: center;
}
.clients-center h2 {
  margin-top: 30px;
  font-size: 36px;
  text-shadow: 0px 1px 0px #ffffff;
}
.clients-center h2 em {
  color: #007eaf;
  font-style: normal;
}
.clients-center p {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
.clients-center section {
  *zoom: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #2f3b42;
  padding: 15px;
  margin: 40px 0;
}
.clients-center section:before,
.clients-center section:after {
  display: table;
  content: "";
  line-height: 0;
}
.clients-center section:after {
  clear: both;
}
.clients-center section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clients-center section ul li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom:10px;
}

.clients-center .clients {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 40px 0;
}
.clients-center .clients:before,
.clients-center .clients:after {
  display: table;
  content: "";
  line-height: 0;
}
.clients-center .clients:after {
  clear: both;
}
.clients-center .clients li {
  
  text-shadow: 0px 1px 0px #ffffff;
  
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  color: #455560;
  font-size: 18px;
  margin-bottom: 20px;
  text-align:left;
  
}
.clients-center .clients li img 
{
	float:left;
	width:75px;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.clients-center .clients li div.profileName
{
	float:left;
	margin-right:10px;
}
.clients-center .clients li div.shortBio
{
	
	float:left;
	
}
.clients-center .clients li div div.shortBio
{
	width:75%;
}
.clients-center .clients li div:after
{
	clear:both;
}

.clients-center  h1 {
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: normal;
  background-color: #2f3b42;
  padding: 10px;
  color: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.clients-center  h1 i {
  font-size: 18px;
  color: #00a3e2;
}

.clientModal img
{
	float:left;
	padding-top:30px;
}

.clientModal h3
{
	line-height:normal;
}


.free-trial {
  background-color: #3d4b54;
  padding: 15px 0;
  border-bottom: 1px solid #4c6270;
  -webkit-box-shadow: inset 0px 2px 12px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 2px 12px 0px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 2px 12px 0px rgba(0, 0, 0, 0.7);
}
.free-trial h3 {
  color: #ffffff;
  font-weight: normal;
}
.free-trial h3 i {
  color: #202426;
  font-size: 16px;
}
.free-trial h3 em {
  font-style: normal;
  color: #d5df26;
}
.free-trial a {
  display: block;
  text-align: center;
  background-color: #bfc91a;
  background-image: -moz-linear-gradient(top, #d2dc24, #a3ac0b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d2dc24), to(#a3ac0b));
  background-image: -webkit-linear-gradient(top, #d2dc24, #a3ac0b);
  background-image: -o-linear-gradient(top, #d2dc24, #a3ac0b);
  background-image: linear-gradient(to bottom, #d2dc24, #a3ac0b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2dc24', endColorstr='#ffa3ac0b', GradientType=0);
  padding: 8px 35px;
  font-size: 18px;
  color: #2b3943;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a3ac0b;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.free-trial a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  top: -10px;
  left: -10px;
  z-index: -1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.8), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.8), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.8), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
footer {
  background-color: #000000;
  padding: 20px 0;
}
footer h4 {
  color: #ffffff;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}
footer h4 em {
  font-style: normal;
  color: #d5df26;
}
footer form {
  *zoom: 1;
  background-color: #000000;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer form:before,
footer form:after {
  display: table;
  content: "";
  line-height: 0;
}
footer form:after {
  clear: both;
}
footer form p {
  position: relative;
  float: left;
  width: 48%;
}
footer form p.email {
  float: right;
}
footer form p.message {
  width: 100%;
}
footer form input[type='text'],
footer form textarea {
  width: 96%;
  background-color: #2e3940;
  background-image: -moz-linear-gradient(top, #2c373e, #303d44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c373e), to(#303d44));
  background-image: -webkit-linear-gradient(top, #2c373e, #303d44);
  background-image: -o-linear-gradient(top, #2c373e, #303d44);
  background-image: linear-gradient(to bottom, #2c373e, #303d44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c373e', endColorstr='#ff303d44', GradientType=0);
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
}
footer form textarea {
  width: 98%;
  resize: none;
  
}
footer form label {
  top: 5px;
  left: 5px;
  color: #8a99a3;
  font-size: 14px;
}
footer form input[type='submit'] {
  background-color: #3d4d55;
  background-image: -moz-linear-gradient(top, #40515a, #39464d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40515a), to(#39464d));
  background-image: -webkit-linear-gradient(top, #40515a, #39464d);
  background-image: -o-linear-gradient(top, #40515a, #39464d);
  background-image: linear-gradient(to bottom, #40515a, #39464d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40515a', endColorstr='#ff39464d', GradientType=0);
  border: 1px solid #39464d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a99a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
footer .span4 p {
  float: left;
	padding-right: 10px;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
footer .span4 p strong {
  font-weight: normal;
  color: #007eaf;
}
footer .span4 p.copyright {
  color: #6e767b;
}
footer .span4 p.copyright a {
  color: #6e767b;
  text-decoration: underline;
}
footer .span4 img {
  float: right;
}
footer .span4 ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .span4 ul li {
  float: right;
  font-size: 0;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-color: #929292;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: .8;
}
footer .span4 ul li:hover {
  opacity: 1;
}
footer .span4 ul li:last-child {
  margin: 0;
}
footer .span4 ul li.googlePlus a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/content/site_images/googlePlus.png') no-repeat;
}
img.appleDownload {
    height: 50px !important;
    margin-right: 10px;
    margin-top: 3px;
}
img.googlePlay {
    height: 50px !important;
    margin-right: 10px;
    margin-top: 3px;
}
footer .span4 ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/content/img/icons/icons-social.png') no-repeat;
}
footer .span4 ul li.twitter {
  background-color: #008dcd;
}
footer .span4 ul li.facebook {
  background-color: #1868a2;
}
footer .span4 ul li.facebook a {
  background-position: -39px 0;
}
footer .span4 ul li.linkedin a {
  background-position: -78px 0;
}
footer .span4 ul li.youtube a {
  background-position: -117px 0;
}
footer .span4 ul li.vimeo {
  background-color: #008dcd;
}
footer .span4 ul li.vimeo a {
  background-position: -118px 0;
}
footer .span4 .btn-news {
  float: left;
  width: 87%;
  margin: 0 0 30px 8px;
  z-index: 1;
  position: relative;
}
footer .span4 .btn-news:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -8px;
  top: -8px;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.nav-btn {
  float: right;
  margin-top: 25px;
}
.mobile-nav ul {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mobile-nav ul li {
  background-color: #0091c9;
  background-image: -moz-linear-gradient(top, #00a0de, #007aaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a0de), to(#007aaa));
  background-image: -webkit-linear-gradient(top, #00a0de, #007aaa);
  background-image: -o-linear-gradient(top, #00a0de, #007aaa);
  background-image: linear-gradient(to bottom, #00a0de, #007aaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a0de', endColorstr='#ff007aaa', GradientType=0);
}
.mobile-nav ul li a {
  display: block;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-nav ul li:first-child a {
  background-color: #404c55;
  background-image: -moz-linear-gradient(top, #4b5861, #2f3b42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b5861), to(#2f3b42));
  background-image: -webkit-linear-gradient(top, #4b5861, #2f3b42);
  background-image: -o-linear-gradient(top, #4b5861, #2f3b42);
  background-image: linear-gradient(to bottom, #4b5861, #2f3b42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b5861', endColorstr='#ff2f3b42', GradientType=0);
}
.mobile-nav ul li:last-child a {
  border: 0;
}
.mobile-nav ul li ul {
  display: none;
  padding: 0 0 20px 20px;
}
.mobile-nav ul li ul li {
  background: transparent;
}
.mobile-nav ul li ul li a {
  background: transparent;
  padding: 5px;
}
.mobile-nav ul li ul li:first-child a {
  background: transparent;
}
.pricing-tabs {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  text-align: center;
}
.pricing-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  display: inline-block;
  margin: 0 auto;
  border: 6px solid rgba(195, 189, 182, 0.4);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.pricing-tabs ul:before,
.pricing-tabs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.pricing-tabs ul:after {
  clear: both;
}
.pricing-tabs ul li {
  float: left;
}
.pricing-tabs ul li a {
  display: block;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cecece);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cecece));
  background-image: -webkit-linear-gradient(top, #ffffff, #cecece);
  background-image: -o-linear-gradient(top, #ffffff, #cecece);
  background-image: linear-gradient(to bottom, #ffffff, #cecece);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcecece', GradientType=0);
  color: #2f3b42;
  font-size: 20px;
  padding: 12px;
  text-shadow: 0px 1px 0px #ffffff;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
.pricing-tabs ul li a:hover {
  background-color: #d1d1d1;
  background-image: -moz-linear-gradient(top, #ededed, #a6a6a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#a6a6a6));
  background-image: -webkit-linear-gradient(top, #ededed, #a6a6a6);
  background-image: -o-linear-gradient(top, #ededed, #a6a6a6);
  background-image: linear-gradient(to bottom, #ededed, #a6a6a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffa6a6a6', GradientType=0);
}
.pricing-tabs ul li a.active {
  background-color: #b7b7b7;
  background-image: -moz-linear-gradient(top, #a7a7a7, #cecece);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a7a7a7), to(#cecece));
  background-image: -webkit-linear-gradient(top, #a7a7a7, #cecece);
  background-image: -o-linear-gradient(top, #a7a7a7, #cecece);
  background-image: linear-gradient(to bottom, #a7a7a7, #cecece);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7a7a7', endColorstr='#ffcecece', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  cursor: default;
}
.pricing-tabs ul li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #c9c9c9;
  border-right: 0;
}
.pricing-table .description {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
}
.pricing-table .description h2 {
  font-size: 26px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  background-image: url('/content/img/global/bokeh.jpg') repeat-x;
  
}
.pricing-table h2.unlimited {
  font-size: 26px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  background: url('/content/img/global/pattern-bokeh.jpg') repeat-x;
  color:White;
  border-color:#00a3e2;
}
.pricing-table .description p {
  font-size: 18px;
  line-height: 30px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.pricing-table .description img {
  vertical-align: bottom;
}
table.names {
  background: transparent;
  margin-top: 40px;
  width: 100%;
  font-size: 20px;
}
table.names td {
    width: 21.5%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  vertical-align: middle;
}
	table.names td.zero {
		background-color: #c2cacf; /* your base color – shows up as fallback */

		background-image: linear-gradient(to bottom, #e6b159 0%, #e6b159 100%);
		background-repeat: repeat-x; /* still useful if used on non-full-height elements */

		box-shadow: inset 0 1px 0 #989591, inset 0 2px 0 #c8c5c2;
	}
table.names td.one {
  background-color: #a4a19c;
  background-image: -moz-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0ada8), to(#918e8b));
  background-image: -webkit-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -o-linear-gradient(top, #b0ada8, #918e8b);
  background-image: linear-gradient(to bottom, #b0ada8, #918e8b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0ada8', endColorstr='#ff918e8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #989591, inset 0px 2px 0px #c8c5c2;
  -moz-box-shadow: inset 0px 1px 0px #989591, inset 0px 2px 0px #c8c5c2;
  box-shadow: inset 0px 1px 0px #989591, inset 0px 2px 0px #c8c5c2;
}
table.names td.two {
  background-color: #0088bd;
  background-image: -moz-linear-gradient(top, #0093cb, #0078a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0093cb), to(#0078a7));
  background-image: -webkit-linear-gradient(top, #0093cb, #0078a7);
  background-image: -o-linear-gradient(top, #0093cb, #0078a7);
  background-image: linear-gradient(to bottom, #0093cb, #0078a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0093cb', endColorstr='#ff0078a7', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #05668c, inset 0px 2px 0px #11aeeb;
  -moz-box-shadow: inset 0px 1px 0px #05668c, inset 0px 2px 0px #11aeeb;
  box-shadow: inset 0px 1px 0px #05668c, inset 0px 2px 0px #11aeeb;
}
table.names td.three {
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #6b7983;
  -moz-box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #6b7983;
  box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #6b7983;
}
table.names td.four {
  background-color: #d5b508;
  background-image: -moz-linear-gradient(top, #d5b508, #d5b508);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5b508), to(#d5b508));
  background-image: -webkit-linear-gradient(top, #d5b508, #d5b508);
  background-image: -o-linear-gradient(top, #d5b508, #d5b508);
  background-image: linear-gradient(to bottom, #d5b508, #d5b508);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5b508', endColorstr='#d5b508', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #d5b508;
  -moz-box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #d5b508;
  box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #d5b508;
    color: black;
    font-weight: bold;
}
table.names td.five {
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #6b7983;
  -moz-box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #6b7983;
  box-shadow: inset 0px 1px 0px #313c44, inset 0px 2px 0px #6b7983;
}
table.matrix {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
table.matrix td {
  width: 22.1%;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  background-color: #ffffff;
  text-align: center;
}
table.matrix td.featureTitle {
    padding-left: 8px;
}
table.matrix td.even {
  background-color: #eae9e6;
}
table.matrix td:first-child {
  text-align: left;
}
table.matrix tr.even-row td {
  background-color: #f1f0ed;
}
table.matrix tr.even-row td.even {
  background-color: #dddbd6;
}
.matrix-phone {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.matrix-phone li {
  background-color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.matrix-phone li:first-child {
  margin-top: 30px;
}
.matrix-phone li h3 {
  padding-left: 10px;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
}
.matrix-phone li.zero h3 {
	background-color: #c2cacf; /* your base color – shows up as fallback */

	background-image: linear-gradient(to bottom, #e6b159 0%, #e6b159 100%);
	background-repeat: repeat-x; /* still useful if used on non-full-height elements */
}
.matrix-phone li.one h3 {
  background-color: #a4a19c;
  background-image: -moz-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0ada8), to(#918e8b));
  background-image: -webkit-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -o-linear-gradient(top, #b0ada8, #918e8b);
  background-image: linear-gradient(to bottom, #b0ada8, #918e8b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0ada8', endColorstr='#ff918e8b', GradientType=0);
}
.matrix-phone li.two h3 {
  background-color: #0088bd;
  background-image: -moz-linear-gradient(top, #0093cb, #0078a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0093cb), to(#0078a7));
  background-image: -webkit-linear-gradient(top, #0093cb, #0078a7);
  background-image: -o-linear-gradient(top, #0093cb, #0078a7);
  background-image: linear-gradient(to bottom, #0093cb, #0078a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0093cb', endColorstr='#ff0078a7', GradientType=0);
}
.matrix-phone li.three {
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
}
.matrix-phone li.four {
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
}
.matrix-phone li.five {
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
}
.matrix-phone li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
}
.matrix-phone li ul li {
  display: table-row;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  *zoom: 1;
}
.matrix-phone li ul li:before,
.matrix-phone li ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.matrix-phone li ul li:after {
  clear: both;
}
.matrix-phone li ul li:first-child {
  margin: 0;
}
.matrix-phone li ul li:nth-child(even) {
  background-color: #f1f0ed;
}
.matrix-phone li ul li:nth-child(even) i {
  background-color: #dddbd6;
}
.matrix-phone li ul li strong {
  display: table-cell;
  width: 70%;
  font-weight: normal;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  vertical-align: middle;
}
.matrix-phone li ul li i {
  display: table-cell;
  background-color: #f1f0ed;
  width: 30%;
  font-style: normal;
  text-align: center;
  -webkit-box-shadow: inset 5px 2px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 2px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 2px 2px -3px rgba(0, 0, 0, 0.2);
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  vertical-align: middle;
}
.other-plans section {
  background-color: #0088bd;
  background-image: -moz-linear-gradient(top, #0093cb, #0078a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0093cb), to(#0078a7));
  background-image: -webkit-linear-gradient(top, #0093cb, #0078a7);
  background-image: -o-linear-gradient(top, #0093cb, #0078a7);
  background-image: linear-gradient(to bottom, #0093cb, #0078a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0093cb', endColorstr='#ff0078a7', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *zoom: 1;
  margin-bottom: 30px;
}
.other-plans section:before,
.other-plans section:after {
  display: table;
  content: "";
  line-height: 0;
}
.other-plans section:after {
  clear: both;
}
.other-plans section h3 {
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  float: left;
}
.other-plans section .btn {
  margin-top: 5px;
}
.other-plans h4 {
  margin: 0 0 8px 0;
}
.other-plans p {
  margin-bottom: 20px;
}
.other-plans article {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.other-plans article ul {
  *zoom: 1;
  background-color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
.other-plans article ul:before,
.other-plans article ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.other-plans article ul:after {
  clear: both;
}
.other-plans article ul li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.other-plans article ul li:before {
  font-family: fontAwesome;
  content: '\f00c';
  color: #00a3e2;
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 15px;
  margin-right: 4px;
}
.other-plans article ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('/content/js/boxsizing.htc');
}




.principal-plans section {
  background-color: #0088bd;
  background-image: -moz-linear-gradient(top, #0093cb, #0078a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0093cb), to(#0078a7));
  background-image: -webkit-linear-gradient(top, #0093cb, #0078a7);
  background-image: -o-linear-gradient(top, #0093cb, #0078a7);
  background-image: linear-gradient(to bottom, #0093cb, #0078a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0093cb', endColorstr='#ff0078a7', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *zoom: 1;
  margin-bottom: 30px;
}
.principal-plans section:before,
.principal-plans section:after {
  display: table;
  content: "";
  line-height: 0;
}
.principal-plans section:after {
  clear: both;
}
.principal-plans section h3 {
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  float: left;
}
.principal-plans section .btn {
  margin-top: 5px;
}
.principal-plans h4 {
  margin: 0 0 8px 0;
}
.principal-plans p {
  margin-bottom: 20px;
}
.principal-plans article {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.principal-plans article ul {
  *zoom: 1;
  background-color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
.principal-plans article ul:before,
.principal-plans article ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.principal-plans article ul:after {
  clear: both;
}
.principal-plans article ul li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.principal-plans article ul li:before {
  font-family: fontAwesome;
  content: '\F068';
  color: #00a3e2;
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 15px;
  margin-right: 4px;
}
.principal-plans article ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('/content/js/boxsizing.htc');
}





.page-title {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  border-bottom: 1px solid #c3c3c2;
  padding: 15px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
  margin-bottom: 1px;
}
.page-title h1 {
  font-weight: normal;
  font-size: 46px;
  text-shadow: 1px 1px 0px #ffffff;
}
.page-title h1 em {
  font-style: normal;
  color: #00a3e2;
}
.page-title .btn {
  display: block;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
  font-size: 18px;
  padding: 10px 0;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 8px;
}
.page-title .btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -9px;
  top: -9px;
  padding: 9px;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px 0px #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.checklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.checklist li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.checklist li:before {
  font-family: fontAwesome;
  content: '\f00c';
  color: #00a3e2;
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 15px;
  margin-right: 4px;
}
.featurechecks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.featurechecks li {
  margin-bottom: 10px;
  padding-left: 18px;
}
.featurechecks li:before {
  font-family: fontAwesome;
  content: '\f00c';
  color: #00a3e2;
  left: 0px;
  font-size: 15px;
  margin-right: 4px;
}
.page h2 {
  font-weight: normal;
  font-size: 36px;
}
.page h2 em {
  font-style: normal;
  color: #00a3e2;
}
.page h3 {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #00a3e2;
  margin: 0 0 4px 0;
  font-size: 20px;
  line-height: 23px;
}
.page p {
  font-size: 18px;
  line-height: 26px;
  text-shadow: 1px 1px 0px #ffffff;
  margin-bottom: 26px;
}
.page hr {
  margin: 30px 0;
  clear: both;
}
.blue-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 30px 10px 30px;
  margin-bottom: 30px;
  font-size: 18px;
}
.blue-bullets:before,
.blue-bullets:after {
  display: table;
  content: "";
  line-height: 0;
}
.blue-bullets:after {
  clear: both;
}
.blue-bullets li {
  margin-bottom: 10px;
  margin-top: 25px;
  text-shadow: none;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #c3c3c2;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
}
.blue-bullets li:last-child {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blue-bullets li strong {
  font-weight: normal;
  font-size: 22px;
  color: #007eaf;
  text-shadow: none;
}
.blue-bullets li p {
  text-shadow: none;
}
.blue-bullets li:before {
  font-family: fontAwesome;
  font-size: 16px;
  content: '\f00c';
  color: #00a3e2;
  margin-right: 4px;
  position: absolute;
  left: 0;
}
.intro h1 {
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: normal;
  background-color: #2f3b42;
  padding: 10px;
  color: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.intro h1 i {
  font-size: 18px;
  color: #00a3e2;
}
.intro p {
  font-size: 22px;
  line-height: 32px;
}
.intro div {
  padding: 20px;
  background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
  margin-bottom: 40px;
}
.intro div:before,
.intro div:after {
  display: table;
  content: "";
  line-height: 0;
}
.intro div:after {
  clear: both;
}
.intro div p {
  float: right;
  text-shadow: 1px 1px 0px #ffffff;
  text-align: center;
  width: 15%;
  font-size: 16px;
  line-height: 18px;
  background: url('/content/img/global/bg-pattern-light.png') repeat;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('/content/js/boxsizing.htc');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  border: 4px solid #c3c3c2;
}
.intro div p em {
  font-style: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #c3c3c2;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
}
.intro div p img {
  max-width: 65px;
  margin-bottom: 10px;
}
.intro div p .btn {
  margin-top: 8px;
}
.intro div p.brochure {
  clear: right;
}
.intro ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 85%;
}
.intro ul li {
  float: left;
  line-height: 22px;
  width: 29%;
  margin: 0 0 25px 4%;
  text-shadow: 1px 1px 0px #ffffff;
}
.intro ul li strong {
  color: #007eaf;
}
.intro ul li.row {
  clear: both;
  margin: 0;
}
.alignleft {
  width: 35%;
  float: left;
  margin: 0 30px 30px 0;
}
.alignright {
  width: 35%;
  float: right;
  margin: 0 0 30px 30px;
}
.btn-video {
  float: left;
  width: 35%;
}
.maincol {
  margin: 30px 0;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../js/boxsizing.htc');
  -webkit-box-shadow: 6px 0px 6px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px 0px 6px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 0px 6px -3px rgba(0, 0, 0, 0.1);
}
aside {
  margin: 30px 0;
}
aside section {
  margin-bottom: 60px;
}
aside section h3 {
  font-weight: normal !important;
  color: #2f3b42 !important;
  font-size: 28px !important;
  margin-bottom: 8px !important;
}
aside section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
aside section ul li {
  border-top: 1px solid #c3c3c2;
  margin-top: 10px;
  padding-top: 10px;
}
aside section ul li div
{
	width:10px;
	background-color: #0091ca !important;
	display:none;
	height:24px;
	float:left;
	margin-right:5px;
}

aside section ul li.active div {
  display:block;
}

aside section ul li:first-child {
  border: 0;
}
aside section.newsletter {
  color: #ffffff;
  background-color: #313a41;
  background-image: -moz-linear-gradient(top, #3c4851, #20262a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c4851), to(#20262a));
  background-image: -webkit-linear-gradient(top, #3c4851, #20262a);
  background-image: -o-linear-gradient(top, #3c4851, #20262a);
  background-image: linear-gradient(to bottom, #3c4851, #20262a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c4851', endColorstr='#ff20262a', GradientType=0);
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
aside section.newsletter h3 {
  color: #d5df26 !important;
  text-shadow: none;
  line-height: 30px;
}
aside section.newsletter p {
  text-shadow: none;
  margin: 0 0 8px 0;
}
.well {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.well-light {
  background: url('/content/img/global/bg-pattern-light.png') repeat;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.well-large {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 20px;
  font-size: 22px;
  line-height: 36px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.center {
  *zoom: 1;
  margin: 30px auto;
  width: 50%;
}
.center:before,
.center:after {
  display: table;
  content: "";
  line-height: 0;
}
.center:after {
  clear: both;
}
.center hr {
  height: 6px;
  clear: both;
  background-color: #eae9e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.center h4 {
  margin: 0;
}
.center h4 em {
  font-style: normal;
  color: #00a3e2;
}
.center.long {
  width: 80%;
}
.center.missing {
  text-align: center;
  margin-bottom: 80px;
}
.center.missing h1 {
  font-size: 200px;
  line-height: 160px;
  text-shadow: 8px 8px 0px #edecea;
}
.center.missing h4 {
  color: #00a3e2;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c3c3c2;
}
.center.missing p {
  font-size: 20px;
}
.subnav {
  background: url('/content/img/shadows/shadow-subnav.png') no-repeat;
  background-position: top right;
  padding-top: 33px;
  height: 680px;
}
.subnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.subnav ul li a {
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #c3c3c2;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  text-shadow: 1px 1px 0px #ffffff;
}
.subnav ul li a.active {
  background: url('/content/img/global/bg-pattern-light.png') repeat;
  color: #c3c3c2;
  cursor: default;
}
.subnav ul li:first-child a {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.subnav ul li:first-child a.active {
  border-top: 1px solid #c3c3c2;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
}
.subnav ul li:last-child a.active {
  border-bottom: 1px solid #c3c3c2;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
}
.span9 {
  padding-top: 30px;
}
.span9 p {
  line-height: 28px;
  margin-bottom: 20px;
}
.team article img {
  float: left;
  border: 5px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 0 20px 20px 0;
}
article h1 {
  font-weight: normal;
  margin-bottom: 20px;
}
article ul {
  margin-bottom: 20px;
}
article ul li {
  margin-bottom: 10px;
}
.meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  border-top: 1px solid #c3c3c2;
  border-bottom: 1px solid #c3c3c2;
  font-size: 15px;
  padding: 5px 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 0px 0px #ffffff;
}
.meta:before,
.meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.meta:after {
  clear: both;
}
.meta li {
  float: left;
  border-left: 1px solid #c3c3c2;
  padding-left: 8px;
  margin: 0 0 0 8px;
}
.meta li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.excerpt {
  margin-bottom: 60px;
}
.excerpt h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.excerpt p {
  margin: 0 0 10px 0;
}
.center {
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 5px solid #d9d8d4;
}
.center h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #007eaf;
}
.center p {
  margin: 0 0 20px 0;
  line-height: 26px;
}
.center input[type='text'],
.center input[type='password'] {
  width: 97%;
}
.center input[type='submit'] {
  float: left;
  margin-bottom: 20px;
}
.center span {
  display: inline;
  float: right;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.disclaimer {
  clear: both;
  background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 20px;
  font-size: 13px;
  line-height: 18px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.important {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 10px;
  line-height: 22px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px !important;
}
.trial {
  margin: 0;
  padding: 0;
}
.trial form {
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.trial form section {
  background-color: #ffffff;
  border: 5px solid #d9d8d4;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.trial form h3 {
  font-weight: normal;
  color: #007eaf;
  text-shadow: 0px 1px 0px #ffffff;
}
.trial form p {
  margin: 0 0 15px 0;
  position: relative;
}
.trial form p span {
  display: none;
  position: absolute;
  right: -220px;
  width: 200px;
  background-color: #ffffff;
  border: 2px solid #d9d8d4;
  padding: 10px;
  font-size: 16px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 2;
}
.trial form p span em {
  position: relative;
  font-style: normal;
}
.trial form p span em:before {
  content: url('/content/img/icons/tip-arrow.png');
  position: absolute;
  left: -21px;
  top: -3px;
}
.trial form p.well {
  background: url('/content/img/global/bg-pattern-light.png') repeat;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.trial form label {
  margin: 0 0 3px 0;
}
.trial form label em {
  color: #ba0c0c;
}
.trial form input[type='text'],
.trial form select {
  width: 95%;
  margin: 0;
}
.trial form input[type='text'].phonenumber,
.trial form select.phonenumber {
  margin-bottom: 10px;
}
.trial form input[type='submit'] {
  margin-bottom: 20px;
}
.trial form .notice {
  color: #ba0c0c;
}
.trial-side {
  margin: 0;
}
.trial-side p {
  line-height: 26px;
}
.trial-side p.contact {
  background-color: #2f3b42;
  color: #ffffff;
  padding: 15px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.trial-side p.contact a {
  color: #d5df26;
}
.trial-side h3 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
}
.trial-side ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.trial-side ul li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.trial-side ul li:before {
  font-family: fontAwesome;
  content: '\f00c';
  color: #00a3e2;
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 15px;
  margin-right: 4px;
}
.trial-side ul li {
  padding-bottom: 10px;
}
.trial-side ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.trial-side ul li ul {
  padding-left: 10px;
}
.trial-side ul li ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.trial-side ul li ul li:before {
  content: '-';
  position: relative;
}
.trial-side section {
  margin: 0;
  background-color: #3d4b54;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.trial-side section h3 {
  color: #ffffff !important;
  padding: 15px 15px 0 15px;
}
.trial-side section ul {
  background: transparent;
  margin: 0;
}
.trial-side section ul li {
  color: #ffffff;
  padding: 0;
  margin: 0;
  border-top: 0;
}
.trial-side section ul li:before {
  content: '';
}
.trial-side section ul li a {
  color: #ffffff;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #2f3b42;
}
.trial-side section ul li a:hover {
  color: #d5df26;
}
.trial-side section ul li a i {
  color: #d5df26;
}
.trial-side section ul li:last-child a {
  border: 0;
}
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/content/img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/content/img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/content/img/fancybox/blank.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/content/img/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.zoom {
  *zoom: 1;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.zoom:before,
.zoom:after {
  display: table;
  content: "";
  line-height: 0;
}
.zoom:after {
  clear: both;
}
.zoom:hover:after {
  font-family: "fontAwesome";
  content: '\f002';
  font-size: 30px;
  position: absolute;
  top: 40%;
  right: 45%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 50px;
  height: 23px;
  padding-top: 27px;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.system-message {
  display: none;
	background-color:#D3D3D3;
  /*background: url('/content/img/global/silverTexture.jpg') repeat;*/
  position: relative;
}
.system-message article {
  text-align: center;
  background-color: #dff0d8;
  padding: 15px;
  border: 3px solid #d6e9c6;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.system-message article h2 {
  color: #9d261d;
  font-size: 23px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 20px;
}
.system-message article .btn {
  margin-top: 20px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*
------------------------------
	jquery.autocomplete
------------------------------
*/

.ac_input
{
	width: 97%;
	background: url(/content/site_images/text-bg.gif);
	background-repeat: repeat-x;
	background-color: #fdfdfd;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(/content/site_images/loading.gif) right center no-repeat !important;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
	
}


