/*!
 * Bootstrap v2.0.1
 *
 * 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;
}
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-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background-color: white;
}
a {
    color: #0088cc;
    text-decoration: none;
}
a:hover {
    color: #005580;
    text-decoration: underline;
}
.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
}
.span1 {
    width: 60px;
}
.span2 {
    width: 140px;
}
.span3 {
    width: 220px;
}
.span4 {
    width: 300px;
}
.span5 {
    width: 380px;
}
.span6 {
    width: 460px;
}
.span7 {
    width: 540px;
}
.span8 {
    width: 620px;
}
.span9 {
    width: 700px;
}
.span10 {
    width: 780px;
}
.span11 {
    width: 860px;
}
.span12,
.container {
    width: 940px;
}
.offset1 {
    margin-left: 100px;
}
.offset2 {
    margin-left: 180px;
}
.offset3 {
    margin-left: 260px;
}
.offset4 {
    margin-left: 340px;
}
.offset5 {
    margin-left: 420px;
}
.offset6 {
    margin-left: 500px;
}
.offset7 {
    margin-left: 580px;
}
.offset8 {
    margin-left: 660px;
}
.offset9 {
    margin-left: 740px;
}
.offset10 {
    margin-left: 820px;
}
.offset11 {
    margin-left: 900px;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.13%;
}
.row-fluid > [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid > .span1 {
    width: 6.38%;
}
.row-fluid > .span2 {
    width: 14.89%;
}
.row-fluid > .span3 {
    width: 23.4%;
}
.row-fluid > .span4 {
    width: 31.91%;
}
.row-fluid > .span5 {
    width: 40.43%;
}
.row-fluid > .span6 {
    width: 48.94%;
}
.row-fluid > .span7 {
    width: 57.45%;
}
.row-fluid > .span8 {
    width: 65.96%;
}
.row-fluid > .span9 {
    width: 74.47%;
}
.row-fluid > .span10 {
    width: 82.98%;
}
.row-fluid > .span11 {
    width: 91.49%;
}
.row-fluid > .span12 {
    width: 100%;
}
.container {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.container:before,
.container:after {
    display: table;
    content: "";
}
.container:after {
    clear: both;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}
p {
    margin: 0 0 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
p small {
    font-size: 11px;
    color: #999999;
}
.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: bold;
    color: #333333;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    color: #999999;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h1 small {
    font-size: 18px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h2 small {
    font-size: 18px;
}
h3 {
    line-height: 27px;
    font-size: 18px;
}
h3 small {
    font-size: 14px;
}
h4,
h5,
h6 {
    line-height: 18px;
}
h4 {
    font-size: 14px;
}
h4 small {
    font-size: 12px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}
.page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
    line-height: 1;
}
ul,
ol {
    padding: 0;
    margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li {
    line-height: 18px;
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}
dl {
    margin-bottom: 18px;
}
dt,
dd {
    line-height: 18px;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 9px;
}
hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.muted {
    color: #999999;
}
abbr {
    font-size: 90%;
    text-transform: uppercase;
    border-bottom: 1px dotted #ddd;
    cursor: help;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}
blockquote small {
    display: block;
    line-height: 18px;
    color: #999999;
}
blockquote small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    float: right;
    padding-left: 0;
    padding-right: 15px;
    border-left: 0;
    border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 18px;
    line-height: 18px;
    font-style: normal;
}
small {
    font-size: 100%;
}
cite {
    font-style: normal;
}
code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    padding: 3px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
form {
    margin: 0 0 18px;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}
legend small {
    font-size: 13.5px;
    color: #999999;
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}
input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.uneditable-textarea {
    width: auto;
    height: auto;
}
label input,
label textarea,
label select {
    display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */

    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 \9;
    /* IE9 and down */

}
input[type="image"] {
    border: 0;
}
input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: white;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: auto;
    height: auto;
}
select,
input[type="file"] {
    height: 28px;
    /* 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: 28px;
}
input[type="file"] {
    line-height: 18px \9;
}
select {
    width: 220px;
    background-color: white;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: auto;
}
input[type="hidden"] {
    display: none;
}
.radio,
.checkbox {
    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,
textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.52s ease-in-out;
}
input:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.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 {
    float: none;
    margin-left: 0;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
    border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
    border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
.uneditable-input {
    display: block;
    background-color: white;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}
:-moz-placeholder {
    color: #999999;
}
::-webkit-input-placeholder {
    color: #999999;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #999999;
}
.help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-bottom: 9px;
    vertical-align: middle;
    padding-left: 5px;
}
.input-prepend,
.input-append {
    margin-bottom: 5px;
    *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
    display: table;
    content: "";
}
.input-prepend:after,
.input-append:after {
    clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
    position: relative;
    z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    margin-right: -1px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    color: #999999;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
    background-color: #a9dba9;
    border-color: #46a546;
}
.input-prepend .add-on {
    *margin-top: 1px;
    /* IE6-7 */

}
.input-append input,
.input-append .uneditable-input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
    border-left-color: #eee;
    border-right-color: #ccc;
}
.input-append .add-on {
    margin-right: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
    *margin-left: -160px;
}
.input-append input:first-child + .add-on {
    *margin-left: -21px;
}
.search-query {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
    vertical-align: middle;
}
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
    margin-bottom: 0;
    vertical-align: middle;
}
.control-group {
    margin-bottom: 9px;
}
legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
    margin-bottom: 18px;
    *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
}
.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .controls {
    margin-left: 160px;
}
.form-horizontal .form-actions {
    padding-left: 160px;
}
table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 18px;
}
.table th,
.table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
    border-left: 1px solid #ddd;
}
.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-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody: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;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #f5f5f5;
}
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;
}
@font-face{ /* for IE */
font-family:Rockwell;
src:url(Rockwell.eot);
}
@font-face { /* for non-IE */
font-family:Rockwell;
src:url(http://:/) format("No-IE-404"),url(Rockwell.ttf) format("truetype");
} 
/*@font-face {
    font-family: "Rockwell";
    src: url('Rockwell.eot');
    src: url('Rockwell.eot?') format('embedded-opentype'), url('./Rockwell.woff') format('woff'), url('Rockwell.ttf') format('truetype'), url('Rockwell.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}*/
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}
h1,
h2,
h4 {
    font-family: "Rockwell", serif;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6 {
    font-size: 12px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
a {
    outline: 0;
    text-decoration: none;
    color: #6c6c6c;
    color: #e4781c;
}
a:hover,
a:focus {
    outline: 0;
    color: #e4781c;
}
a:active {
    outline: 0;
    color: #6c6c6c;
}
p {
    font-size: 14px;
    line-height: 20px;
}
p a {
    color: #6c6c6c;
    text-decoration: underline;
}
body {
    background: #F7F7F7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* IE10+ */

    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */

    color: #424242;
}
.container {
    margin: 35px auto 0;
    overflow: hidden;
    width: 880px;
}
#main[role="main"] {
    padding-bottom: 75px;
}
#logo {
    float: left;
    display: inline;
    width: 265px;
    margin: 7px 0 0 0;
}
nav[role="navigation"] {
    float: right;
    padding: 50px 0 40px 0;
}
nav[role="navigation"] ul {
    margin: 0px;
}
nav[role="navigation"] ul li {
    list-style-type: none;
    font-size: 20px;
    float: left;
    margin-right: 30px;
    position: relative;
}
nav[role="navigation"] ul li:last-child {
    margin-right: 0px;
}
nav[role="navigation"] ul li a {
    display: block;
    color: #6c6c6c;
    text-shadow: #fff 1px 1px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Rockwell";
}
nav[role="navigation"] ul li a:hover {
    color: #e4781c;
}
nav[role="navigation"] ul li.selected a {
    color: #e4781c;
}
nav[role="navigation"] ul li.selected .sec > li {
    display: block;
}
nav[role="navigation"] ul li.selected .sec > li a {
    padding-bottom: 5px;
    font-size: 18px;
    font-family: "Rockwell";
    color: #6c6c6c;
    text-transform: lowercase;
    font-weigth: bold;
}
nav[role="navigation"] ul li.selected .sec > li a:hover {
    color: #e4781c;
}
nav[role="navigation"] ul li.selected .sec > li.selected a {
    color: #e4781c;
}
nav[role="navigation"] ul li:hover .sec {
    display: block;
    padding-top: 20px;
    top: 15px;
    width: 420px;
    position: absolute;
}
nav[role="navigation"] ul li:hover .sec > li a {
    padding-bottom: 5px;
    font-size: 18px;
    font-family: "Rockwell";
    text-transform: lowercase;
}
nav[role="navigation"] ul.sec {
    display: none;
}
#banner {
    background: #1a9bca url('../images/compass.png') center center no-repeat;
}
#banner #icons {
    top: 192px;
    background: url('../images/icons.png') center center no-repeat;
    position: absolute;
    width: 100%;
    height: 333px;
}
#inner-banner {
    background: url('../images/pattern.png') repeat;
    height: 333px;
    padding: 0px 140px;
    text-align: center;
}
#inner-banner h1 {
    padding-top: 30px;
}
#inner-banner h1,
#inner-banner h2 {
    font-size: 36px;
    color: white;
    text-shadow: 3px 2px #106281;
}
#main-button {
    display: block;
    width: 214px;
    height: 53px;
    background: transparent url('../images/take-tour.png') 0 0 no-repeat;
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    bottom: 28px;
}
#solutions {
    margin-top: 10px;
}
#solutions .solution {
    display: inline;
    float: left;
    margin-right: 30px;
    width: 273px;
}
#solutions .solution:last-child {
    float: right;
    margin-right: 0px;
}
#solutions .solution hgroup {
    padding: 0px;
    margin-bottom: 15px;
}
#solutions .solution h3 {
    font-family: "Rockwell";
    font-size: 36px;
    color: #e4781c;
    line-height: 30px;
}
#solutions .solution h4 {
    margin-top: 10px;
    color: #6c6c6c;
}
#solutions .solution p {
    margin: 0;
}
hr {
    clear: both;
    border: none;
    margin: 20px 0 0;
    height: 5px;
}
hr.line1 {
    background: url('../images/line-1.png') no-repeat 50% 50%;
}
hr.line2 {
    background: url('../images/line-2.png') no-repeat 50% 50%;
}
#bigClients {
    text-align: center;
    margin-top: 20px;
}
#bigClients img {
    display: block;
    margin: 10px auto;
}
#contact {
    display: inline;
    float: left;
    margin: 20px 0 0 0;
}
#contact div {
    width: 160px;
    margin-right: 65px;
}
#contact div #phone {
    height: 45px;
    width: 45px;
    font-size: 50px;
    /*-moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    -moz-box-shadow: inset 3px 2px 1px #6c6c6c;
    -webkit-box-shadow: inset 3px 2px 1px #6c6c6c;
    box-shadow: inset 3px 2px 1px #6c6c6c;
    border: 1px #d9dbd9 solid;*/
    /*background: #fcfcfd url('../images/phone.png') 13px 8px no-repeat;*/
}
#contact div #phone p a:hover {
    color: #6c6c6c;
}
#contact div #email {
    height: 45px;
    width: 45px;
    font-size: 50px;
    /*-moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    -moz-box-shadow: inset 3px 2px 1px #6c6c6c;
    -webkit-box-shadow: inset 3px 2px 1px #6c6c6c;
    box-shadow: inset 3px 2px 1px #6c6c6c;
    border: 1px #d9dbd9 solid;*/
    /*background: #fcfcfd url('../images/email.png') 10px 8px no-repeat;*/
}
#contact div p a {
    top: 11px;
    position: relative;
    padding-left: 52px;
    font-size: 18px;
    color: #6c6c6c;
    float: left;
    display: block;
    width: 160px;
    text-decoration: none;
}
#contact div p a:hover {
    color: #e4781c;
}
#contact div:last-child {
    margin-right: 0px;
}
#partners {
    display: inline;
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    right: 20px;
}
#partners h5 {
    margin-left: 12px;
}
footer {
    background: #707070;
    color: white;
    display: block;
}
footer h6 {
    color: #fff;
}
footer .wrap {
    margin: 0 auto;
    width: 880px;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
}
footer .wrap ul,
footer .wrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .wrap #rss a {
    text-indent: -9999em;
    background: url('../images/rss-orange.png') 0 0 no-repeat;
    width: 78px;
    height: 77px;
    float: right;
    left: 14px;
    position: relative;
}
footer .wrap #rss a:hover {
    background: url('../images/rss-grey.png') 0 0 no-repeat;
}
footer .wrap #sticky-footer {
    clear: both;
    position: relative;
    top: 20px;
}
footer .wrap #sticky-footer #copyright {
    float: right;
    position: relative;
    right: 50px;
}
footer .wrap #sticky-footer #extralinks {
    clear: both;
    float: right;
    position: relative;
    top: 10px;
}
footer .wrap #sticky-footer #extralinks li {
    float: left;
    border-right: 1px solid #d9dbd9;
}
footer .wrap #sticky-footer #extralinks li:last-child {
    border-right: none;
}
footer .wrap #sticky-footer #extralinks li a {
    padding: 0 15px;
    color: #fff;
}
footer .wrap #sticky-footer #extralinks li a:hover,
footer .wrap #sticky-footer #extralinks li a:focus {
    text-decoration: none;
    color: #e4781c;
}
footer .wrap #sticky-footer #backToTop {
    float: left;
    position: relative;
    top: 10px;
    display: inline;
    color: #fff;
    text-decoration: none;
}
footer .wrap #sticky-footer #backToTop:hover,
footer .wrap #sticky-footer #backToTop:focus {
    text-decoration: none;
    color: #e4781c;
}
footer .wrap .columns {
    float: left;
    width: 200px;
    margin-right: 40px;
    color: #fff;
}
footer .wrap .columns#news {
    width: 175px;
}
footer .wrap .columns#faq,
footer .wrap .columns#technology {
    width: 115px;
}
footer .wrap .columns#connect {
    position: relative;
    width: 152px;
    margin-right: 0;
    right: 5px;
}
footer .wrap .columns#connect ul .twitter {
    padding-top: 2px;
    padding-left: 20px;
    background: url('../images/small-tweet.png') left 0 no-repeat;
}
footer .wrap .columns .vertical-links li a {
    display: block;
    padding-bottom: 15px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
footer .wrap .columns .vertical-links li a:hover,
footer .wrap .columns .vertical-links li a:focus {
    color: #e4781c;
}
#mainVideo #videoDesc {
    float: left;
    display: inline;
    width: 275px;
}
#mainVideo #videoDesc h1 {
    color: #e4781c;
    margin-bottom: 25px;
}
#mainVideo #videoDesc p {
    float: left;
    display: inline;
}
#mainVideo #videoSlider {
    margin: 5px 0px 0px 0px;
    width: 560px;
    float: right;
    display: inline;
    background: transparent url('../images/shadow.png') no-repeat center 234px;
}
#mainVideo .overlay {
    cursor: pointer;
    width: 457px;
    height: 287px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.5) url('../images/play.png') center no-repeat;
}
#videoGalleries {
    margin: 15px 0 0 0;
}
#videoGalleries .videoThumb {
    float: left;
    display: inline;
    margin-right: 20px;
    width: 202px;
}
#videoGalleries .videoThumb:last-child {
    margin-right: 0px;
}
#videoGalleries .videoThumb .thumb {
    width: 202px;
    height: 110px;
    position: relative;
    z-index: 0;
}
#videoGalleries .videoThumb .thumb img {
    width: 100%;
    height: 100%;
}
#videoGalleries .videoThumb .thumb .overlay {
    cursor: pointer;
    width: 202px;
    height: 107px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.5) url('../images/play.png') center no-repeat;
}
#videoGalleries .videoThumb h1 {
    font-size: 14px;
    color: #6c6c6c;
    text-transform: uppercase;
}
#products {
    margin: 30px 0 0 0;
}
#products h2 {
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e4781c;
    margin-bottom: 30px;
}
#products .coming {
    text-align: center;
}
#products .product {
    float: left;
    display: inline;
    margin-right: 30px;
    width: 270px;
}
#products .product a {
    color: #6c6c6c;
}
#products .product a:hover {
    color: #e4781c;
    text-decoration: none;
}
#products .product:last-child {
    margin-right: 0;
}
#products .product h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #6c6c6c;
    padding-bottom: 6px;
}
#products .product h1.new {
    background: transparent url('../images/new.png') right 0px no-repeat;
    width: 210px;
}
#products .product h2 {
    color: #e4781c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
#products .product p {
    margin-top: 10px;
}
.prod-details hgroup {
    margin-bottom: 10px;
}
.prod-details hgroup h1 {
    color: #6c6c6c;
    text-transform: uppercase;
}
.prod-details hgroup h2 {
    color: #e4781c;
    margin-top: 15px;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.prod-details p {
    margin-bottom: 20px;
}
.prod-details div.left {
    float: left;
    width: 575px;
    display: inline;
}
.prod-details div.right {
    float: right;
    display: inline;
    width: 275px;
    bottom: 90px;
    position: relative;
}
.prod-details ul li {
    padding-bottom: 10px;
    list-style-type: none;
}
.client-testi {
    text-indent: 10px;
    font-weight: bold;
    float: left;
    width: 275px;
    margin-right: 30px;
    margin-top: 20px;
}
.client-testi .author {
    text-indent: 0px;
    margin-top: 10px;
    font-style: italic;
    font-weight: normal;
}
#main-client {
    height: 190px;
    background: transparent url('../images/clients.png') 362px -5px no-repeat;
}
#main-client h1 {
    color: #e4781c;
    margin-bottom: 15px;
}
#main-client .client-story {
    float: left;
    display: inline;
    width: 300px;
}
#main-client .client-logo {
    float: right;
    display: inline;
    width: 577px;
}
#about .about-us {
    margin-bottom: 20px;
    background: transparent url('../images/about.png') right 35px no-repeat;
}
#about .about-us h1 {
    color: #e4781c;
    margin-bottom: 15px;
}
#about .about-us .about-story {
    float: left;
    display: inline;
    width: 365px;
}
#about .about-sec {
    float: left;
    display: inline;
    margin-right: 30px;
    width: 270px;
}
#about .about-sec:last-child {
    margin-right: 0;
}
#about .about-sec h1 {
    color: #6c6c6c;
    font-size: 18px;
    margin: 15px 0 0 0;
}
#about .about-sec p {
    margin-top: 10px;
}
.director-profile {
    margin: 30px 0 0 0 ;
}
.director-profile h1 {
    font-size: 30px;
    color: #6c6c6c;
}
.director-profile .director {
    float: left;
    display: inline;
    width: 100%;
}
.director-profile .director:last-child {
    clear: both;
    margin-right: 0;
}
.director-profile .director h2 {
    color: #e4781c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 15px 0 0 0;
}
.director-profile .director p {
    float: left;
    display: inline;
    width: 80%;
    margin-right: 10px;
}
.director-profile .director img {
    position: relative;
    bottom: 25px;
    border: 1px solid black;
}
#contact-us {
    float: left;
    width: 275px;
    margin-right: 30px;
}
#contact-us h1 {
    color: #e4781c;
    margin-bottom: 30px;
}
#contact-us p {
    font-family: "Rockwell";
    color: #6c6c6c;
    font-size: 18px;
    margin-bottom: 10px;
}
#contact-us img {
    margin-top: 30px;
}
#contact-form {
    box-shadow: inset 1px 1px 1px #ddd;
    webkit-box-shadow: inset 1px 1px 1px #ddd;
    moz-box-shadow: inset 1px 1px 1px #ddd;
    float: right;
    width: 535px;
    height: 453px;
    background-color: white;
    border-top: 1px solid #d9dbd9;
    padding: 20px;
    margin-bottom: 30px;
}
#contact-form .left {
    float: left;
    width: 300px;
}
#contact-form h1 {
    color: #6c6c6c;
    margin-bottom: 15px;
    width: 190px;
    text-transform: uppercase;
    font-size: 18px;
    background: transparent url('../images/pen.png') right 0 no-repeat;
}
#contact-form .ins {
    margin-top: 5px;
    color: #e4781c;
}
#contact-form .message {
    background-color: #f0f0f0;
    height: 150px;
}
#contact-form .checkboxes {
    position: relative;
    float: left;
    width: 230px;
}
#contact-form input {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
#contact-form input[type="text"] {
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
#contact-form input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
#contact-form input[type="submit"] {
    float: left;
    margin-top: 10px;
    border: none;
    width: 105px;
    height: 30px;
    background: transparent url('../images/btn-submit.png') 0 0 no-repeat;
    text-indent: -999px;
}
#contact-form label {
    margin-bottom: 15px;
}
#contact-form .small-print {
    font-size: 10px;
    font-style: italic;
}
#contact-form p.error {
    color: #aa4949;
}
#contact-form p.note {
    color: #aa4949;
}
#contact-form p.sent-confirmation {
    color: #e4781c;
}
.connect {
    text-align: center;
}
.connect h2 {
    margin-top: 15px;
    color: #6c6c6c;
    font-size: 18px;
    text-transform: uppercase;
}
.connect ul {
    display: block;
    width: 360px;
    margin: 0 auto;
}
.connect ul li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
    text-indent: -999em;
}
.connect ul li a {
    display: block;
    width: 100px;
    height: 100px;
}
.connect ul li a.rss {
    background: transparent url('../images/rss-big.png') center center no-repeat;
}
.connect ul li a.linkedin {
    background: transparent url('../images/linkedin.png') center center no-repeat;
}
.connect ul li a.twitter {
    background: transparent url('../images/twitter.png') center center no-repeat;
}
#clients {
    margin: 30px 0 0 0;
}
#clients .client {
    float: left;
    display: inline;
    margin-right: 30px;
    width: 270px;
}
#clients .client:last-child {
    margin-right: 0;
}
#clients .client h1 {
    color: #e4781c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 0 0;
}
#clients .client img {
    height: 60px;
}
#clients .client p {
    margin-top: 10px;
}
.solution .solution-desc {
    position: relative;
    top: 35px;
    float: left;
    display: inline;
    width: 575px;
}
.solution .solution-desc h1 {
    color: #e4781c;
    margin-bottom: 15px;
}
.solution img {
    margin-left: 30px;
    float: right;
    width: 257px;
}
.client-det {
    margin: 0;
}
.client-det h1 {
    font-size: 30px;
    color: #6c6c6c;
}
.client-det .client-exp {
    width: 270px;
}
.client-det .client-exp-soln {
    width: 520px;
}
.client-det .client-exp-soln p {
    width: 250px;
    margin-right: 20px;
}
.client-det .client-exp-soln p.pull-right {
    margin-right: 0px;
}
.client-det .client-exp,
.client-det .client-exp-soln {
    float: left;
    margin-right: 30px;
}
.client-det .client-exp h2,
.client-det .client-exp-soln h2 {
    margin-top: 15px;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e4781c;
}
.client-det .client-exp:last-child,
.client-det .client-exp-soln:last-child {
    margin-right: 0;
}
#other-clients {
    margin: 30px 0 0 0;
}
#other-clients a {
    color: #6c6c6c;
}
#other-clients a:hover {
    color: #e4781c;
    text-decoration: none;
}
#other-clients h2 {
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e4781c;
    margin-bottom: 30px;
}
#other-clients .other-client {
    float: left;
    display: inline;
    margin-right: 30px;
    width: 270px;
}
#other-clients .other-client:last-child {
    margin-right: 0;
}
#other-clients .other-client h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #6c6c6c;
    padding-bottom: 6px;
}
#other-clients .other-client h1.new {
    background: transparent url('../images/new.png') right 0px no-repeat;
    width: 210px;
}
#other-clients .other-client p {
    margin-top: 10px;
}
.sitemap h1 {
    font-size: 30px;
    color: #e4781c;
}
.sitemap ul li {
    color: #6c6c6c;
    font-size: 18px;
    padding-top: 15px;
    list-style-type: none;
}
.content h1 {
    color: #e4781c;
    margin-bottom: 20px;
}
.content ul li {
    padding-top: 10px;
}
.vid-panel {
    position: relative;
}
.small-coming {
    background: transparent url('../images/mini-coming-soon.png') right 0px no-repeat;
    width: 210px;
    height: 100px;
    position: absolute;
    top: -7px;
    left: -3px;
    z-index: 1000;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */

}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}

.download-product-box > div{
    margin-top: 20px;
}
