@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic);

html,
body {
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

@media print {
  * {
    color: inherit !important;
    text-shadow: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
  }
  a,
  a:visited {
    text-decoration: inherit;
  }
  a[href]:after {
    content: inherit;
  }
  abbr[title]:after {
    content: inherit;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: inherit;
  }
  pre,
  blockquote {
    border: inherit;
    page-break-inside: inherit;
  }
  thead {
    display: inherit;
  }
  tr,
  img {
    page-break-inside: inherit;
  }
  img {
    max-width: inherit;
  }
  @page  {
    margin: inherit;
  }
  p,
  h2,
  h3 {
    orphans: inherit;
    widows: inherit;
  }
  h2,
  h3 {
    page-break-after: inherit;
  }
  select {
    background: inherit !important;
  }
  .navbar {
    display: inherit;
  }
  .table td,
  .table th {
    background-color: inherit !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: inherit !important;
  }
  .label {
    border: inherit;
  }
  .table {
    border-collapse: inherit !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: inherit !important;
  }
}

body {
  background-color: #f7f7f7;
}

a {
  color: #006b9c;
}

a:hover,
a:focus {
  color: #006b9c;
}

hr {
  border-top: 1px solid #f1f1f1;
}

@media (min-width: 0px) {
  .lead {
    font-size: 21px !important;
  }
}

.text-primary {
  color: #242424;
}

.page-header {
  border-bottom: 1px solid #f1f1f1;
}

@media (min-width: 0px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .navbar-nav > li > a {
	padding-top: 17px;
  }
  .navbar-nav .dropdown .vLine-shadow .icon-text {
    padding-top: 17px;
    padding-bottom: 18px;
  }
  .navbar-nav .dropdown .vLine-shadow {
  	padding: 2px 20px;
  }
}

.navbar-nav.pull-right>li>.dropdown-menu {
	margin-top: 2px;
}

@media (max-width: 1120px) {
    .ts-resp-dropdown .stock-images {
        display:none;
    }
}

blockquote {
  border-left: 5px solid #f1f1f1;
}

blockquote.pull-right {
  border-right: 5px solid #f1f1f1;
}

pre {
  background-color: #f1f1f1;
}

@media (min-width: 0px) {
  .container {
    width: 750px;
  }
}

.row {
  margin-right: inherit;
  margin-left: inherit;
  padding: 0 20px 0 20px;
  margin-bottom: 15px;
}

@media (min-width: 0px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

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

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  .table-responsive {
    width: inherit;
    margin-bottom: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
    border: inherit;
    -ms-overflow-style: inherit;
    -webkit-overflow-scrolling: inherit;
  }
  .table-responsive > .table {
    margin-bottom: inherit;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: inherit;
  }
  .table-responsive > .table-bordered {
    border: inherit;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: inherit;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: inherit;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: inherit;
  }
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f1f1f1;
}

@media (min-width: 0px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 0px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #f1f1f1;
  border-color: #adadad;
}

.btn-primary {
  background-color: #242424;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #4d4d4d;
  border: 0;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #242424;
}

.btn-primary .badge {
  color: #242424;
}

.btn-link {
  color: #242424;
}

.btn-link:hover,
.btn-link:focus {
  color: #333333;
}

.dropdown-menu {
  margin: 1px 0 0 1px;
  background-color: #fcfcfc;
  border: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #4d75a0;
  background-color: #f1f1f1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #4d75a0;
  background-color: #f1f1f1;
}

@media (min-width: 0px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.input-group-addon {
  background-color: #f1f1f1;
}

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FCFCFC;
  border-color: inherit;
}

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

@media (min-width: 0px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #242424;
}

@media (min-width: 0px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

@media (min-width: 0px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 0px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 0px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 0px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 0px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

@media (min-width: 0px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

@media (min-width: 0px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: inherit;
    float: inherit;
    width: inherit;
    margin-top: inherit;
    background-color: inherit;
    border: inherit;
    box-shadow: inherit;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: inherit;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: inherit;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: inherit;
  }
}

@media (min-width: 0px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
	padding-bottom:15px;
  }
  .navbar-nav .dropdown .vLine-shadow .glyphicon-user{
  	padding:15px 20px 20px 25px;
	margin: 0;
  }
  .navbar-nav .dropdown .vLine-shadow .no-login{
  	padding:15px 0px;
	margin: 0;
  }
  .navbar-nav .dropdown .vLine-shadow .no-login .L{
  	padding:20px 0px 25px 0px;
  }
  .navbar-nav .dropdown .vLine-shadow .no-login .J{
  	padding:20px 0px 25px 0px;
  }
  .navbar-nav .dropdown .vLine-shadow .icon-text{
  	padding-top: 15px;
	padding-bottom:15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 0px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  border-top: inherit;
  border-bottom: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

@media (min-width: 0px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 0px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
*/
@media (min-width: 0px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: inherit;
    background-color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: inherit;
    background-color: inherit;
  }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: rgba(255,255,255,0.1);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(255,255,255,0.1);
}
.ie8 .navbar-inverse .navbar-nav > .open > a,
.ie8 .navbar-inverse .navbar-nav > .open > a:hover,
.ie8 .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #455e75;
    color: #FFFFFF;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: inherit;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: inherit;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: inherit;
    background-color: inherit;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: inherit;
    background-color: inherit;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: inherit;
    background-color: inherit;
  }
}

.breadcrumb {
  background-color: #f1f1f1;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f1f1f1;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #242424;
  border-color: inherit;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #f1f1f1;
}

.label-primary {
  background-color: #242424;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #242424;
}

.jumbotron {
  background-color: #f1f1f1;
}

@media screen and (min-width: 0px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  margin-bottom: inherit;
  background-color: #f7f7f7;
  line-height: inherit;
  border: inherit;
  -webkit-transition: inherit;
          transition: inherit;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: inherit;
}

.progress {
  background-color: #f1f1f1;
}

.progress-bar {
  background-color: #242424;
}

a.list-group-item:hover,
a.list-group-item:focus {
  background-color: #f1f1f1;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #242424;
}

.panel {
  background-color: #f7f7f7;
}

.panel-heading {
  padding: 5px 15px;
  font-weight:bold;
  font-size:18px;
  line-height:26px;
}

.panel-footer {
  background-color: #f1f1f1;
}

.panel-primary {
	border-color: inherit;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  border-color: inherit;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #242424;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #242424;
}

.well {
  background-color: #f1f1f1;
}

@media screen and (min-width: 0px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  white-space:pre-wrap;
}

.dropup-menu
{
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  margin-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

@media screen and (min-width: 0px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: inherit !important;
  }
  table.visible-xs {
    display: inherit;
  }
  tr.visible-xs {
    display: inherit !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: inherit !important;
  }
  table.visible-sm.visible-xs {
    display: inherit;
  }
  tr.visible-sm.visible-xs {
    display: inherit !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: inherit !important;
  }
  table.visible-md.visible-xs {
    display: inherit;
  }
  tr.visible-md.visible-xs {
    display: inherit !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: inherit !important;
  }
  table.visible-lg.visible-xs {
    display: inherit;
  }
  tr.visible-lg.visible-xs {
    display: inherit !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: inherit !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  table.visible-print {
    display: inherit;
  }
  tr.visible-print {
    display: inherit !important;
  }
  th.visible-print,
  td.visible-print {
    display: inherit !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: inherit !important;
  }
}

/* TurboSquid Class Extensions */
/*Homepage responsive 5 columns*/
.fivecolumns .col-xs-2 {width: 20%; *width: 20%;}
.fivecolumns .col-xs-7 {width: 60%; *width: 60%;}
#search-text {font-size:24px;}
			#hero-unit-inner {height:100%; padding: 5%;}
			#hero-search-input {height:45px; font-size:12px; }
		@media (min-width: 979px) {
			#search-text {font-size:32px;}
			#hero-search-input {font-size:18px; }
		}
		@media (min-width: 1200px) {
			#search-text {font-size:36px;}
		}
		@media (min-width: 1400px) {
			#search-text {font-size:42px;}
			#hero-search-icon {position:absolute; top:11px; left:237%; height:22px;}
		}
		@media (min-width: 1600px) {
			#search-text {font-size:50px;}
		}

/*Title strip shadow*/
.shadow {
	/* Dropshadow
	-webkit-box-shadow: 0 1px 10px rgba(136, 136, 136, 0.2);
	-moz-box-shadow: 0 1px 10px rgba(136, 136, 136, 0.2);
	box-shadow: 0 1px 10px rgba(136, 136, 136, 0.2);
	*/
	/* Solid Line */
	border-bottom: 1px solid #ededed;
	-webkit-box-shadow: 0 1px 1px #ffffff;
	-moz-box-shadow: 0 1px 1px #ffffff;
	box-shadow: 0 1px 1px #ffffff;
}

/*Dropdown Submenus*/
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#5074a4;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

/* TS Navbar Styling */
.navbar-ts {
	min-height: 56px;
	background-color: #405c78;
	background-image: -moz-linear-gradient(top, #405c78, #203c54);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#405c78), to(#203c54));
	background-image: -webkit-linear-gradient(top, #405c78, #203c54);
	background-image: -o-linear-gradient(top, #405c78, #203c54);
	background-image: linear-gradient(to bottom, #405c78, #203c54);
	background-repeat: repeat-x;
	border: 1px solid #203c54;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405c78', endColorstr='#203c54', GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); border-radius:0px;
	margin-bottom: 0px;
}

.navbar-ts .ts-resp-dropdown .icon-text {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: none;
}

.navbar-ts .ts-resp-dropdown .caret {
  margin: -3px 0 0 6px;
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #dddddd;
  background-color: transparent;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 17px 15px;
}

.addon-search {
	padding: 0;
	position: relative;
	left: -40px;
	background-color: transparent;
	border: 0px;
}
button { outline: none}

/* Page Wrapper - Needed for static footer */
#wrap {
  min-height: 100%;
  height: auto;
  max-width: none !important;
  min-width: 900px !important;
  /* Negative indent footer by its height */
  margin: 0 auto -67px;
  padding: 0 0 60px;
}

/* Footer Wrapper */
#footer {
  height: 50px;
  background-color: #f1f1f1;
  max-width: none !important;
  min-width: 900px !important;
}

#footer .ts-container {
  max-height: 55px;
}

/* Search Filter Text */
.results-text{
	color:#B1B1B1;
}
.filter {
	color:#B1B1B1;
	text-decoration: none;
	border-right:1px solid #f7f7f7 !important;
	border-left:1px solid #f7f7f7 !important;
}

.filter:hover,
.filter:active,
.filter:focus {
	background-color:#fcfcfc;
	color:#242424;
	text-decoration: none;
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
}

.active-filter {
	color:#242424;
}

 .TileLargeResult {
	width: 100%;
}
.TileLarge {
	padding: 0px 16px 0px 0px;
}
.thumbnail-md img {
	max-height: 150px;
	max-width: 150px;
	border: none;
}
.thumbnail-md table {
	border: 0;
	height: 150px;
	width: 150px;
}
.thumbnail-lga img {
	max-height: 128px;
	max-width: 128px;
	border: none;
}
.thumbnail-lga table {
	border: 0;
	height: 128px;
	width: 128px;
}
.AssetTile-md {
	padding: 5px 30px 5px 0;
	float: left;
	font-size: 12px;
	height:220px;
}
.AssetTile-lga {
	padding: 0px 10px 0px 10px;
	float: left;
	font-size: 12px;
	height:200px;
}
.format {
	color: #737476;
	overflow: hidden;
	font-size: 11px;
}
.price {
	color: #000;
	font-weight: bold;
	font-size:14px;
}
.separator {
	border-top: 1px dotted #ccc;
	margin-bottom: 5px;
}
.ts-search {
	max-width: 400px;
	min-width:280px;
}
.navbar-nav .li_no_bg .ts-copy{
	color:#484848 !important;
	padding-bottom: 15px;
    padding-top: 17px;
	line-height: 20px;
	margin-left:7px;
	margin-right:7px;
	display: block;
	height: 55px;
}
/*** override ***/
input:focus {
	outline: none;
}
.ts-resp-dropdown .fa {
  position: relative;
  padding-right: 5px;
  font-size: 18px;
  top: 1px;
}

.ts-resp-dropdown .pixelsquid .fa-chevron-circle-right {
  color: #ffc224;
  font-size: 1.2em;
  padding: 0;
  margin-left: 3px;
}

#footer .nav > li > a:hover, #footer .nav > li > a:focus {
  //background-color: #f1f1f1;
}