/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *












*/
/*html{
    overflow-x: hidden;
}*/


body {
    padding-top: 60px;
    overflow-x: hidden;
    /*font-family: 'Open Sans';*/
    /*  font-family: Arial;*/
    /*  font-family: "FrutigerLTW02-45Light";*/
}

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

.pagination-centered img {
    max-width: 70%;
    max-height: 70%;
    width: 70%;
    height: 70%;
    margin: 5%;
}

.youtube iframe {
    z-index: 200;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.control-group.user_remember_me .controls {
    display: inline;
}

.control-group.user_remember_me .controls input[type='checkbox'] {
    margin-left: 5px;
    padding-top: 3px;
}

/******** REGISTRATION FORM **********************************/

#member-registration:before,
#member-registration:after {
    content: " ";
    display: table;
}

.registration .registration-label,
.registration .control-label {
    text-transform: uppercase !important;
    display: block;
    padding: 18px 5px 5px 2px !important;
    font-size: 1.1em;
    letter-spacing: 1px;
    cursor: pointer;
    color: #555;
}

.registration input,
.registration textarea,
.registration select {
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
    line-height: 1.6 !important;
    font-size: 1.2em;
    padding: 5px 10px;
    display: block;
    background: transparent;
    border: 4px #b8b8b8 solid;
    border-radius: none;
    width: 80%;
}

.registration input[type="checkbox"],
.registration_column.terms_of_use input[type="checkbox"] {
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}

.registration .interests-checklist label {
    margin-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.registration .interests-checklist label::before,
.registration_column.terms_of_use label::before {
    content: '';
    border: 3px solid #b6b6b6;
    padding-right: 5px;
    transition: opacity 0.3s;
    /*    background-color: orange;*/
}

.registration_column.terms_of_use input[type="checkbox"] {
    margin-left: 0px;
}

.registration input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 19px;
}

.interests-checklist {
    padding: 5px 0px;
}

/*.registration_column.terms_of_use input[type="checkbox"]:checked{
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  vertical-align: bottom;
  margin-top: -10px;
}*/

label.before_checked::before {
    content: "\f00c" !important;
    font-family: FontAwesome;
    font-size: 16px;
    text-align: center;
    vertical-align: bottom;
    /*margin-top: -10px;*/
}

.registration input[type="checkbox"],
.registration .interests-checklist label::before,
.registration_column.terms_of_use label::before,
.registration_column.terms_of_use input[type="checkbox"] {
    width: 25px;
    height: 25px;
    /*    margin-top: 20px;*/
    margin-left: -35px;
    position: absolute;
    cursor: pointer;
}

.registration_column.terms_of_use input[type="checkbox"] {
    opacity: 0 !important;
}

.registration_column.terms_of_use label {
    margin-left: 40px;
    margin-top: 5px;
    color: #555;
    font-size: 1.5em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.registration_column.terms_of_use input[type="checkbox"], {
    /* opacity: .2!important;
     width: 20px;
     height: 20px;
     display: inline-block;
     margin-left: 0px!important;*/
}

.optional {
    font-size: 12px;
}

.registration_column {
    /*width: 33%;*/
    width: 50%;
    padding: 10px;
    float: left;
}

.affiliation {
    padding: 2px;
    height: 110%;
}

.terms_of_use {
    padding-top: 0px;
    width: 50%;
    /*top: -27px;*/
    right: 10px;
    position: relative;
    font-size: 10px;
}

.terms_of_use h5 {
    text-transform: uppercase !important;
    display: block;
    padding: 18px 5px 5px 2px !important;
    font-size: 1.5em;
    letter-spacing: 1px;
    cursor: pointer;
    color: #555;
    font-weight: 600;
}

.control-group.boolean.required.user_terms_of_use {
    float: left;
    /* padding-right: 10px; */
    position: relative;
    left: 210px;
    width: 300px;
}

ul.shift-down {
    margin-top: 15px;
}

/*.registration_column.terms_of_use label{
  display: inline;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 40px;
}*/

/*.registration_column.terms_of_use input[type="checkbox"]{
  opacity: .2;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.registration_column.terms_of_use input[type="checkbox"]{
  width: 20px;
  height: 20px;
  margin-left: -20px;
  position: absolute;
  cursor: pointer;
}
.registration_column.terms_of_use .registration-label{
  margin-right: -20px;
}

.registration_column.terms_of_use .registration-label::before{
  content: '';
  border: 3px solid #b6b6b6;
  background: orange;
  margin-left: -20px;
}
*/
#layout_registration_modal .modal-body {
    height: 1040px;
    width: 800px;
}

#layout_registration_modal .modal-dialog {
    width: 920px;
}

#admin_modal .modal-dialog {
	width: 625px;
	margin: 30px auto;
}

.tab-content {
	/*overflow-x: auto;*/
}

.registration.form-actions.submit {
    border: none !important;
    width: 150%;
    /* right: -240px; */
    top: -20px;
    position: relative;
    margin: 0 auto;
    float: right;
}

.form-actions {
    border: none !important;
    /* width: 100%; */
    right: -210px;
    /* top: 80px; */
    position: relative;
    margin: 0 auto;
}

/*.form-actions button, .form-actions a{
  margin-right: auto;
  margin-left: auto;
}*/

.form-actions button, .form-actions a, .form-actions input[type="submit"] {
    background: #10689a;
    border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
    text-shadow: none !important;
    font-weight: 200;
    line-height: 16px;
}

.form-actions button:hover, .form-actions input[type="submit"] {
    background: #9FB8A9;
    color: white;
    font-size: 1.3em;
    font-weight: 600;
}

.form-actions button:hover, .form-actions input[type=submit]:disabled {
    background: #DADADA;
    font-size: 1.3em;
    font-weight: 600;
    color: #7C7C7C;
}

.form-inputs.registration {
    margin: 0 auto;
    position: relative;
    width: 50%;
}

.registration {
    float: left;
}

/* Form Error */
.registration input.redBorder {
    border: 3px solid #ff0000;
}
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  body { padding-top: 70px; }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'FrutigerLTW02-45Light', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
body p{
  font-family: 'Lato', Arial, sans-serif;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-left:after {
    content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-right:after {
    content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-up:after {
    content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-chevron-down:after {
    content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .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 {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .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;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  /*min-height: 50px;*/
  min-height: 60px;
  margin-bottom: 60px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
    border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) 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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*
# ------------------------------------------------------------------------
# Home-Page Contents
--------------------------------------------------------------------------

1.  Layout & Loader
2.  Logo Badges
3.  Navigation Bar
4.  General Modals
        - 4a. User Profile Admin Modal
        - 4b. MK Data Modal
5.  SVGs
6.  Header/Hero Section
7.  About Section
        - The Challenge
        - Approach
        - Rocket Engine
8.  Video Section
9.  Hardware Section
10.  Application Section
11. Software Section
12. Ecoystem Section
13. Footer

---------------------------------------------------------------------------- */
/*
# ------------------------------------------------------------------------
# Applications Article Pages
--------------------------------------------------------------------------
1.  Layout
2.  BioInformatics
3.  Big Data

# ------------------------------------------------------------------------
# Admin Page
--------------------------------------------------------------------------
1.  Layout
2.  Sign In
3.  Admin Columns

/*
# ------------------------------------------------------------------------
#  Download SDK Installers Page Contents
--------------------------------------------------------------------------
1.  Layout

/*
# ------------------------------------------------------------------------
# Software-Page Contents
--------------------------------------------------------------------------
1.  Layout

----------------------------------------------------------------------------- */

/* ==========================================================================
                                   Home Page
/* ==========================================================================
   1. Layout & Loader
   ========================================================================== */


html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%!important;
    height: 100%;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.main_content {
    padding-top: 50px;
    min-height: 100%;
}

/*.main_content:after {
  content: "";
  display: block;
}

.footer_new, .main_content:after{
    height:200px;
}*/

.main_content .alert {
    padding-top: 65px;
}

.alert {
    padding: 15px;
}

.alert-dismissable .close {
    right: 0;
}

.preloader {
    background-color: black;
    height: 100%;
    width: 100%;
}

.index_preloader {
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    z-index: 1000;
}

#loaderMask {
    text-align: center;
    padding-top: 20%;
    overflow: hidden;
    z-index: 2000;
}

#loaderMask span {
    font-size: 5em;
    color: white;
}

/* ==========================================================================
   2.  Logo Badges
   ========================================================================== */
.navbar-brand img {
    margin-top: -10px;
}

.micron-badge1 img {
    width: 135px;
}

.micron-badge2 img {
    position: absolute;
    padding-top: 0;
    margin: 0 0 0 10px;
    width: 135px;
    z-index: 5;
}

.micron-badge1-mobile img {
    display: none;
}

.micron-badge1 img.grad {
    width: 127px;
    padding-top: 5px;
    padding-left: 3px;
}

/* ==========================================================================
   3.  Navigation Bar
   ========================================================================== */

.top_navigation_abs {
    position: absolute;
    height: 100px;
    z-index: 500;
    width: 100%;
    margin-top: 30px;
}

.top_navigation_abs .col-md-5 {
    height: 100px;
}

.navbar {
    min-height: 32px !important
}

ul.nav {
    text-transform: uppercase;
    font-weight: 600;
}

.nav > li > a {
    padding: 5px 15px !important;
    position: relative;
    font-size: 15px;
    letter-spacing: .5px;
}

/* ==========================================================================
   4.  General Modals
   ========================================================================== */

.note {
    background-color: #d1d1d1;
    padding: 10px;
}

.btn-green {
    padding: 30px;
    background: rgb(140, 184, 140);
    color: #ffffff;
    text-transform: uppercase;
}

/* ==========================================================================
                         4a. User Profile Admin Modal
/* ==========================================================================
   1. Layout Setup
   ========================================================================== */

#user_profile_admin_table {
    padding: 0px;
    background: #ebebeb;
    width: 560px;
    border-radius: 5px;
}

.modal-body .user_profile {
    padding: 5px;
}

.user_profile .flatTable .titleTr {
    height: 70px;
    color: #f6f3f7;
    background: #418a95;
    border: 0px solid;
}

#user_profile_admin_table .flatTable {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-weight: bold;
    color: #6b6b6b;
}

#user_profile_admin_table tr {
    height: 35px;
    border-bottom: rgba(0, 0, 0, .05) 1px solid;
    text-align: left;
}

#user_profile_admin_table tr:first-child {
    border-top-left-radius: 5px;
}

#user_profile_admin_table td {
    box-sizing: border-box;
    padding-left: 10px;

}

#user_profile_admin_table .titleTr {
    height: 70px;
    color: #f6f3f7;
    background: #418a95;
    border: 0px solid;
}

#user_profile_admin_table .headingTr {
    height: 30px;
    background: #418a95;
    color: #f6f3f7;
    font-size: 8pt;
    border: 0px solid;
}

button[disabled], html input[disabled] {
    cursor: default;
    background-color: rgb(241, 241, 241);
    color: rgb(190, 190, 190);
    border: 4px solid rgb(230, 230, 230);
}

input[readonly="readonly"] {
    background-color: rgb(241, 241, 241);
    color: rgb(153, 153, 153);
    border: 4px solid rgb(230, 230, 230);
}

/* ==========================================================================
                             4b. MK Data Modal
/* ==========================================================================
   1. Layout Setup
   ========================================================================== */

#mk_data_table {
    padding: 0px;
    background: #ebebeb;
    width: 588px;
    border-radius: 5px;
}

.modal-body.mk_data {
    padding: 5px;
}

.flatTable .titleTr {
    height: 70px;
    color: #f6f3f7;
    background: #418a95;
    border: 0px solid;
}

#mk_data_table .flatTable {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-weight: bold;
    color: #6b6b6b;
}

#mk_data_table tr {
    height: 50px;
    border-bottom: rgba(0, 0, 0, .05) 1px solid;
}

#mk_data_table td {
    box-sizing: border-box;
    padding-left: 30px;

}

.titleTr {
    height: 70px;
    color: #f6f3f7;
    background: #418a95;
    border: 0px solid;
}

#mk_data_table .headingTr {
    height: 30px;
    background: #418a95;
    color: #f6f3f7;
    font-size: 8pt;
    border: 0px solid;
}

/* ==========================================================================
   5. SVGs
   ========================================================================== */
#bigTriangleShadow {
    position: absolute;
    margin-top: -105px;
    border-bottom: 10px #fff solid;
}

#trianglePath3 {
    fill: white;
}

.svg_container {
    padding: 0 !important;
    margin: 0;
}

svg#bigTriangleShadow {
    background-color: transparent;
}

svg#applications,
svg#sdk,
svg#hardware {
    background-color: #f3f3f3;
}

svg#intro_video {
    background-color: transparent;
}

svg#intro_video #trianglePath1 {
    fill: transparent
}

svg#intro_video_end {
    background-color: blue;
}

svg#intro_video_end #trianglePath1 {
    fill: transparent;
}

svg#intro_video_end #trianglePath2 {
    fill: transparent;
}

.automata_image {
    width: 100%;
}

svg#intro_video #trianglePath2 {
    fill: #a2ff00;
}

svg#bigTriangleShadow #trianglePath1 {
    fill: #BDCCD8;
}

svg#applications #trianglePath1,
svg#sdk #trianglePath1,
svg#hardware #trianglePath1 {
    fill: #DCDCDC;
}

svg#bigTriangleShadow #trianglePath2 {
    fill: #00447C;
}

svg#applications #trianglePath2,
svg#sdk #trianglePath2,
svg#hardware #trianglePath2 {
    fill: gray;
}

.sdk {
    background: #DCDCDC;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ==========================================================================
   6. Header/Hero Section
   ========================================================================== */
.header_content_wrapper h1 {
    letter-spacing: 1px;
    font-weight: 600;
    color: #008080;
}

.header_content_wrapper h4 {
    font-size: 1.5em;
    margin-top: -13px;
}

.header_content_wrapper ul {
    list-style: none;
    font-size: 1.5em;
    padding: 0 !important;
}

.dev_portal_logo {
    top: 20px;
    left: 15px;
    width: 15%;
    margin-right: auto;
    margin-left: auto;
}

.dev_portal_logo img {
    width: 100%;
}

.logo_with_text_image img {
    width: 100%;
}

.ap_chip_mobile img {
    display: none;
}

.logo_wrapper img {
    width: 100%;
}

.chip img {
    width: 100%;
}

.logo_wrapper {
    width: 150px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.header_image {
    padding-left: 12%;
    overflow-x: hidden;
}

.chip {
    width: 50%;
    position: relative;
    top: -130px;
    left: 200px;
}

.home_body {
    background-color: #f4f4f4;
    overflow-x: hidden;
}

.absolute {
    position: absolute;
}

.header_content_wrapper {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: inherit;
    top: 20px;
    color: black;
    overflow-x: hidden;
}

.header_text {
    right: 0;
    top: 30px;
}

.new_header {
    background: url(/assets/gradient_bg-ae1327ede817b53ae72829de00ebe2e43acd4e0d81e751213e781056600a42e3.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    min-height: 70%;
    position: relative;
    padding-top: 3%;
    padding-bottom: 5%;
}

.top {
    position: relative;
    z-index: 1020;
}

.text_section {
    background: url(/assets/text_gradient_bg-6b5a1956d8fe226d2d08e6ab2797d55ad4aba05d33976efd8243aefa9e565484.png) no-repeat center center fixed;
    z-index: 0;
    background-size: cover;
    position: relative;
    display: table !important;
}

.text_section h3 {
    position: relative;
    bottom: 5px;
    width: 90%;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.9em;
    font-family: 'Lato';
    line-height: 1.4em;
    padding: 5px 0;
}

.pull_out {
    display: table-cell;
    vertical-align: middle;
    float: none !important;

}

.ap_chip {
    position: absolute;
    vertical-align: bottom;
    right: 0;
    bottom: 0;
    border: 0;
    z-index: 100;
}

.ap_chip img {
    width: 70%;
    vertical-align: bottom;
    position: relative;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    display: inline-block;
    margin: 15px 30px 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header_btn {
    margin: 0 !important;
    color: #f4f4f4;
    font-size: 1.2em;
    background-color: rgba(255, 255, 255, .12);
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.header_btn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #FFF;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.italics {
    font-style: italic;
    text-transform: none !important;
    font-size: 12px;
    color: #f4f4f4;
}

.ps_loader {
    height: 100%;
}

.header_btn:hover .italics {
    color: black;
}

.header_btn:hover {
    color: black;
}

.header_btn:hover:after {
    height: 260%;
    opacity: 1;
}

.image_wrapper .table thead th {
    text-align: center;
}

.new_header img {
    width: 100%;
}

.new_nav {
    padding: 0 !important;
    color: white;
    margin: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2000;
}

.new_nav a:hover {
    text-decoration: none;
}

.new_nav .button_container:hover {
    background: rgb(245, 245, 245);
    background: rgba(255, 255, 255, .6);
    -pie-background: rgba(255, 255, 255, .6);
}

.new_nav .button_container:hover h5,
.new_nav .button_container:hover .italics {
    color: rgba(44, 44, 44, 1)
}

.new_nav_scroll {
    background: rgb(40, 40, 40);
    background: rgba(40, 40, 40, .8);
    position: fixed !important;
    top: 50px;
    right: 0;
    z-index: 1030;
}

.new_nav_scroll .button_container {
    height: auto;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: transparent;
}

.new_nav_scroll .button_container .italics {
    display: none;
}

.new_nav_scroll .button_container .header_btn {
    background-color: transparent;
}

.button_container {
    width: 23%;
    margin: 0 .5%;
    height: auto;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    padding-top: 25px;
    vertical-align: middle;
    background: rgb(44, 44, 44);
    background: rgba(44, 44, 44, .3);
    -pie-background: rgba(44, 44, 44, .3);
    cursor: pointer;
}

.button_container h5 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 600;
    color: white;
}

.overlay-door {
    z-index: 5000;
}

.call-to-action-list {
    display: inline;
    text-align: center;
    margin-top: 10px;
}

.watch_vid_text {
    position: relative;
    bottom: 13px;
}

.fa-youtube-play:before {
    font-size: 3.8em;
}

.call_to_action_youtube_btn .fa-youtube-play {
    position: relative;
    right: 30px;
}

.call_to_action_youtube_btn {
    padding-top: 40px;
    color: #f4f4f4;
}

.call_to_action_youtube_btn {
    width: 400px;
    top: 20px;
    padding: 0;
    border-radius: 50px;
    border: 1px solid white;
    font-size: 1.1em;
    color: white;
}

.call_to_action_youtube_btn:hover {
    background: rgba(255, 255, 255, .4);
    -pie-background: rgba(255, 255, 255, .4);
}

/* ==========================================================================
   7. About - The Challenge, Approach, Rocket Engine
   ========================================================================== */

.three_discriptions {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #777;
    display: table;
    text-align: center;
}

.three_descriptions_logo {
    text-align: center;
}

.three_descriptions_long {
    margin-top: 30px;
}

.col-centered svg {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.about {
    background-color: rgb(44, 44, 44);
    padding-top: 60px;
    padding-bottom: 50px;
}

.about .column span.fa-stack {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.about .column i.fa-circle {
    color: #f4f4f4 !important;
}

.about .column i.fa-inverse {
    color: black;
}

.about .column h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #f4f4f4;
    font-size: 1.1em;
}

.about .column p {
    text-align: left;
    font-weight: 300;
    line-height: 22px;
    color: #f4f4f4;
    position: relative;
    left: 20px;
    width: 100%;
}

.about .column:nth-child(1) p {
    width: 85%;
}

.about .column:nth-child(2) p {
    width: 85%;
}

.about .column:nth-child(3) p {
    left: 28px;
    width: 85%;
}

.about a {
    color: #A2FF00;
}

/* ==========================================================================
   8. Video Sections
   ========================================================================== */

.video {
    text-align: center;
    vertical-align: middle;
}

.tutorial_video {
    width: 100%;
}

.play_button {
    width: 170px;
    height: 170px;
    top: 50%;
    right: 50%;
    margin-right: -85px;
    margin-top: -85px;
    position: absolute;
    background: url(/assets/png_fallback/playbutton-64d7c74d914edd24a8e62471f1340420e687998970ff90b5c5e38cd7158ce061.png);
    background-repeat: no-repeat;
}

.play_button:hover {
    background: url(/assets/png_fallback/playbutton_hover-138e627e1632b0f7cf676d4f5e7c419aa3220da17ad58d3b3d80bf4fe57afc18.png);
}

.video_bottom_svg {
    width: 100%;
    margin-bottom: -10px;
}

.video_bottom_svg2 {
    margin-top: 5px;
}

.top_video_svg {
    width: 100%;
    max-height: 200px;
}

.video_text_top {
    color: white;
    left: 50%;
    margin-left: -203px;
    top: 25%;
    position: absolute;
    font-size: 2.5em;
    text-transform: uppercase;
    text-shadow: -1px -1px 6px rgba(37, 37, 37, 1);
}

.video_text_top.ap_workbench {
    margin-left: -200px;
}

.video_text_bottom {
    color: #FFF;
    right: 50%;
    top: 50%;
    position: absolute;
}

.trigger_about_video:hover .play_button,
.trigger_tutorial_video:hover .play_button {
    background: url(/assets/png_fallback/playbutton_hover-138e627e1632b0f7cf676d4f5e7c419aa3220da17ad58d3b3d80bf4fe57afc18.png);
    background-repeat: no-repeat;
}

#heading-video_modal .modal-content {
    background-color: black;
}

#heading-video_modal .modal-footer {
    margin-top: 0;
    border: none;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#heading-video_modal .modal-footer .btn {
    border: 2px #f4f4f4 solid;
    border-radius: none;
    background: transparent;
    color: white;
    text-transform: uppercase
}

.youtube iframe {
    z-index: 0;
    width: 100%;
}

.intro_video img {
    width: 100%;
}

.intro_video {
    background: linear-gradient(
            rgba(44, 44, 44, 0.5),
            rgba(44, 44, 44, 0.5)
    ), url('/assets/intro_video-67da3be0af0f8c8e7a716bbfe6597aedcc1a1785f0b788ed66dd7f1e3adf8716.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.software_video {
    background-image: linear-gradient(
            rgba(44, 44, 44, 0.5),
            rgba(44, 44, 44, 0.5)), url('/assets/software_video-d6848f9d53d2609f39f0aeb0bc85ec2e1baa6586bfede64bcf4f6728a950d87a.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -70px;
}

.video_border_right,
.video_border_left {
    height: 100%;
    width: 5%;
    background-color: rgb(44, 44, 44);
    margin-bottom: -91px;
    position: absolute;
    top: 0;
    z-index: 5;
}

.sdk-video_border_right,
.sdk-video_border_left {
    height: 100%;
    width: 5%;
    background-color: rgb(231, 231, 231);
    margin-bottom: -91px;
    position: absolute;
    top: 0;
    z-index: 5;
}

.video_border_right.tut_vid,
.video_border_left.tut_vid {
    background-color: #DCDCDC;
}

.video img {
    position: absolute;
    z-index: 10;
}

.video .top_video {
    top: -1px;
    right: 0;
}

.video .bottom_video {
    bottom: -2px;
    right: 0;
}

.video_mask {
    height: inherit;
    position: relative;
}

.video_border_left {
    left: 0;
}

.video_border_right {
    right: 0;
}

.sdk-video_border_left {
    left: 0;
}

.sdk-video_border_right {
    right: 0;
}

.outer {
    display: table !important;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: green;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

/* ==========================================================================
   9. Hardware Section
   ========================================================================== */

.hardware h2,
.applications h2,
.sdk h2,
.ecosystem h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #555;
    letter-spacing: 1px;
    font-size: 4em;
    padding-bottom: 10px;
}

.hardware {
    background-color: #DCDCDC;
    margin-top: -10px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.hardware-text {
    margin-top: 0;
}

.hardware-img img {
    width: 100%;
}

.hardware-heading-text {
    margin-top: 10px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.move_up {
    margin-top: -50px;
}

.ap_image .row {
    height: 300px;
    width: 100% !important;
    display: table !important;
    margin: 0;
    margin-top: -60px;
}

.hardware_image_container {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.ap_image .about_img img {
    width: 100%;
}

.ap_image .tag_line {
    display: table-cell !important;
    top: 20px;
    float: none !important;
}


.hardware h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em;
    color: #555;
    font-size: 2em;
}

.home-hardware-products{
   /* margin-top: 3.5em;*/
}

.ap_image .tag_line .tag_line_content {
    text-align: left;
    color: #f4f4f4;
}

.hardware-product-title{
    text-align: center;
    color: blue;
}

.center-list{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.home-hardware-product-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 20em;
}

.home-hardware-product-img-full{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 3em;
}

.pcie-board-img{
    height: 18em;
    padding: 1em 0;
}

.home-hardware-products ul{
    margin: 0px!important;
    font-size: 1.4em;
}

.home-hardware-products ul li{
    padding-bottom: 20px;
    width: 80%;
    margin-left: auto!important;
    margin-right: auto!important;
}

.hardware-product-details-btn{
    border: 1px solid black;
    border-radius: 2em;
    font-size: 1.4em;
    padding-bottom: 15px;
    color: #555;
}

.hardware-product-details-btn:hover{
    background-color: rgba(85,85,85, .7);
    color: white;
    border-color: rgba(85,85,85, .7);
}

/* ==========================================================================
   10. Application Section
   ========================================================================== */

.applications .applications_intro {
    margin: 0 0 20px 0;
}

.application_logo svg {
    width: 80%;
}

.application_logo svg path.circle {
    fill: #898989 !important;
}

.application_logo svg path.logo {

    fill: #DCDCDC !important;
}

.app_category:hover .application_logo svg path.circle {
    fill: #355D5F !important;
}

.app_category:hover .application_logo svg path.logo {
    fill: white !important;
}

.app_category:hover .application_name {
    color: #355D5F;
}

.app_category:hover .fa {
    color: #355D5F;
}

.app_category:hover .application_description,
.app_category:hover .application_description_long {
    color: #355D5F;
}

.app_category .application_more {
    display: none;
}

.app_category:hover .application_more {
    display: block;
}

.applications a {
    color: #555;
    text-decoration: none;
}

.applications .app_category:hover {
    background-color: #DCDCDC;
}

.applications h2 {
    padding-bottom: 20px;
}

.applications {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: -10px;
}

.app_category {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #777;
    display: table;
}

.app_category:nth-child(5) {
    border-bottom: 1px solid #777;
}

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

.app_category .application_logo i {
    font-size: 10em;
}

.app_category .application_name {
    font-size: 1.8em;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 40px;
    text-align: center;
}

.app_category .application_description {
    margin-top: 40px;
}

.app_category .application_description_long {
    margin-top: 30px;
}

.app_category .application_more .fa {
    width: 100%;
    margin-top: 30px;
    text-align: right;
}

.col-centered svg path.circle {
    fill: #f4f4f4 !important;
}

.col-centered svg path.logo {
    fill: rgb(44, 44, 44) !important;
}

.gradient {
    height: 100px;
    background-image: linear-gradient(
            #f4f4f4, rgb(44, 44, 44)
    );
}

.centered {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.close {
    padding: 2px;
    color: #2c2c2c;
}

/* ==========================================================================
   11. Software Section
   ========================================================================== */

.download_sdk .btn {
    text-transform: uppercase;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DCDCDC;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.3em;
}

.timeline > li > .timeline-panel {
    left: 0;
}

.timeline > li.timeline-moredetails-inverted {
    position: relative;
    width: 92%;
    left: 42px;
}

ul.timeline > li > .timeline-panel:before {
    border-left-width: 15px;
    border-right-width: 0;
    right: -16px;
    left: auto;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 8px;
    right: -16px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

ul.timeline > li > .timeline-panel:after {
    border-left-width: 15px;
    border-right-width: 0;
    right: -16px;
    top: 9px;
    left: auto;
}

/* ==========================================================================
   12. Ecosystem Section
   ========================================================================== */

.ecosystem {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: -10px;
}

.ecosystem .column h5 {
    color: black !important;
}

#ecosystem a {
    color: #617E2E;
    font-weight: bold;
}

.ecosystem .column p {
    text-align: left;
    font-weight: 400;
    line-height: 22px;
    color: black;
}

.caption {
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
}

.ecosystem_svg img {
    width: 100%;
}

/* ==========================================================================
   13. Footer Section
   ========================================================================== */

.footer .row {
    border-top: 1px #969292 dotted;
    border-bottom: 1px #969292 dotted;
    padding-bottom: 10px;
    padding-top: 10px;
}

.new_footer .footer_list {
    position: relative;
    bottom: 0px;
}

.footer_new {
    position: relative;
    background-color: black;
    color: white;
    padding-bottom: 0;
    width: 100%;
    z-index: 400;
    bottom: 0;
    left: 0;
    margin-top: 60px;
}

.footer_new .footer_margin {
    width: 100%;
    height: 50px;
    z-index: 500;
}

.footer_margin img {
    height: 100%;
}

.footer_not_home {
    position: absolute;
    /*position: relative;*/
    width: 100%;
    bottom: 0;
}

.footer_not_home .footer_margin {
    margin-top: 0;
}

.footer_new svg {
    margin-top: -10px;
}

.footer_title {
    text-transform: uppercase;
    line-height: 10px;
}

.footer_title.automata {
    font-size: 35px;
}

.footer_title.processor {
    font-size: 15px;
}

.footer_logo_text {
    padding-left: 40px !important;
    padding-top: 20px;
}

.footer_logo_text h5 {
    color: #a2ff00;
}

.footer_go_right {
    display: block;
    margin-right: 200px;
    margin-bottom: 10px;
}

.footer_image {
    position: relative;
}

.footer_image img {
    border: 1px solid #898989;
    border-radius: 10px;
    margin-top: 10%;
    width: 70%;
    right: 0;
    position: absolute;
}

ul.footer_list li {
    list-style-type: none;
    display: inline;
    padding: 7px 7px;
    border-left: 1px #D5D3D3 solid;
    text-transform: uppercase;
    font-size: 12px;
}

ul.footer_list li a {
    color: #777 !important;
}

ul.footer_list li:first-child {
    border: none !important;
    padding-right: none !important;
}

ul.footer_list {
    margin-left: -40px;
    margin-top: -45px;
}

ul.logos li {
    list-style-type: none;
    display: inline;
}

/* ==========================================================================
                        Applications Article Pages
/* ==========================================================================
   1. Layout Setup
   ========================================================================== */
.wrapper {
    padding-left: 300px;
    transition: all 0.4s ease 0s;
    margin-top: -10px;

}

.side-bar {
    left: 0;
    width: 300px;
    position: fixed;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: -10px;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    background-color: black;
}

.top_nav {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15px;
    padding-top: 15px;
    color: white;
    z-index: 100;
    background-image: url(/assets/sidebar_bg-e30029b132cf515d275e15f03dd030b76a6a71c42057bced8ab890c4f1dd5052.png);
}

.top_nav svg {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.top_nav svg {
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 100px;
}

.top_nav .selected svg {
    border: 2px solid #2c2c2c;
    border-radius: 100px;
}

.top_nav .selected svg path.circle {
    fill: transparent !important;
}

.top_nav .selected svg path.logo {
    fill: #2c2c2c !important;
}

.top_nav svg path.circle {
    fill: transparent !important;
}

.top_nav svg path.logo {
    fill: rgba(255, 255, 255, .7) !important;
}

.top_nav h3 {
    text-transform: uppercase;
    text-align: center;
}

.top_nav ul {
    list-style: none;
    margin-left: -20px;
}

.top_nav .li_selected {
    background-color: rgba(220, 220, 220, .7);
    -pie-background: rgba(220, 220, 220, .7);
    color: #2c2c2c;
}

.top_nav a {
    color: white;
}

.top_nav ul li .cat {
    margin-top: -15px;
    padding-left: 50px;
}

.top_nav ul li {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .3);
    -pie-background: rgba(255, 255, 255, .3);
    width: 100%;
    padding-left: 10px;
    padding-top: 3px;
    height: 50px;
    margin-top: 8px;
}


.top_nav .li_icon {
    height: 35px;
    width: 35px;
    margin-top: -15px;
    display: inline-block;
}

.top_nav .li_icon svg {
    height: 100%;
    width: 100%;
}

.back_btn {
    height: 40px;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    background: url(/assets/png_fallback/backbutton-b1678386bae0d89413cc892430193902c268d11229ac30a797cff23d4e46b72b.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.back_btn:hover {
    background: url(/assets/png_fallback/backbutton_hover-5ba219e594f770ff32c6b8da9d0de58ef0211db646c2d6be43f0cc885efda8b6.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.a_back:hover {
    text-decoration: none;
    color: #888888;
}

.bottom_img {
    bottom: -30px;
    position: absolute;
    height: 50%;
    width: 100%;
    background-image: url(/assets/bottom_dots-5edcbe8d813a2d6d053f9b0b21c260a39032bf129d229803b0652647d6c73648.png);
}

.vertical_content_wrapper img {
    max-width: 100%;
}

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

.image_wrapper {
    text-align: center;
    padding: 20px 0;
}

.image_wrapper svg {
    width: 100%;
}

.vertical_content ul li,
.vertical_content ol li {
    font-family: 'Lato';
}

.topSvg {
    margin-top: -10px;
}

.app_page {

    margin-top: -10px;
}

.app_main_article {
    margin-left: auto;
    margin-right: auto;
}

a.back p {
    color: #DCDCDC;
    size: 1em;
    margin-top: 40px;
}

/* Main Heading */
.app_main_article h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 5em;
    padding-bottom: 40px;
}

/* Sub Heading */
.app_main_article h4 {
    font-size: 2em;
}

.vertical_content h5 {
    color: green;
    font-size: 1.2em;
}

.applications_page {
    margin-top: -10px;
}

.app_main_article img {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.app_main_article p {
    font-size: 1em;
    color: #777;
    padding: 10px 0;
    line-height: 1.7em;
}

.light_gray_background {
    background-color: #f4f4f4;
}

.icon-notanicon {
    font-family: 'Lato', Helvetica, Geneva, SansSerif;
    font-weight: bold;
}

.left_side_picture {
    position: fixed;
    height: 100%;
    margin-top: -10px;
    display: block;
    width: 300px;
}

.image_container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.image_container img {
    height: 100%;
    margin-left: -180px;
}

.vertical_content_wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.vertical_content {
    margin-left: 60px;
}

.navbar-brand {
    padding: 10px;
    height: 50px;
}

.vertical_content_wrapper h3 {
    padding-top: 30px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-bottom: 30px;
}

.vertical_content_wrapper h4 {
    padding-top: 30px;
    color: green;
    font-size: 1.4em;
}

.svg_width {
    width: 100%;
}

.footer_svg {
    width: 100%;
    margin-top: 0;
}

.header_svg {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   1. BioInformatics Setup
   ========================================================================== */

.bioinformatics.papers ul {
    text-align: left !important;
    list-style: none;
    padding-left: 0;
}

.bioinfomatics.papers ul li {
    color: green !important
}

.video {
    height: 300px;
}

.sdk_image img {
    padding-top: 100px;
    width: 100%;
}

/* ==========================================================================
   2. Big Data Setup
   ========================================================================== */



.lev.call_to_action_youtube_btn {
    background: gray;
    width: 175px;
    height: 125px;
    top: -13px;
    border-radius: 20px;
}

.lev.call_to_action_youtube_btn .fa-youtube-play {
    position: relative;
    right: -60px;
    top: 20px;
}

.lev.watch_vid_text {
    position: relative;
    bottom: -47px;
    right: 37px;
}

.lev.call_to_action_youtube_btn:hover {
    background: rgba(78, 78, 78, 0.4);
    -pie-background: rgba(78, 78, 78, .4);
}

.call_to_action {
    padding-top: 40px;
    color: #f4f4f4;
}

.call_to_action_btn {
    width: 400px;
    top: 20px;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid white;
    font-size: 1.1em;
    color: white;
}

.call_to_action_btn:hover {
    background: rgba(255, 255, 255, .4);
    -pie-background: rgba(255, 255, 255, .4);
}

.biotable th {
    font-weight: normal;
}

/* ==========================================================================
                                   Admin Pages
/* ==========================================================================
   1. Layout Setup
   ========================================================================== */

/*table#pending_list, table#approved_list, table#user_list {*/
    /*transform: scale(0.8, 0.8);*/
    /*float: left;*/
    /*position: relative;*/
/*}*/

/*table#pending_list {*/
    /*right: 100px;*/
/*}*/

/*table#approved_list {*/
    /*right: 160px;*/
    /*bottom: 10px;*/
/*}*/

/*table#user_list {*/
    /*right: 140px;*/
    /*bottom: 80px;*/
/*}*/

.admin_home th {
    text-transform: uppercase;
}

.admin_home i {
    cursor: pointer;
    float: right;
}

.admin_home td {
    vertical-align: middle;
}

.admin_home button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.admin_home td.admin {
    text-align: center;
    margin: 0 auto;
}

.admin_home td.confirmation,
.admin_home td.admin {
    text-align: center;
}

.admin_home td.confirmation .loading_text {
    display: none;
    text-align: center;
    font-size: 2em;
}

.admin_home td.admin .loading_text {
    display: none;
    text-align: center;
    font-size: 2em;
}

.loading_text {
    display: none;
    text-align: center;
    font-size: 2em;
}

.admin_home .admin_note {
    border: 1px solid rgb(111, 111, 81);
    font-family: inherit;
    font-size: inherit;
    background: rgb(243, 243, 243);
    cursor: pointer;
    padding: 10px 19px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
    width: 130px;
    text-align: left;
}

a.admin_note {
    text-decoration: none;
}

.admin_home .admin_fail {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #FF0000;
    cursor: pointer;
    padding: 10px 19px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

a.admin_fail {
    text-decoration: none;
}

.admin_home button.admin_pass {
    border: 1px solid #008000;
    background: #008000;
    color: #fff;
}

.admin_home button.approve {
    border: 1px solid blue;
}

.admin_home button.reject {
    border: 1px solid purple;
}

.admin_home button.admin_remove {
    border: 1px solid red;
}

.admin_home button.admin_remove:hover {
    background-color: red;
    color: white;
}

.admin_home button.admin_add {
    border: 1px solid green;
}

.admin_home button.admin_add:hover {
    background-color: green;
    color: white;
}

.admin_home h3 {
    margin-top: 20px;
}

.sign_in_form label {
    text-transform: uppercase;
    padding-top: 10px;
}

/* ==========================================================================
   2. Sign-In Form
   ========================================================================== */
.sign_in_form input[type="email"],
.sign_in_form input[type="password"] {
    display: block;
    margin: 0.3em 0 0 0;
    padding: 0.5em 1em 0.5em 0.7em;
    width: calc(100% - 2em);
    border: 1px solid black;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1em;
    line-height: 1;
}

/* ==========================================================================
   3. Columns in Admin Table
   ========================================================================== */

.admin_home .sort_by_email {
    width: 70px;
}

.admin_home .sort_by_email i {
    float: none;
}

.sort_by_email button {
    top: 8px;
    float: right;
}

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

.chapter_content .table{
    margin-bottom: 30px!important;
}

/* License Type */
.float-left-license-type {
    float: left;
    padding-right: 30px;
}

.license-type-li-container {
    padding-left: 10px;
}

.license-type-li {
    list-style: none;
}

#license-type-footer.modal-footer {
    margin-top: 45px;
}

/* Admin Delete Button*/

.admin_delete {
    padding: 12px;
    padding-top: 11px;
    padding-bottom: 14px;
    line-height: 42px;
    font-weight: bolder;
    color: #AAAAAA;
    font-size: 15px;
    margin-left: 8px;
    font-family: arial, sans-serif;
}

.admin_delete:hover {
    text-decoration: none;
    font-weight: 600;
    color: #414141;
}

.csv {
    background: rgb(236, 236, 236);
    width: 13%;
    float: right;
    left: 30px;
    line-height: 1em;
    padding: 10px;
    bottom: 50px;
}

.csv.btn:hover {
    background: rgb(154, 182, 163);
    color: #fff;
}

/* ==========================================================================
                                  SDK Simulation Pages
/* ==========================================================================
   1. Layout Setup
   ========================================================================== */

.top_nav_sim {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15px;
    padding-top: 15%;
    color: white;
    z-index: 100;
    background-image: url(/assets/sidebar_bg-e30029b132cf515d275e15f03dd030b76a6a71c42057bced8ab890c4f1dd5052.png);
}

.top_nav_sim svg {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.top_nav_sim svg {
    border: 0 solid rgba(255, 255, 255, .7);
    border-radius: 100px;
}

.top_nav_sim .selected svg {
    border: 0 solid #2c2c2c;
    border-radius: 100px;
}

.top_nav_sim .selected svg path.circle {
    fill: transparent !important;

}

.top_nav_sim .selected svg path.logo {
    fill: #2c2c2c !important;
}

.top_nav_sim svg path.circle {
    fill: transparent !important;
}

.top_nav_sim svg path.logo {
    fill: rgba(255, 255, 255, .7) !important;
}

.top_nav_sim .selected svg path.logo-selected {
    fill: rgba(255, 255, 255, 0.7) !important;
}

.top_nav_sim h3 {
    text-transform: uppercase;
    text-align: center;
}

.top_nav_sim ul {
    list-style: none;
    margin-left: -20px;
}

.top_nav_sim .li_selected {
    background-color: rgba(220, 220, 220, .7);
    -pie-background: rgba(220, 220, 220, .7);
    color: #2c2c2c;
}

.top_nav_sim a {
    color: white;
}

.top_nav_sim ul li .cat {
    margin-top: -15px;
    padding-left: 50px;
}

.top_nav_sim ul li {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .3);
    -pie-background: rgba(255, 255, 255, .3);
    width: 90%;
    padding-left: 10px;
    padding-top: 3px;
    height: 50px;
    margin-top: 8px;
}

.top_nav_sim .li_icon {
    height: 35px;
    width: 35px;
    margin-top: -15px;
    display: inline-block;
}

.top_nav_sim .li_icon svg {
    height: 100%;
    width: 100%;
}

/* ==========================================================================
                         Download SDK Installers Page
/* ==========================================================================
   1. Layout Setup
   ========================================================================== */

#sdk-release-note {
    padding: 50px;
}

#vacc table tr td:last-child {
    vertical-algin: top;
}
.welcome-message {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.welcome-message .col-full {

}

.welcome-message h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1.2;
}

.welcome-message p {
    font-size: 21px;
    color: #ddd;
    margin-bottom: 35px;
}

.welcome-message p a {
    color: #ddd;
    margin: 0 5px 0 5px;
}

/* Table Design */
#sdk-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

#sdk-accordion .new_header {
    background: url(/assets/gradient_bg-ae1327ede817b53ae72829de00ebe2e43acd4e0d81e751213e781056600a42e3.png);;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    min-height: 70%;
    position: relative;
    padding-top: 3%;
    padding-bottom: 5%;
}

#sdk-accordion .bg-warning-preview {
    color: #fff;
    text-align: center;
}

#sdk-accordion h3 {
    font-weight: 900;
    padding: 30px 0 30px 0;
    line-height: 0px;
}

#sdk-accordion a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#sdk-accordion .version-sm {
    font-size: 10px;
    color: #888;
    padding: 5px 0 0 0;
}

#sdk-accordion .sdk-size {
    padding: 0 0 0 10px;
}

#accordion .btn-release-notes.btn {
    padding: 12px 0;
    color: #333 !important;
    -webkit-font-smoothing: antialiased;
    width: 20%;
    border: 1px solid #c4c4c4;
}

#accordion .btn-download.btn {
    padding: 5px;
    background-color: hsl(33, 0%, 20%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474747", endColorstr="#333333");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#474747), to(#333333));
    background-image: -moz-linear-gradient(top, #474747, #333333);
    background-image: -ms-linear-gradient(top, #474747, #333333);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(top, #474747, #333333);
    background-image: -o-linear-gradient(top, #474747, #333333);
    background-image: linear-gradient(#474747, #333333);
    border-color: #333333 #333333 hsl(33, 0%, 18%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
    -webkit-font-smoothing: antialiased;
    width: 85%;
    margin: 10px auto;
}

/* New Bootstrap Styles for flat design */
#accordion .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

#accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgba(221, 221, 221, 0);;
}

#accordion .panel-default > .panel-heading.active-panel {
    background: #9FB8A9;
    color: #DFEFF9;
}

#accordion .panel-default > .panel-heading {
   /* background: #888;*/
   background: #DCDCDC;
}

#accordion .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    position: relative;
    top: -18px;
}

#accordion .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

#accordion .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

#accordion .panel-heading {
    padding: 19px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#accordion .panel-body {
    padding: 0;
    text-align: center;
}

#accordion table {
    border-collapse: separate;
    background: #fff;
    width: 100%;
}

#accordion thead th:nth-last-child(2), #accordion thead th:last-child, #accordion thead th:first-child {
    text-align: center;
}

#accordion thead th {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    text-align: center;
    padding: 10px;
    background: #D8D8D8;
}

#accordion tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #5f6062;
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#accordion tbody tr td:nth-last-child(2), #accordion tbody tr td:last-child, #accordion tbody tr td:first-child {
    text-align: center;
}

#accordion tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

#accordion tbody tr:last-child td {
    border-bottom: none;
}

#accordion tbody:hover > tr td {
    opacity: 0.5;

    /* uncomment for blur effect - kwj*/
    /* color:transparent;
    @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}

#accordion tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    opacity: 1.0;
}

/* Admin User Section */

/* SDK Release - Admin Portal Home */
#sdk-bg {
    position: relative;
    height: 700px;
    width: 100%;
    background: url(/assets/gradient_bg-ae1327ede817b53ae72829de00ebe2e43acd4e0d81e751213e781056600a42e3.png);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sdk-box {
    position: relative;
    top: 50px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background: RGBA(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .45);
}

.sdk-box-new {
    height: 380px;
}

.sdk-box-edit {
    height: 550px;
}

.sdk-box-show {
    height: 380px;
}

.sdk-box h1 {
    padding: 15px 0;
    background: #A8A8A8;
    font-size: 1.5em;
}

.sdk-box p {
    text-align: left;
    margin-left: 10%;
    padding-top: 20px;
}

#new_sdk_release h3 {
    text-align: left;
    margin-left: 10%;
    font-size: 1.3em;
}

.sdk-textbox {
    height: 50px;
    width: 80%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}

textarea#sdk_release_title, textarea#sdk_release_directRoot, textarea#sdk_release_state {
    height: 50px;
    width: 80%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}

#sdk-bg .form-actions input[type="submit"] {
    height: 50px;
    width: 80%;
    border-radius: 0;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 6%;
    margin-bottom: -2px;
    background: #90c843;
    color: #FFF;
    font-weight: bold;
    font-size: 12pt;
    transition: background .4s;
    cursor: pointer;
}

#sdk-bg .form-actions {
    border: none !important;
    right: 0;
    position: relative;
    margin: 0 auto;
}

.file-upload {
    position: relative;
    overflow: hidden;
    background: #3276b1;
    color: #ffffff;
    width: 360px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn.sdk-submit-btn {
    height: 50px;
    width: 80%;
    border-radius: 0;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 7%;
    margin-bottom: 30px;
    background: #90c843;
    color: #FFF;
    font-weight: bold;
    font-size: 12pt;
    transition: background .4s;
    cursor: pointer;
}

.btn.sdk-edit-btn {
    height: 50px;
    width: 80%;
    border-radius: 0;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 7%;
    margin-bottom: 30px;
    background: #888;
    color: #444;
    font-weight: bold;
    font-size: 12pt;
    transition: background .4s;
    cursor: pointer;
}

.btn.sdk-show-btn {
    height: 50px;
    width: 80%;
    border-radius: 0;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 7%;
    margin-bottom: 30px;
    background: #888;
    color: #444;
    font-weight: bold;
    font-size: 12pt;
    transition: background .4s;
    cursor: pointer;
}

a.btn.sdk-back-btn {
    border: 1px solid #444;
    width: 80%;
    position: relative;
    bottom: 33px;
    margin-left: 7%;
}

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

#sdk-section {
    margin: 0 0 200px 0;
}

#sdk-section .bg-warning {
    width: 95%;
    background: #fcf8e3;
    margin-left: 30px;
    font-size: 14px;
    color: inherit;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
}

#sdk-section .bg-warning:hover {
    text-decoration: none;
    color: #181818;
    font-weight: bold;
    background: #EAE5C6;
}

.sdk-links:hover {
    color: rgb(6, 129, 6);
}

#sdk-section table.table {
    background: #f2f2f2;
    width: 95%;
    margin: 0 auto;
}

#sdk-section h1 {
    padding: 10px;
}

.sdk-links {
    border: 1px solid #888;
    width: 100%;
    background: #F5F5F5;
    bottom: 30px;
    margin-left: 12px;
}

#sdk-section table.table td {
    background: #fff;
    border-bottom: 1px solid #C0C0C0;
    text-align: center;
}

#sdk-section table.table td:nth-child(2) {
    text-align: left;
}

#doxygen-section {
    margin: 0;
}

.btn.sdk-links:hover {
    color: rgb(6, 129, 6);
}

#doxygen-section table.table thead {
    background: #f2f2f2;
}

#doxygen-section h1 {
    padding: 10px;
}

/*.btn.sdk-links {*/
/*border: 1px solid #888;*/
/*width: 95%;*/
/*background: #F5F5F5;*/
/*bottom: 30px;*/
/*margin-top: 30px;*/
/*margin-left: 30px;*/
/*font-size: 14px;*/
/*color: inherit;*/
/*cursor: pointer;*/
/*padding-top: 10px;*/
/*text-align: center;*/
/*display: inline-block;*/
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/
/*font-weight: 700;*/
/*outline: none;*/
/*position: relative;*/
/*border-radius: 2px;*/
/*box-sizing: border-box;*/
/*}*/

.btn.sdk-links {
    border: 1px solid #888;
    width: 25%;
    background: #F5F5F5;
    bottom: 30px;
    margin-top: 70px;
    margin-left: 30px;
    font-size: 14px;
    color: inherit;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 50%;
    margin-left: 37%;
}
#doxygen-section .btn.sdk-links {
    border: 1px solid #888;
    width: 100%;
    background: #F5F5F5;
    bottom: 30px;
    margin-left: 12px;
}

.intro-text {
    margin-left: 12px;
}
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=9aba63bc-b750-497d-8df7-7018a9b90222&fontids=724815");

@font-face{
	font-family:"FrutigerLTW02-45Light";
	src: url('/images/99f761bf9f304bddb284ee7038dc52c9.eot?#iefix');
	src: url('/assets/fonts/99f761bf9f304bddb284ee7038dc52c9-12059ce97ffeda8434180d1ed594776598cb1670e1cb50d42b6819e57cbbf1eb.eot?#iefix') format("eot"),
	url('/assets/fonts/59d9a83f40454d43af46655f845461ee-8a2d9a2ea738e3d08af394d05783712acbe675873c46ea8325f63dd39ceeb6c0.woff') format("woff"),
	url('/fonts/f901b5039104414aa856af9bcc802b5c.ttf')  format("truetype"),
	url('/assets/fonts/e4d07d96899347b99f1d1e228bf1c529-2de1285921deded7cbee2b42b21b5fbce195b4cbf43e094fde3d6b4f3ee19be1.svg#e4d07d96-8993-47b9-9f1d-1e228bf1c529') format("svg");
}

.software-section{
    font-family: 'Lato','Helvetica', Arial, sans-serif;
}
.software-section strong{
    font-weight: 700;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline h4{
    margin:0 0 5px 0;
}
.software-subtitle {
    font-size: 2em;
    padding-left: 40px;
    color: #6D6D6D;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #fff;
}
/* Timeline List Inverted and Not Inverted */
.timeline > li {
   /* margin-bottom: 20px;*/
    padding: 20px 0 0 0;
    position: relative;
}
.timeline-body li {
    padding-bottom: 10px;

}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-radius: 50%;
}

.compiler-section {
    margin: 30px 0 0 0;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li.timeline-moredetails-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-moredetails-inverted{
    position: relative;
}
.timeline > li.timeline-moredetails-inverted{
    position: relative;
}
.timeline > li.timeline-moredetails-inverted >.timeline-panel {
    width: 46%;
    float: right;
    background: #EDFFDF;
    border: 1px solid rgb(107, 202, 88);
    border-radius: 5px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.moredetails-inverted-lists li{
    margin: 0;
    top: 20px;
}

.timeline > li.timeline-moredetails-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
    border: 1px solid rgb(107, 202, 88);
    border-right-width: 40px;
    top: 30px;
    left: -41px;
    right: auto;
}
.timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 26px;
    left: -18px;
    margin-left: -25px;
    background-color: rgb(107, 202, 88);
    z-index: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-moredetails-inverted > .timeline-panel:before {
    position: absolute;
    top: 25px;
    right: -15px;
    display: inline-block;
    border-top: 0 solid transparent;
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.route-system {
     position: relative;
     top: -60px;
 }

/* Badge Colors */
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}


/* Position Laptop */
.timeline > li > .timeline-laptop {
    color: #fff;
    width: 170px;
    height: 170px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: -93px;
    left: 50%;
    margin-left: -135px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline_laptop_pos{
    width: 150%;
    margin: auto;
    vertical-align: middle;
    position: relative;
    top: 20px;
}

/* Timeline Text Treatments*/
.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.cta-software-section {
    width: 100%;
    height: 250px;
    margin: auto;
   /* margin-top: 30px;*/
    padding: 1.5rem;
    box-shadow: 0 1px 2px #aaa;
    background: white;
    border-radius: 3px;
    -webkit-user-select: none;
    position: relative;
    z-index: 0;
    top: -11px;
}
.cta-software-section-container {
    display: block;
    position: relative;
    margin: auto;
    padding: 1.5rem 0 0;
    background: #f4f4f4;
    overflow: hidden;
    top: -40px;
    margin-top: 30px;
}
.cta-software-section h3{
    color: #666666;
    font-size: 1.8em;
    line-height: 30px;
    margin-top: 0;
}
.cta-left {
    position: relative;
    float:left;
    width: 40%;
    height: 125px;
    margin: auto;
    margin-top: 10px;
    padding: 1.5rem;
    box-shadow: 1px 1px 10px #aaa;
    background: #f9f9f9;
    border-radius: 3px;
}


.cta-btn {
    border: 1px solid #666666;
    background: #7f8c8d;
    font-family: inherit;
    font-size: inherit;
    color: #ffffff;
    cursor: pointer;
    width: 95%;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: absolute;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    bottom: 10px;
    left: 12px;
}
.cta-btn:hover {
    border: 1px solid #666666;
    background-color: #3c686a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    text-decoration: none;
}

.cta-right {
    position: relative;
    float: right;
    width: 40%;
    height: 125px;
    margin: auto;
    margin-top: 10px;
    padding: 1.5rem;
    box-shadow: 1px 1px 10px #aaa;
    background: #f9f9f9;
    border-radius: 3px;
}
.cta-divider {
    position: relative;
    float: left;
    width: 2px;
    height: 125px;
    background-color: rgba(138, 138, 138, 0.32);
    left: 10%;
    top: 10px;
}
.cta-or-divider{
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 38px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 5px solid #ffffff;
}

/* New CSS ARCH FOR SOFTWARE */
/*.parent_software_container {*/
/*width: 100%;*/
/*height: 500px;*/
/*border: 1px solid darkblue;*/
/*}*/
/*.parent_software_container li {*/
/*list-style: none;*/
/*}*/
/*.page-header {*/
/*padding-bottom: 9px;*/
/*margin: 40px 0 20px;*/
/*border-bottom: 2px solid #fff;*/
/*}*/

/*.timeline:before {*/
/*top: -8px;*/
/*bottom: 0;*/
/*position: absolute;*/
/*content: " ";*/
/*width: 2px !important;*/
/*background-color: #FFFFFF !important;*/
/*left: 50%;*/
/*margin-left: -1.5px;*/
/* padding-bottom: 130px; */
/*height: 660px;*/
/*}*/
/*div.timeline-panel {*/
/*float: left;*/
/*background: #fff;*/
/*border: 1px solid #FFFFFF;*/
/*border-radius: 2px;*/
/*padding: 20px;*/
/*position: relative;*/
/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
/*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
/*width: 350px;*/
/*margin-right: 70px;*/
/*top: 40px;*/
/*left: 40px;*/
/*}*/
/*.timeline-panel:after {*/
/*position: absolute;*/
/*top: 27px;*/
/*right: -14px;*/
/*display: inline-block;*/
/*border-top: 14px solid transparent;*/
/*border-left: 14px solid #fff;*/
/*border-right: 0 solid #fff;*/
/*border-bottom: 14px solid transparent;*/
/*content: " ";*/
/*}*/
/*.timeline-badge {*/
/*color: #fff;*/
/*width: 50px;*/
/*height: 50px;*/
/*line-height: 50px;*/
/*font-size: 1.4em;*/
/*text-align: center;*/
/*position: absolute;*/
/*top: 16px;*/
/*left: 50%;*/
/*margin-left: -25px;*/
/*background-color: #999999;*/
/*z-index: 100;*/
/*border-radius: 50%;*/
/*}*/
/*.fa-laptop:before {*/
/*content: "\f109";*/
/*position: relative;*/
/*top: -19px;*/
/*font-size: 1.3em;*/
/*}*/

/* Media Queries */

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1280px) {
    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        top: 26px;
        left: -26px;
        margin-left: -25px;
    }
    .route-system {
        top: -20px;
    }
    .cta-software-section {
        width: 100%;
        height: 250px;
        top: -11px;
    }
    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }
    .software_video {
        height: 600px !important;
    }
}

@media screen and (max-width: 1005px) {
    .timeline > li > .timeline-panel {
        width: 43%;
        float: left;
        left: 33px;
    }
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left: 13px;
    }
    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -6%;
    }
    .cta-software-section {
        width: 90%;
    }
    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }
    .software_video {
        height: 600px !important;
    }
    .play_button {
        width: 170px;
        height: 170px;
        top: 60%;
    }

}

@media screen and (max-width : 992px) {
    .timeline > li > .timeline-panel {
        width: 43%;
        float: left;
        left: 15px;
    }
    /*.timeline > li.timeline-moredetails-inverted {*/
        /*position: relative;*/
        /*width: 92%;*/
        /*left: 39px;*/
    /*}*/
    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -7%;
    }
    .cta-software-section {
        width: 93%;
        height: 300px;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }
    .cta-left {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-right {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 25px;
    }
    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 7px;
    }
    .software_video {
        height: 500px !important;
    }
    .play_button {
        width: 170px;
        height: 170px;
        top: 60%;
    }
    .route-system {
        top: -20px;
    }

}

@media screen and (max-width: 979px) {
    .timeline > li > .timeline-panel {
        width: 43%;
        float: left;
        left: 17px;
    }
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left:  30px;
    }
    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -8%;
    }
    .cta-software-section {
        width: 90%;
        height: 300px;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }
    .cta-left {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-right {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 25px;
    }
    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 7px;
    }
    .software_video {
        height: 500px !important;
    }
    .play_button {
        width: 170px;
        height: 170px;
        top: 60%;
    }
    /*.route-system {*/
        /*top: -80px;*/
    /*}*/
    .software_video {
        height: 500px !important;
    }
    .play_button {
        width: 170px;
        height: 170px;
        top: 60%;
    }

}

@media screen and (max-width : 768px)
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .timeline > li > .timeline-panel {
        width: 43%;
        float: left;
        left: 17px;
    }
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left:  30px;
    }
    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -18px;
    }
    .cta-software-section {
        width: 90%;
        height: 300px;
    }
    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }
    .cta-left {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-right {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 10px;
    }
    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 7px;
    }
    .software_video {
        height: 400px !important;
    }
    .play_button {
        width: 170px;
        height: 170px;
        top: 60%;
    }
    /*.route-system {*/
        /*top: -80px;*/
    /*}*/

}

@media screen and (max-width: 600px){
    .software-subtitle {
        width: 75%;
        font-size: 2em;
        padding-left: 40px;
        color: #6D6D6D;
    }
    .software_video {
        height: 400px !important;
    }
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(85% - 60px);
        width: -moz-calc(85% - 60px);
        width: -webkit-calc(85% - 60px);
    }
    .timeline > li > .timeline-panel {
        left: -63px;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 138%;
        left: -42%;
        top: 10px;
    }
    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border: 1px solid rgb(107, 202, 88);
        border-right-width: 55px;
        top: 30px;
        left: -56px;
        right: auto;
    }
    .timeline > li.timeline-moredetails-inverted >.timeline-panel {
        top: 10px;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -37px;
    }
    .cta-software-section {
        width: 95%;
        height: 315px;
        left: 0;

    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }
    .cta-software-section h3 {
        color: #666666;
        font-size: 1.5em;
        line-height: 30px;
        margin-top: 0;
    }
    .cta-left {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-right {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }
    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 30px;
    }
    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }
    .software_video {
        height: 400px !important;
    }
    .play_button {
        width: 170px;
        height: 170px;
        top: 65%;
        left: 40%;
        background-size: 120px 120px;
    }
    .play_button:hover {
        background-image: url(/assets/png_fallback/playbutton_hover-138e627e1632b0f7cf676d4f5e7c419aa3220da17ad58d3b3d80bf4fe57afc18.png);
        background-size: 120px 120px;
        width: 120px;
        height: 120px;
    }
}
/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.85);
    -pie-background: rgba(10, 10, 10, 0.85);
    /*background: rgba(153,204,51,0.9);*/
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 80px;
    /*	overflow: hidden;*/
    border: none;
    /*	text-indent: 200%;*/
    outline: none;
    z-index: 100;
    /*	margin-top: 60px;*/
    color: white;
    background: transparent;
}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}

/* Effects */
.overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;
    /*z-index: 1000;*/
    z-index: 5000;
}

.overlay-door.open {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;

}

/*.overlay-door nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}*/

.overlay-door nav,
.overlay-door .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.overlay-door.open nav,
.overlay-door.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.overlay-door.close nav,
.overlay-door.close .overlay-close {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.home_video {
    /*    width: 610px;
        height: 410px;*/
    height: 0;
    padding-top: 56.25%; /* 16:9 */
    position: relative;

    /*    background-color: red;
        height: 0;
        padding: 56.25% 0 0 0;*/
}

.video_wrapper {
    width: 80%;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top: -20%;
    z-index: 1000;
    /*	 top: 15%;*/
}

.lev_video_wrapper {
    width: 80%;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top: 6%;
    z-index: 1000;
    /* top: 15%; */
}

.lev_video_wrapper:after {
    padding-bottom: 56.25%; /*16:9 ratio*/
    display: block;
    content: '';
    background-color: black;
}

.video_wrapper:after {
    padding-bottom: 56.25%; /*16:9 ratio*/
    display: block;
    content: '';
    background-color: black;
}

.main {
    background-color: black;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; /*fill parent*/
}

.overlay-door.open .home_video {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.overlay-door.close .home_video {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.overlay-door .home_video {
    display: none;
}

.overlay-door.open .home_video {
    display: block;
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}



/*body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;
  &:visited {
    color: #666;
  }
  &:hover {
    color: #fff;
    background-color: #000;
  }
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
  }
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
  }
  ul li {
    font-size: 12px;
    list-style: square;
  }
}
*/

.absolute_caret {
    position: absolute;
    right: -245px;
    top: 42px !important;
}

.absolute_caret_ap_wb_manual {
    position: absolute;
    right: 30px;
    top: -20px !important;
}

.toc_format {
    /*  background-color: orange;*/
}

#preview_doxygen{
    width: 100%;
    height: 500px;
}

.monospace-font{
    font-family: "Lucida Console", monospace
}

.extab-content.tab-content{
    margin-top: 10px;
}

.monospace-font pre{
    padding: 5px 5px;
}

pre .extab-content{
    line-height: 1!important;
}

.line .lineno{
    display: none;
}

/*.extab-content.tab-content .fragment{
    padding: 5px;
}*/

div.line{
  font-family: monospace, fixed;
  font-size: 13px;
  min-height: 13px;
  line-height: 1.0;
  text-wrap: unrestricted;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-top: -10px;
  -webkit-transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-color, box-shadow;
  -moz-transition-duration: 0.5s;
  -ms-transition-property: background-color, box-shadow;
  -ms-transition-duration: 0.5s;
  -o-transition-property: background-color, box-shadow;
  -o-transition-duration: 0.5s;
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
}

.alert-preview{
    padding-top: 35px!important;
}
.alert-preview-actions {
    margin-top: -20px;
}

.alert-preview-warning {
    background-color: #DFC643;
    border-color: #faebcc;
    color: #515151;
    font-size: 16px;
    font-weight: 600;
}
.chapter_content a {
    color: #008000;
}

.parse-btn{
    margin: 20px;
    width: 100px;
    height: 10px;
    padding: 10px 20px;
    border: 2px solid #424242;
    background: transparent;
    border-radius: 3px;
    color: black;
}
.parse-btn:hover{
    background: #424242;
    color: #DCDCDC;
    text-decoration: none;
}
.parse-action-btn, .preview-action-btn {
    margin: 3px 0 3px 3px;
    width: 100px;
    height: 10px;
    padding: 10px 20px;
    border-radius: 3px;
    color: white;
    background: rgb(53, 53, 53);
}

.parse-action-btn:hover,.preview-action-btn:hover {
    background: #6F6A51;
    color: #FFFFFF;
    text-decoration: none;
}
.new-doxygen-btn{
    border: 2px solid #424242;
    background: transparent;
    padding: 10px 20px;
    display: inline-block;
}

.directory_listing{
    margin-top: 20px;
    height: 300px;
    overflow-y: scroll;
}

.toc_format a {
    color: rgb(44, 44, 44);
    text-transform: none;
    text-decoration: none;
    font-weight: 500;
}

.toc_format li {
    padding: 5px 0px;
}

.toc_selected {
    background-color: #DCDCDC;
}

.toc_selected a {
    color: #008000;
}

.toc_format li a {
    padding-left: 0;
    padding-right: 5px;
}

.toc_format i {
    font-size: 1.3em;
}

.toc_format i:hover {
    color: #008000;
}

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

.fa.fa-circle {
    color: #355D5F !important;
}

.fa.fa-stack-1x {
    color: white;
}

.fa {
    position: relative;
    top: 2px;
}

.chapter img {
    max-width: 100%;
}

.support {
    color: #555;
}

.support_categories {
    margin-bottom: 40px;
}

.support a {
    color: #555;
    text-decoration: none;
}

.icon_container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
}

.icon_container .fa-stack {
    font-size: 5em;
}

.support_home {
    margin-top: -10px;
}

.support_home h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    /*text-transform: ;*/
    font-weight: 300;
    font-size: 2.5em;
}

.anchor_link {
    margin-top: -30px;
    padding-bottom: 30px;
    display: block;
}

.support_home h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 1.2em;
}

.support_category {
    height: 520px;
    padding: 10px;
}

.support_category:hover {
    background-color: #DCDCDC;
    /*background-color: #555;
    color: #DCDCDC;*/
    border-radius: 5px;
}

.support_home_links {
    background-color: #DCDCDC;
    border-radius: 5px;
    padding: 10px 20px;
}

.side_nav {
    height: 100%;
    /*	width: 200px;*/
    /*	position: fixed;*/
    background: #DCDCDC;
    margin-top: -10px;
}

.side_nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

.side_nav ul li {
    height: 5%;
    margin: 30px 0px;
    /*	background: yellow;*/
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    vertical-align: middle;
    /*	width: 100%;*/
    padding: 5px 10px;
}

.side_nav ul li:hover {
    background: #555;
    color: #f4f4f4;
}

.side_nav ul li a {
    color: black;
    text-decoration: none;
}

.side_nav ul li a:hover {
    color: #f4f4f4;
}

.chapter_content {
    margin-top: 25px;
}

/*
body {
  padding-top: 51px;
}*/
.text-center {
    padding-top: 20px;
}

#sidebar {
    height: 100%;
    padding-right: 0;
    padding-top: 20px;
}

#sidebar .nav {
    width: 95%;
}

#sidebar li {
    border: 0 #f2f2f2 solid;
    border-bottom-width: 1px;
}

.support_nav {
    float: left !important;
    margin-bottom: -10px;
    padding-right: 20px;
}

.ap_sdk_toc ul {
    list-style: none;
}

.nav li {
    list-style: none;
}

.ap_sdk_toc ul.level1 {
    padding: 0;
}

.nav > li > a {
    display: inline-block;
}

.support_category .papers ul {
    list-style: none;
    text-align: left;
    padding: 0;

}

.papers ul li {
    margin-bottom: 10px;
}

.papers ul li input,
.papers ul li a  {
    white-space: normal;
    text-align: left;
}

.papers ul li input,
.papers ul li a {
    background: none;
    border: none;
    /*  color: #555;*/
    color: #008000;
}

.papers ul li input:hover {
    background: none;
    border: none;
    text-decoration: underline;
    color: #555;
}

.support_video {
    text-align: left;
}

.support_video ul {
    list-style: none;
}

.support_video ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.support_category li {
    font-family: 'Lato', Arial, sans-serif;
}

.support_video a {
    color: #008000;
}

.support_video a:hover {
    color: #555;
    text-decoration: underline;
}

.ap_sdk_bold {
    font-size: 1.3em;
    font-weight: bold;
}

.ap_sdk_margin {
    padding-top: 50px !important;
}

div.memitem:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}

.apworkbench_img {
    width: 100%;
}

.apworkbench_list li {
    list-style: dots;
}

.longcat {
    width: 75%;
}

.sub_longcat {
    width: 115%;
}

/* Documentation Home Page CSS */
.doc_spacer {
    margin: 0 0 30px 0;
}

.fa-code:before {
    content: "\f121";
    z-index: 3;
    position: relative;
    top: -164px;
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
    z-index: 3;
    position: relative;
    top: -164px;
}

.fa-play:before {
    content: "\f04b";
    z-index: 3;
    position: relative;
    top: -164px;
}

.fa-file-text-o:before {
    content: "\f0f6";
    z-index: 3;
    position: relative;
    top: -164px;
}

.fa-book:before {
    content: "\f02d";
    z-index: 3;
    position: relative;
    top: -164px;
}

.icon_list li {
    list-style: none;
}
/* Default Large Screens */


div.iframe-mobile {
    width: 100%;
}

#sim_quick_guide {
    width: 115%;
    padding: 0;
}

.sim_left {
    float: left;
    width: 55%;
    height: 600px;
    position: relative;
    right: 9%;
}

.sim_right {
    float: left;
    top: 0;
    width: 20%;
    padding-right: 20px;
    background: #f7f7f7;
    position: relative;
    height: 567px;
    right: 8%;
}

.sim_img img {

}

#sim_quick_guide ul li {
    list-style: none;
    padding-bottom: 10px;

}

.sim_right ul li {
    list-style: none;
    position: relative;
    right: 15px;
}

.sim_right h3 {
    padding-bottom: 3px;
    border-bottom: 2px solid;
    width: 100%;
    line-height: 1em;
}

.reporting-desc {
    position: relative;
    width: 130%;
    right: 25px;
}

.reporting-desc li {
    padding-bottom: 5px;
}

.sim_desc {
    width: 90%;
}

.sim_colors {
    padding-right: 5px;
}

.sim_blue {
    color: #00aae9;
}

.sim_orange {
    color: #fb7c00;
}

.sim_green {
    color: #6cb258;
}
/* This builds from homes.css:.button_container */

.hardware-page .button_container {
    width: 16%;
    margin: 0 .5%;
}

.hardwareoverview h2,
.pcielayout h2,
.resources h2,
.specs h2,
.kitcontents h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #555;
    letter-spacing: 1px;
    font-size: 4em;
    padding-bottom: 10px;
}

.hardwareoverview {
  background-color: #DCDCDC;
}

.hardwareoverview .btn {
  border: 1px solid black;
  border-radius: 2em;
  font-size: 1em;
  padding-bottom: 12px;
  color: #555;
}

.hardwareoverview .btn:hover{
    background-color: rgba(85,85,85, .7);
    color: white;
    border-color: rgba(85,85,85, .7);
}


.resources {
    background: #DCDCDC;
    padding-top: 20px;
    padding-bottom: 50px;
}

.pcielayout {
  padding-top: 20px;
  padding-bottom: 50px;
}

.kitcontents {
    background: white;
    padding-top: 20px;
    padding-bottom: 50px;
}

.specs {
      background-color: rgb(44, 44, 44);
      padding-top: 20px;
      padding-bottom: 50px;
      color: #f4f4f4;
}

.specs h2 {
  color: #f4f4f4;
}
/************************************************************************************
  MEDIA QUERIES - Breakpoints 5
*************************************************************************************/
/*****LEGEND****
Desktops and Large Desktops
Breakpoint
    1 ) Common Desktop 1600x900
    2.) Medium/Wide Desktops and Large Devices 1280 x 768

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


@media screen and (max-width: 2000px) {
    /*Desktop Screen*/
    .ap_chip {
        position: absolute;
        vertical-align: bottom;
        right: 0;
        bottom: -20px;
        border: 0;
        z-index: 100;
    }

    .sim_left {
        float: left;
        width: 60%;
        height: 641px;
        position: relative;
        right: 5%;
    }

}

@media screen and (min-width: 1800px) {
    .ap_chip {
        bottom: -20px !important;
    }
}

@media screen and (max-width: 1600px){ /*Desktop Screen*/
    .header_image {
        left: 45px;
    }
    .new_header img{
        width: 80%;
    }
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left: calc(5% - 7px);
    }

    /* Simulation */

    .sim_left {
        float: left;
        width: 51%;
        padding: 5px;
        height: 650px;
        position: relative;
        right: 5%;
    }

    .sim_right {
        float: left;
        width: 20%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        height: 600px;
        right: 4%;
    }

}

@media screen and (max-width: 1499px) {
    .ap_chip {
        position: absolute;
        vertical-align: bottom;
        right: 0;
        bottom: 30px !important;
        border: 0;
        z-index: 100;
    }

    /* Simulation */
    .sim_left {
        float: left;
        width: 51%;
        padding: 5px;
        height: 650px;
        position: relative;
        right: 5%;
    }

    .sim_right {
        float: left;
        width: 20%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        height: 600px;
        right: 4%;
    }
}

@media screen and (max-width: 1279px){
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left: calc(5% - 7px);
    }
}


@media screen and (min-width: 1200px) and (max-width: 1500px) {
    /* Simulation */
    .sim_left {
        float: left;
        width: 51%;
        padding: 5px;
        height: 650px;
        position: relative;
        right: 5%;
    }

    .sim_right {
        float: left;
        width: 25%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        height: 600px;
        right: 4%;
    }
}

@media screen and (max-width: 1200px){ /*Desktop Screen */
    .header{
        font-size:100%;
    }
    .header_image {
        left: 55px;
    }
    .new_header img{
        width: 80%;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 100%;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 2rem;
        font-family: 'Lato';
        line-height: 2.9rem;
        padding: 5px 0;
        /* padding: 2% 0 1% 2%; */
    }

    .call_to_action_btn{
        font-size: 1em;
    }

    .call_to_action_btn span {
        position: relative;
        right: 9px;
    }

    .new_nav {
        font-size: .8em;
    }

    .new_nav_scroll {
        top: 50px;
    }

    .ap_image .tag_line h3 {
        font-size: 1.4em;
    }

    .home_heading h1.home_title {
        font-size: 5em;
    }

    .home_heading h1.processor {
        font-size: 4em;
    }

    .home_heading h2 {
        font-size: 1.2em;
    }

    .home_title_links {
        margin-top: 30px;
    }

    .home_top a.btn {
        padding: 10px 15px;
        font-size: .9em;
    }

    .home_top a.btn:hover {
        padding: 10px 15px;
        font-size: .9em;
    }

    .applications h2,
    .sdk h2,
    .hardware h2,
    .ecosystem h2 {
        font-size: 3em;
    }

    .side-bar {
        width: 275px;
    }

    .side-bar ul li {
        margin-left: -10px;
        width: 98%;
    }

    /*  .side-bar img{
        margin-left: -300px;
      }
    */
    .vertical_content {
        margin-left: 10px;
    }

    .side-bar .top_nav {
        /*padding-top: 120px;*/
    }

    .vertical_content_wrapper {
        margin-left: -20px;
    }

    .application {

    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left: calc(5% - 0px);
    }

    /*Simulation*/
    #sim_quick_guide {
        width: 108%;
        padding: 8px;
    }

    .sim_left {
        float: left;
        width: 68%;
        height: 620px;
        position: relative;
        right: 9%;
    }

    .sim_right {
        float: left;
        top: 0;
        width: 32%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        height: 567px;
        right: 8%;
    }

    .sim_right ul li {
        list-style: none;
        position: relative;
        right: 15px;
    }

    .reporting-desc {
        position: relative;
        width: 130%;
        right: 25px;
    }
}


@media screen and (max-width: 1005px) {
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 92%;
        left: calc(5% - 33px);
    }


    .call_to_action_btn span {
        position: relative;
        right: 0;
    }

    .call_to_action_btn {
        top: 20px;
        right: -20px;
    }

    .intro_video {
        height: 500px !important;
    }

    /* Simulation */
    div.iframe-mobile {
        width: 640px;
    }

    .side-bar {
        width: 100px;
    }

    .top_nav_sim h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
    }

    .top_nav_sim ul li .cat {
        margin-top: 0;
        padding-left: 0;
        font-size: 0;
    }

    .vertical_content {
        margin-left: -180px;
    }

    .vertical_content_wrapper {
        margin-left: -20px;
    }

    .vertical_content_wrapper h3 {
        padding-top: 10px;
        font-size: 1.2em;
        line-height: 1.5em;
        padding-bottom: 0;
    }

    .sim_right {
        float: left;
        width: 100%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 30px;
        height: 400px;
        right: 10px;
    }

    .sim_quick_guide {
        /*margin: 15px;*/
        margin: 0;
    }

    .sim_left {
        float: left;
        width: 100%;
        /* padding: 5px; */
        height: 567px;
        position: relative;
        right: 9%;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 30px;
    }

}

@media screen and (max-width: 992px) {

    .new_header {
        background-position: -160px;
    }

    .header_image .header_image_wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10%;
    }

    .nav > li > a {
        padding: 5px 15px !important;
        position: relative;
        font-size: 15px;
        letter-spacing: .5px;
    }

    .navbar {
        min-height: 32px !important
    }

    .micron-badge2 img {
        width: 135px;
    }

    .navbar-brand img {
        width: 135px;
        position: fixed;
        top: 10px;
    }

    .logo_wrapper {
        width: 80px;
    }

    .main_content {
        padding-top: 31px;
    }

    .new_nav_scroll {
        top: 50px;
    }

    .new_header img {
        width: 90%;
    }

    .header_image {
        padding-left: 50%;
        left: -195px;
        top: 10px;
    }

    .top_navigation_abs {
        margin-top: 70px;
    }

    .call_to_action_btn {
        top: 70px;
        padding: 20px;
        right: -70px;
        width: 300px;
    }

    .call_to_action_youtube_btn {
        top: 70px;
        width: 300px;
    }

    .about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        position: relative;
        left: 28px;
        width: 100%;
    }

    .about .column:nth-child(1) p {
        width: 85%;
    }

    .about .column:nth-child(2) p {
        width: 85%;
    }

    .about .column:nth-child(3) p {
        left: 28px;
        width: 85%;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 70%;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1.8rem;
        font-family: 'Lato';
        line-height: 2.4rem;
        padding: 5px 0;
    }

    .mobile-text-position {
        position: relative;
        left: -30px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 40%;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 90%;
        left: -1%;
        top: 10px;
    }

    .top_nav ul li .cat {
        display: none;
    }

    .top_nav h3 {
        font-size: 12px;
        position: relative;
        right: 10px;
        top: 10px;
        font-weight: bold;
    }

    .new_nav {
        font-size: .8em;
        top: 15px;
    }
}

@media screen and (max-width: 979px) {

    .gk-mainmenu-toggle {
        display: inline-block;
    }

    .call_to_action_btn {
        font-size: .9em;
    }

    /* Simulation */
    div.iframe-mobile {
        width: 640px;
    }

    .side-bar {
        width: 106px;
    }

    .top_nav_sim h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
    }

    .top_nav_sim ul li .cat {
        margin-top: 0;
        padding-left: 0;
        font-size: 0;
    }

    .vertical_content {
        margin-left: -180px;
    }

    .vertical_content_wrapper {
        margin-left: -20px;
    }

    .vertical_content_wrapper h3 {
        padding-top: 10px;
        font-size: 1.2em;
        line-height: 1.5em;
        padding-bottom: 0;
    }

    #sim_quick_guide {
        margin: 0;
    }

    .sim_right {
        float: left;
        width: 146%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 30px;
        height: 400px;
        right: 40px;
    }

    .sim_left {
        float: left;
        width: 145%;
        /* padding: 5px; */
        padding-top: 50px;
        margin-bottom: 0;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 25px;
    }
}

@media screen and (max-width: 930px) {
    .top_navigation_abs {
        margin-top: 55px;
    }

    .new_nav {
        font-size: .8em;
        top: 15px;
        left: 15px;
    }

    .call_to_action_btn {
        top: 70px;
        padding: 20px;
        right: -10px;
        width: 300px;
    }

    .call_to_action_youtube_btn {
        top: 70px;
        width: 300px;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 70%;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1.8rem;
        font-family: 'Lato';
        line-height: 2.4rem;
        padding: 5px 0;
    }

}

@media screen and (max-width: 850px) {

    .call_to_action_btn span {
        position: relative;
        right: 0;
    }

    .call_to_action_btn {
        top: 70px;
        right: -20px;
    }
}

@media screen and (max-width: 800px) {
    .top_navigation_abs {
        margin-top: 55px;
    }

    .call_to_action_btn {
        top: 70px;
        padding: 20px;
        right: -10px;
        width: 300px;
    }

    .call_to_action_youtube_btn {
        top: 70px;
        width: 300px;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 70%;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1.8rem;
        font-family: 'Lato';
        line-height: 2.4rem;
        padding: 5px 0;
    }

}

@media screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .nav > li > a {
        padding: 5px 15px !important;
        position: relative;
        font-size: 15px;
        letter-spacing: .5px;
    }

    .navbar {
        min-height: 32px !important
    }

    .micron-badge2 img {
        width: 135px;
    }

    .navbar-brand img {
        width: 135px;
        position: fixed;
        top: 10px;
    }

    .logo_wrapper {
        width: 80px;
    }

    .main_content {
        padding-top: 51px;
    }

    .new_nav_scroll {
        top: 50px;
    }

    .new_header img {
        width: 90%;
    }

    .header_image {
        left: 55px;
    }

    .new_header img {
        width: 80%;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 70% !important;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1em;
        font-family: 'Lato';
        line-height: 1.4em;
        padding: 5px 0;
    }

    .mobile-text-position {
        position: relative;
        left: -30px;
    }

    /* Simulation */
    div.iframe-mobile {
        width: 640px;
    }

    .side-bar {
        width: 100px;
    }

    .top_nav_sim h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
    }

    .top_nav_sim ul li .cat {
        margin-top: 0;
        padding-left: 0;
        font-size: 0;
    }

    .vertical_content {
        margin-left: -180px;
    }

    .vertical_content_wrapper {
        /* padding-top: 120px; */
        margin-left: -20px;
    }

    .vertical_content_wrapper h3 {
        padding-top: 10px;
        font-size: 1.2em;
        line-height: 1.5em;
        padding-bottom: 0;
    }

    .sim_right {
        float: left;
        width: 100%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 30px;
        height: 400px;
        right: 10px;
    }

    .sim_quick_guide {
        /*margin: 15px;*/
        margin: 0;
    }

    .sim_left {
        float: left;
        width: 100%;
        /*padding: 5px;*/
        padding-top: 50px;
        margin-bottom: 200px;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 30px;
    }

}

@media screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .nav > li > a {
        padding: 5px 15px !important;
        position: relative;
        font-size: 15px;
        letter-spacing: .5px;
    }

    .navbar {
        min-height: 32px !important
    }

    .micron-badge2 img {
        width: 135px;
    }

    .navbar-brand img {
        width: 135px;
        position: fixed;
        top: 10px;
    }

    .logo_wrapper {
        width: 80px;
    }

    .main_content {
        padding-top: 51px;
    }

    .new_nav_scroll {
        top: 50px;
    }

    .header_image {
        left: 55px;
    }

    .new_header img {
        width: 80%;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 100% !important;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1em;
        font-family: 'Lato';
        line-height: 1.4em;
        padding: 5px 0;
    }

    .call-to-action-list {
        position: relative;
        left: 140px;
        top: 20px;
    }

    .call_to_action_youtube_btn, .call_to_action_btn {
        width: 340px;
    }

    .ap_chip {
        position: absolute;
        right: -60px;
        bottom: -30px !important;
        border: 0;
        bottom: -22px;
        width: 35%;
    }

    .mobile-text-position {
        position: relative;
        left: -20px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -18px;
    }

    /* Simulation */
    div.iframe-mobile {
        width: 640px;
    }

    .side-bar {
        width: 100px;
    }

    .top_nav_sim h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
    }

    .top_nav_sim ul li .cat {
        margin-top: 0;
        padding-left: 0;
        font-size: 0;
    }

    .vertical_content {
        margin-left: -180px;
    }

    .vertical_content_wrapper {
        /* padding-top: 120px; */
        margin-left: -20px;
    }

    .vertical_content_wrapper h3 {
        padding-top: 10px;
        font-size: 1.2em;
        line-height: 1.5em;
        padding-bottom: 0;
    }

    .sim_right {
        float: left;
        width: 100%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 30px;
        height: 400px;
        right: 10px;
    }

    .sim_quick_guide {
        margin: 0;
    }

    .sim_left {
        float: left;
        width: 100%;
        padding-top: 50px;
        margin-bottom: 200px;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 30px;
    }

}

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

    .header_image .header_image_wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10%;
        width: 90%;
    }

    .nav > li > a {
        padding: 5px 15px !important;
        position: relative;
        font-size: 15px;
        letter-spacing: .5px;
    }

    .navbar {
        min-height: 32px !important
    }

    .micron-badge2 img {
        width: 135px;
    }

    .navbar-brand img {
        width: 135px;
        position: fixed;
        top: 10px;
    }

    .logo_wrapper {
        width: 80px;
    }

    .main_content {
        padding-top: 31px;
    }

    .new_nav_scroll {
        top: 50px;
    }

    .new_header img {
        width: 90%;
    }

    .header_image {
        padding-left: 20%;
        left: -25px;
        top: 10px;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 70%;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1.8rem;
        font-family: 'Lato';
        line-height: 2.4rem;
        padding: 5px 0;
    }

    .ap_chip {
        position: absolute;
        vertical-align: bottom;
        right: 0;
        bottom: 0;
        border: 0;
        margin-bottom: 15px;
        width: 35%;
    }

    .timeline > li > .timeline-panel {
        width: 43%;
        float: left;
        left: 8px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 43%;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 89%;
        left: 4%;
        top: 10px;
    }

    .mobile-text-position {
        position: relative;
        left: -30px;
    }

    /* Simulation */
    div.iframe-mobile {
        width: 640px;
    }

    .side-bar {
        width: 100px;
    }

    .top_nav_sim h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
    }

    .top_nav_sim ul li .cat {
        margin-top: 0;
        padding-left: 0;
        font-size: 0;
    }

    .vertical_content {
        margin-left: -180px;
    }

    .vertical_content_wrapper {
        /* padding-top: 120px; */
        margin-left: -20px;
    }

    .vertical_content_wrapper h3 {
        padding-top: 10px;
        font-size: 1.2em;
        line-height: 1.5em;
        padding-bottom: 0;
    }

    .sim_right {
        float: left;
        width: 100%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 30px;
        height: 400px;
        right: 10px;
    }

    .sim_quick_guide {
        /*margin: 15px;*/
        margin: 0;
    }

    .sim_left {
        float: left;
        width: 100%;
        /*padding: 5px;*/
        padding-top: 50px;
        margin-bottom: 200px;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 30px;
    }

}

@media screen and (max-width: 775px) {
    .new_header img {
        width: 90%;
    }

    .header_image {
        padding-left: 50%;
        left: -195px;
        top: 10px;
    }

    .header_image_wrapper {
        width: 100%;
        margin-right: none;
        margin-left: none;
    }
}

/* tablet */
@media screen and (max-width: 767px) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .header_image {
        padding-left: 50%;
        left: -185px;
        top: 10px;
    }

    .header_image .header_image_wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10%;
        width: 100%;
    }

    .new_header {
        background-position: -370px;
    }

    .new_nav {
        font-size: 1em;
    }

    .side-bar {
        display: none;
    }

    .vertical_content {
        margin-left: 0;
    }

    .wrapper {
        padding-left: 0;
    }

    .side-bar .top_nav {
        padding-top: 20px;
    }

    .vertical_content_wrapper {
        padding-top: 20px !important;
    }

    .ap_image .tag_line h3 {
        font-size: 1.2em;
    }

}

@media screen and (min-width: 600px) and (max-width: 690px) {

    .call_to_action_btn {
        top: 70px;
        padding: 20px;
        right: -10px;
        width: 300px;
    }

    .call_to_action_btn span {
        position: relative;
        right: 7px;
    }

    .call_to_action_youtube_btn {
        top: 70px;
        width: 300px;
    }

    .cta_call_to_action_centered {
        width: 312px;
        padding-bottom: 100px;
    }
}

/* collapsed sidebar styles */
@media screen and (max-width: 768px) and (min-width: 600px) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .text_section h3 {
        width: 66% !important;
        font-size: 1.5rem;
    }

    .ap_chip {
        right: -3px;
        margin-bottom: 40px !important;
        width: 40%;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -41.6%;
    }

    .chapter h2 {
        font-size: 1.6em;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -41.6%;
    }

    .row-offcanvas-right.active {
        right: 41.6%;
    }

    .row-offcanvas-left.active {
        left: 41.6%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 41.6%;
    }

    #sidebar {
        background-color: #3b3b3b;
        padding-top: 0;
        font-size: .8em;
        margin-top: -10px;
    }

    #sidebar .nav > li {
        color: #ddd;
        background: linear-gradient(#3E3E3E, #383838);
        border-top: 1px solid #484848;
        border-bottom: 1px solid #2E2E2E;
    }

    #sidebar .nav > li:first-child {
        border-top: 0;
    }

    #sidebar .nav > li > a {
        color: #ddd;
    }

    #sidebar .nav > li > a > img {
        max-width: 14px;
    }

    #sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
        text-decoration: none;
        background: linear-gradient(#373737, #323232);
        color: #fff;
    }

    #sidebar .nav .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    #sidebar .nav a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .new_header img {
        width: 90%;
    }

    .header_image {
        padding-left: 50%;
        left: -145px;
        top: 10px;
    }
}

@media screen and (max-width: 730px) and (min-width: 630px) {
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: calc(81% - -30px) !important;
        left: 50px !important;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 80% !important;
    }
}

@media screen and (max-width: 630px)and (min-width: 600px) {
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 85% !important;
        left: -44%;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted {
        left: 65px !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 80% !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .micron-badge1 img {
        width: 75px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 75px;
        z-index: 5;
    }

    .new_header img {
        width: 90%;
    }

    .header_image {
        padding-left: 50%;
        left: -100px;
        top: 10px;
    }

    .text_section h3 {
        width: 60% !important;
        font-size: 1.5rem;
    }

    .ap_chip {
        right: -3px;
        margin-bottom: 60px !important;
        width: 40%;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 85% !important;
        left: -44%;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted {
        left: 70px !important;
    }

    .timeline > li > .timeline-panel {
        left: -56px !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 80% !important;
    }

}

@media screen and (max-width: 640px) and (min-width: 568px) {
    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 85% !important;
        left: -44%;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted {
        left: 57px !important;
    }

    .timeline > li > .timeline-panel {
        left: -56px !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 80% !important;
    }

}

@media screen and (max-width: 500px) and (min-width: 468px) {
    .header_image {
        padding-left: 50%;
        left: -95px;
        top: 10px;
    }

    .cta_call_to_action_centered {
        width: 75%;
    }

    .video_text_top {
        font-size: 2em !important;
        left: 240px;
    }

    .video_text_top {
        left: 350px !important;
        top: 50px !important;
        width: 50%;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 85% !important;
        left: -44%;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted {
        left: 82px !important;
    }

    .timeline > li > .timeline-panel {
        left: -56px !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 80% !important;
    }

}

@media screen and (max-width: 588px) {

    .call_to_action_btn span {
        position: relative;
        right: 0;
    }

    .cta_call_to_action_centered {
        float: left;
        width: 310px;
        padding-bottom: 0px;
    }

    .call_to_action_btn {
        top: -40px;
        right: 0px;
    }

    .call_to_action_youtube_btn {
        top: -30px;
        width: 300px;
    }

    .ap_chip img {
        right: 70px;
        width: 250px;
    }

    .ap_chip.col-lg-4 {
        max-width: 50%;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 20px !important;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 138%;
        top: 10px;
    }

}

@media screen and (max-width: 568px) and (orientation: landscape) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .micron-badge1 img {
        display: none;
    }

    .micron-badge1-mobile img {
        display: inline;
        position: fixed;
        top: 10px;
        width: 82px;
        left: 6px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .header_image {
        padding-left: 50%;
        left: -100px;
        top: 30px;
    }

    .ap_chip {
        display: none;
    }

    .ap_chip_mobile img {
        display: inline;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #c2c2c2;
    }

    .text_section {
        background: #ffffff;
    }

    .text_section h3 {
        width: 115% !important;
        font-size: 1.9rem !important;
        padding-right: 40px !important;
    }

    .mobile-text-position {
        position: relative;
        left: 10px;
    }

    .three_descriptions_logo {
        text-align: center;
        padding-top: 30px;
    }

    .intro_video {
        height: 300px !important;
    }

    h4, .h4 {
        font-size: 15px;
    }

    .software-subtitle {
        width: 75%;
        font-size: 2em;
        padding-left: 40px;
        color: #6D6D6D;
    }

    .software_video {
        height: 400px !important;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(85% - 60px);
        width: -moz-calc(85% - 60px);
        width: -webkit-calc(85% - 60px);
    }

    .timeline > li > .timeline-panel {
        left: -55px !important;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 138%;
        left: 13% !important;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border: 1px solid rgb(107, 202, 88);
        border-right-width: 55px;
        top: 30px;
        left: -56px;
        right: auto;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        top: 10px;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        right: auto;
        left: -16px;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 15px;
        right: auto;
        top: 9px;
        left: -16px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -37px;
    }

    .cta-software-section {
        width: 95%;
        height: 315px;
        left: 0;

    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }

    .cta-software-section h3 {
        color: #666666;
        font-size: 1.5em;
        line-height: 30px;
        margin-top: 0;
    }

    .cta-left {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }

    .cta-right {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }

    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 30px;
    }

    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }

    .software_video {
        height: 300px !important;
    }

    .video_text_top {
        color: white;
        left: 50%;
        margin-left: -225px;
        top: 25%;
        position: absolute;
        font-size: 2.5em;
        text-transform: uppercase;
    }

    .play_button {
        width: 170px;
        height: 170px;
        top: 75%;
        left: 38%;
        background-size: 120px 120px;
    }

    .play_button:hover {
        background: url(/assets/png_fallback/playbutton_hover.png);
        background-size: 120px 120px;
        width: 120px;
        height: 120px;
    }

    .ecosystem_svg img {
        width: 50%;
        margin: 0 0 0 25%;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }
}

/*Galaxy Tab Large Phones and Tablets*/
@media (max-width: 47em) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .micron-badge1 img {
        display: none;
    }

    .micron-badge1-mobile img {
        display: inline;
        position: fixed;
        top: 10px;
        width: 82px;
        left: 6px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .ap_chip {
        right: -3px;
        margin-bottom: 10px;
        width: 40%;
    }

    .text_section h3 {
        width: 99%;
        font-size: 1.5rem;
    }

    .mobile-text-position {
        position: relative;
        left: 10px;
    }

    .three_descriptions_logo {
        text-align: center;
        padding-top: 30px;
    }

    .intro_video {
        height: 300px !important;
    }

    h4, .h4 {
        font-size: 15px;
    }

    .software-subtitle {
        width: 75%;
        font-size: 2em;
        padding-left: 40px;
        color: #6D6D6D;
    }

    .software_video {
        height: 400px !important;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(85% - 60px);
        width: -moz-calc(85% - 60px);
        width: -webkit-calc(85% - 60px);
    }

    .timeline > li > .timeline-panel {
        left: -63px;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 138%;
        left: -44%;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 51%;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border: 1px solid rgb(107, 202, 88);
        border-right-width: 55px;
        top: 30px;
        left: -56px;
        right: auto;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        top: 10px;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        left: -37px;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        right: auto;
        left: -16px;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 15px;
        right: auto;
        top: 9px;
        left: -16px;
    }

    .cta-software-section {
        width: 95%;
        height: 315px;
        left: 0;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }

    .cta-software-section h3 {
        color: #666666;
        font-size: 1.5em;
        line-height: 30px;
        margin-top: 0;
    }

    .cta-left {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }

    .cta-right {
        width: 40%;
        height: 165px;
        margin-top: 5px;
    }

    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 30px;
    }

    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }

    .software_video {
        height: 300px !important;
    }

    .video_text_top {
        color: white;
        left: 50%;
        margin-left: -225px;
        top: 25%;
        position: absolute;
        font-size: 2.5em;
        text-transform: uppercase;
    }

    .play_button {
        width: 100px;
        height: 100px;
        top: 75%;
        left: 42%;
        background-size: 100px 100px;
    }

    .play_button:hover {
        background: url(/assets/png_fallback/playbutton_hover.png);
        background-size: 100px 100px;
        width: 100px;
        height: 100px;
    }

    .ecosystem_svg img {
        width: 50%;
        margin: 0 0 0 27%;
    }

    .about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        position: relative;
        left: 0;
        width: 100%;
        padding-right: 3%;
    }

    .about .column:nth-child(1) p {
        width: 100%;
    }

    .about .column:nth-child(2) p {
        width: 100%;
    }

    .about .column:nth-child(3) p {
        left: 0;
        width: 100%;
    }

    .ecosystem .column h5 {
        color: black !important;
        padding-bottom: 20px;
    }

    .ecosystem.about .column p {
        color: black;
        position: relative;
        left: 0;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .ecosystem.about .column:nth-child(1) p {
        width: 100%;
        padding-right: 15px;
        padding-left: 10px;
        left: 0;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }
}

@media screen and (max-width: 468px) and (min-width: 400px) {
    .new_header {
        background-position: -200px;
    }

    .new_header {
        height: 200px;
    }

    .header_image {
        padding-left: 20%;
        left: 20px;
        top: 10px;
        overflow-x: hidden;
    }

    .header_image .header_image_wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10%;
        width: 100%;
    }

    .new_header img {
        width: 95%;
    }

    .cta_call_to_action_centered {
        width: 98%;
    }

    .call_to_action_btn {
        width: 98% !important;
        top: -20px !important;
    }

    .ap_chip_mobile img {
        display: inline;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #c2c2c2;
    }

    .ap_chip img {
        display: none;
    }

    .text_section {
        background: #ffffff;
    }

    .text_section h3 {
        width: 99% !important;
        font-size: 1.5rem;
    }

    .video_text_top {
        left: 330px !important;
        width: 50%;
    }

    .video_text_top .ap_workbench {
        font-size: 2em;
        left: 330px !important;
        width: 50%;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 85% !important;
        left: -44%;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted {
        left: 20px !important;
    }

    .timeline > li > .timeline-panel {
        left: 0 !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        width: 80% !important;
    }

}

/* iPhone screen - and small devices use */
@media screen and (max-width: 480px)and (orientation: landscape) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .micron-badge1 img {
        display: none;
    }

    .micron-badge1-mobile img {
        display: inline;
        position: fixed;
        top: 10px;
        width: 82px;
        left: 6px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .new_header {
        height: 330px;
    }

    .new_header img {
        width: 80%;
        margin-top: 30px;
    }

    .header_image {
        padding-left: 35%;
        left: -70px;
        top: 0;
    }

    .call_to_action_btn {
        top: -80px;
        left: -21px;
    }

    .cta_call_to_action_centered {
        width: 70%;
    }

    .call_to_action_youtube_btn {
        top: -60px;
        width: 300px;
        left: -20px;
    }

    .ap_chip_mobile img {
        display: inline;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        padding-left: 15px;
        background-color: #c2c2c2;
    }

    .text-gradient_bg {
        background: url(/assets/text_gradient_bg.png) no-repeat center center fixed;
    }

    .ap_chip {
        display: none;
    }

    .header_content_wrapper h4 {
        font-size: 1.1em;
    }

    .header_content_wrapper h1 {
        font-size: 1.4em;
    }

    .ap_image .tag_line h3 {
        font-size: 1em;
    }

    .home_heading h1.home_title {
        font-size: 2.7em;
        letter-spacing: 1px;
        line-height: 1em;
    }

    .home_heading h1.home_title.processer {
        font-size: 1.5em;
        letter-spacing: 1.3px;
        line-height: 1em;
    }

    .home_title_links {
        margin-top: 30px;
    }

    .home_top a.btn {
        padding: 10px 15px;
        font-size: .9em;
    }

    .home_top a.btn:hover {
        padding: 10px 15px;
        font-size: .9em;
    }

    .home_heading h2 {
        font-size: 1em;
        text-align: left;
    }

    .home_title_links {
        margin-top: 10px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .home_title_links a {
        margin-bottom: 10px;
    }

    .header {
        padding-bottom: 40px;
    }

    .text_section {
        background: #ffffff;
    }

    .text_section h3 {
        position: relative;
        bottom: 5px;
        width: 120%;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 2.2rem !important;
        font-family: 'Lato';
        line-height: 2.9rem !important;
        padding: 5px 5px 0 0;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: 125%;
        left: 81px !important;
        top: 10px;
    }

    .software-subtitle {
        width: 95%;
        font-size: 2em;
        padding-left: 40px;
        color: #6D6D6D;
    }

    .video_text_top {
        font-size: 2em;
        color: white;
        width: 50%;
        left: 73%;
        margin-left: -225px;
        top: 20%;
        position: absolute;
        text-transform: uppercase;
    }

    .video_text_top.ap_workbench {
        width: 50%;
        left: 68%;
        top: 25%;
    }

    .software_video {
        height: 400px !important;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(85% - 80px);
        width: -moz-calc(85% - 80px);
        width: -webkit-calc(85% - 80px);
    }

    .timeline > li > .timeline-panel {
        left: -63px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border: 1px solid rgb(107, 202, 88);
        border-right-width: 55px;
        top: 30px;
        left: -56px;
        right: auto;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        top: 10px;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 11px;
        left: -10px;
        top: 14px;
        right: auto;
    }

    .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -16px;
        display: inline-block;
        border-top: 9px solid transparent;
        border-left: 15px solid #ACACAC;
        border-right: 0 solid #BBBBBB;
        border-bottom: 9px solid transparent;
        content: " ";
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 13px;
        left: -9px;
        top: 9px;
        right: auto;
    }

    .cta-software-section {
        width: 95%;
        height: 335px;
        left: 0;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }

    .cta-software-section h3 {
        font-size: 1.3em;
        width: 99%;
    }

    .cta-left {
        width: 40%;
        height: 200px;
        margin-top: 5px;
    }

    .cta-right {
        width: 40%;
        height: 200px;
        margin-top: 5px;
    }

    .cta-divider {
        width: 2px;
        height: 125px;
        left: 10%;
        top: 40px;
    }

    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }

    .software_video {
        height: 300px !important;
    }

    .play_button {
        width: 70px;
        height: 70px;
        top: 80%;
        left: 44%;
        background-size: 70px 70px;
    }

    .play_button:hover {
        background: url(/assets/png_fallback/playbutton_hover.png);
        background-size: 70px 70px;
        width: 70px;
        height: 70px;
    }

    .ecosystem_svg img {
        width: 75%;
        margin: 0 0 0 15%;
        -webkit-transform: rotate(17deg);
    }

    .ecosystem .column h5 {
        color: black !important;
        padding-bottom: 20px;
    }

    .ecosystem.about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        color: black;
        position: relative;
        left: -25px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .ecosystem.about .column:nth-child(1) p {
        width: 100%;
        padding-right: 15px;
        padding-left: 10px;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width: 375px) and (max-width: 414px) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .main_content {
        padding-bottom: 150px;
    }

    .pull_out {
        overflow-x: hidden;
    }

    .micron-badge1 img {
        display: none;
    }

    .micron-badge1-mobile img {
        display: inline;
        position: fixed;
        top: 10px;
        width: 82px;
        left: 6px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .new_header img {
        width: 85% !important;
    }

    .new_header {
        height: 350px !important;
        background-position-x: -600px;
    }

    .header_image .header_image_wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20%;
        width: 100%;
    }

    .call-to-action-list {
        top: 15px;
        right: -10px;
        margin-left: 5%;
        margin-right: 10%;
    }

    .call_to_action_btn, .call_to_action_youtube_btn {
        top: -10px !important;
        width: 260px !important;
        left: 25px;
    }
    .call_to_action_btn {
        left: 15%;
    }
    .call_to_action_youtube_btn .fa-youtube-play {
        position: relative;
        right: 0px;
    }

    .watch_vid_text {
        position: relative;
        bottom: 13px;
        left: 5px;
    }

    .header_image {
        padding-left: 20%;
        left: 30px !important;
        top: 35px !important;
        overflow-x: hidden;
    }

    .ap_chip_mobile img {
        display: inline;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #c2c2c2;
    }

    .ap_chip {
        display: none;
    }

    .cta_call_to_action_centered {
        width: 100%;
    }

    .text_section {
        background: #ffffff;
    }

    .text_section h3 {
        width: 100% !important;
        font-size: 1.5rem;
        padding: 5px 5px 0 0;
    }

    .text_section {
        display: inline-block !important;
        overflow-x: hidden;
    }

    .mobile-text-position {
        position: relative;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .about .column h5 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #f4f4f4;
        font-size: 1.1em;
        padding-top: 5px;
    }

    .about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        position: relative;
        left: -15px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .about .column:nth-child(1) p {
        width: 96%;
        margin: 0 auto;
        left: 6px;
    }

    .about .column:nth-child(2) p {
        width: 96%;
        margin: 0 auto;
        left: 6px;
    }

    .about .column:nth-child(3) p {
        width: 95%;
        left: 6px;
        margin: 0 auto;
    }

    .intro_video {
        height: 300px !important;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(90% - 40px) !important;
        width: -moz-calc(90% - 40px) !important;
        width: -webkit-calc(90% - 40px) !important;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 9px;
        left: -10px;
        top: 14px;
        right: auto;
    }

    .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -16px;
        display: inline-block;
        border-top: 9px solid transparent;
        border-left: 15px solid #ACACAC;
        border-right: 0 solid #BBBBBB;
        border-bottom: 9px solid transparent;
        content: " ";
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 13px;
        left: -9px;
        top: 9px;
        right: auto;
    }

    .software-subtitle {
        width: 89%;
        font-size: 1.5em;
        padding-left: 40px;
        color: #6D6D6D;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: calc(100% - 6px) !important;
        width: -moz-calc(100% - 6px) !important;
        width: -webkit-calc(100% - 6px) !important;
        left: 6px !important;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        top: 10px;
    }

    .timeline-body li {
        padding-bottom: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        margin-left: -5%;
    }

    .timeline_laptop_pos {
        top: 25px;
    }

    .timeline > li > .timeline-panel {
        left: 10px !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border-right-width: 40px !important;
        left: -41px !important;
    }

    .cta-software-section {
        width: 100%;
        height: 510px;
        left: 0;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }

    .cta-software-section h3 {
        font-size: 1.1em;
        width: 99%;
    }

    .cta-left {
        width: 100%;
        height: 120px;
        margin-top: 5px;
    }

    .cta-right {
        width: 100%;
        height: 140px;
        margin-top: 5px;
    }

    .cta-or-divider {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 1.1em;
        top: 5px;
        left: 85px;
        margin-left: -15px;
        border: 2px solid #ffffff;
    }

    .cta-divider {
        width: 2px;
        height: 50px;
        left: 15%;
        top: 7px;
        background-color: #ffffff;
    }

    .cta-divider hr {
        border: 1px inset #999999;
        width: 170px;
    }

    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }

    h4, .h4 {
        font-size: 15px;
    }

    .software_video {
        height: 300px !important;
    }

    .video_text_top {
        font-size: 2em !important;
        left: 240px !important;
    }

    .video_text_top.ap_workbench {
        font-size: 2em;
        left: 88% !important;
        width: 50%;
        top: 40px;
    }

    .video_bottom_svg {
        margin-bottom: -7px;
    }

    .play_button {
        width: 70px !important;
        height: 70px !important;
        top: 85% !important;
        left: 40%;
        background-size: 70px 70px !important;
    }

    .play_button:hover {
        background: url(/assets/png_fallback/playbutton_hover.png);
        background-size: 70px 70px !important;
        width: 70px !important;
        height: 70px !important;
    }

    .ecosystem .column h5 {
        color: black !important;
        padding-bottom: 20px;
    }

    .ecosystem.about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        color: black;
        position: relative;
        left: -15px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .ecosystem.about .column:nth-child(1) p {
        width: 120%;
        padding-right: 15px;
        padding-left: 10px;
        left: -21px;
    }

    .logo_with_text_image {
        left: -3%;
    }

    .logo_with_text_image img {
        width: 178%;
    }

    ul.footer_list li {
        position: relative;
        padding: 4px 0 0 6px;
        font-size: 9px;
        left: -15px;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }

    #sim_quick_guide {
        /*margin: 15px;*/
        margin: 0;
    }

    .sim_right {
        float: left;
        width: 136% !important;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 80px;
        height: 480px !important;
        right: 47px;
        padding-bottom: 10px;
        margin-bottom: 300px;
    }

    .sim_left {
        float: left;
        width: 150%;
        padding: 0;
        margin-bottom: 0;
        height: 223px !important;
        right: 29%;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 25px;
    }
}

@media screen and (max-width: 320px) {
    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .main_content {
        padding-bottom: 150px;
    }

    .pull_out {
        overflow-x: hidden;
    }

    .micron-badge1 img {
        display: none;
    }

    .micron-badge1-mobile img {
        display: inline;
        position: fixed;
        top: 10px;
        width: 82px;
        left: 6px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .new_header img {
        width: 85% !important;
    }

    .new_header {
        height: 300px !important;
        background-position-x: -600px;
    }

    .header_image .header_image_wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20%;
        width: 100%;
    }

    .call-to-action-list {
        display: inline;
        text-align: center;
        margin-top: 10px;
        position: relative;
        top: 10px;
        right: 10px;
    }

    .call_to_action_btn, .call_to_action_youtube_btn {
        top: -10px !important;
        width: 260px !important;
        left: 25px;
    }
    .call_to_action_btn {
        left: 40px;
    }
    .call_to_action_youtube_btn .fa-youtube-play {
        position: relative;
        right: 0px;
    }

    .watch_vid_text {
        position: relative;
        bottom: 13px;
        left: 5px;
    }

    .header_image {
        padding-left: 20%;
        left: 30px !important;
        top: 35px !important;
        overflow-x: hidden;
    }

    .ap_chip_mobile img {
        display: inline;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #c2c2c2;
    }

    .ap_chip {
        display: none;
    }

    .cta_call_to_action_centered {
        width: 100%;
    }

    .text_section {
        background: #ffffff;
    }

    .text_section h3 {
        width: 100% !important;
        font-size: 1.5rem;
        padding: 5px 5px 0 0;
    }

    .text_section {
        display: inline-block !important;
        overflow-x: hidden;
    }

    .mobile-text-position {
        position: relative;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .about .column h5 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #f4f4f4;
        font-size: 1.1em;
        padding-top: 5px;
    }

    .about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        position: relative;
        left: -15px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .about .column:nth-child(1) p {
        width: 96%;
        margin: 0 auto;
        left: 6px;
    }

    .about .column:nth-child(2) p {
        width: 96%;
        margin: 0 auto;
        left: 6px;
    }

    .about .column:nth-child(3) p {
        width: 95%;
        left: 6px;
        margin: 0 auto;
    }

    .intro_video {
        height: 300px !important;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(90% - 40px) !important;
        width: -moz-calc(90% - 40px) !important;
        width: -webkit-calc(90% - 40px) !important;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 9px;
        left: -10px;
        top: 14px;
        right: auto;
    }

    .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -16px;
        display: inline-block;
        border-top: 9px solid transparent;
        border-left: 15px solid #ACACAC;
        border-right: 0 solid #BBBBBB;
        border-bottom: 9px solid transparent;
        content: " ";
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 13px;
        left: -9px;
        top: 9px;
        right: auto;
    }

    .software-subtitle {
        width: 89%;
        font-size: 1.5em;
        padding-left: 40px;
        color: #6D6D6D;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: calc(100% - 6px) !important;
        width: -moz-calc(100% - 6px) !important;
        width: -webkit-calc(100% - 6px) !important;
        left: 6px !important;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        top: 10px;
    }

    .timeline-body li {
        padding-bottom: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        margin-left: -5%;
    }

    .timeline_laptop_pos {
        top: 25px;
    }

    .timeline > li > .timeline-panel {
        left: 10px !important;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border-right-width: 40px !important;
        left: -41px !important;
    }

    .cta-software-section {
        width: 100%;
        height: 510px;
        left: 0;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }

    .cta-software-section h3 {
        font-size: 1.1em;
        width: 99%;
    }

    .cta-left {
        width: 100%;
        height: 120px;
        margin-top: 5px;
    }

    .cta-right {
        width: 100%;
        height: 140px;
        margin-top: 5px;
    }

    .cta-or-divider {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 1.1em;
        top: 5px;
        left: 85px;
        margin-left: -15px;
        border: 2px solid #ffffff;
    }

    .cta-divider {
        width: 2px;
        height: 50px;
        left: 15%;
        top: 7px;
        background-color: #ffffff;
    }

    .cta-divider hr {
        border: 1px inset #999999;
        width: 170px;
    }

    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }

    h4, .h4 {
        font-size: 15px;
    }

    .software_video {
        height: 300px !important;
    }

    .video_text_top {
        font-size: 2em !important;
        left: 240px !important;
    }

    .video_text_top.ap_workbench {
        font-size: 2em;
        left: 88% !important;
        width: 50%;
        top: 40px;
    }

    .video_bottom_svg {
        margin-bottom: -7px;
    }

    .play_button {
        width: 70px !important;
        height: 70px !important;
        top: 85% !important;
        left: 40%;
        background-size: 70px 70px !important;
    }

    .play_button:hover {
        background: url(/assets/png_fallback/playbutton_hover.png);
        background-size: 70px 70px !important;
        width: 70px !important;
        height: 70px !important;
    }

    .ecosystem .column h5 {
        color: black !important;
        padding-bottom: 20px;
    }

    .ecosystem.about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        color: black;
        position: relative;
        left: -15px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .ecosystem.about .column:nth-child(1) p {
        width: 120%;
        padding-right: 15px;
        padding-left: 10px;
        left: -21px;
    }

    .logo_with_text_image {
        left: -3%;
    }

    .logo_with_text_image img {
        width: 178%;
    }

    ul.footer_list li {
        position: relative;
        padding: 4px 0 0 6px;
        font-size: 9px;
        left: -15px;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }

    #sim_quick_guide {
        /*margin: 15px;*/
        margin: 0;
    }

    .sim_right {
        float: left;
        width: 136% !important;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 80px;
        height: 480px !important;
        right: 47px;
        padding-bottom: 10px;
        margin-bottom: 300px;
    }

    .sim_left {
        float: left;
        width: 150%;
        padding: 0;
        margin-bottom: 0;
        height: 223px !important;
        right: 29%;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 25px;
    }
}

/*Galaxy Tab Small Phones*/

@media (max-width: 29em) {

    body, html {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .main_content {
        padding-bottom: 150px;
    }

    .pull_out {
        overflow-x: hidden;
    }

    .micron-badge1 img {
        display: none;
    }

    .micron-badge1-mobile img {
        display: inline;
        top: 10px;
        width: 82px;
        left: 6px;
    }

    .micron-badge2 img {
        position: absolute;
        padding-top: 0;
        margin: 0 0 0 10px;
        width: 82px;
        left: -4px;
        z-index: 5;
    }

    .new_header img {
        width: 95%;
    }

    .new_header {
        height: 200px;
    }

    .header_image {
        padding-left: 20%;
        left: 20px;
        top: 10px;
        overflow-x: hidden;
    }

    .call_to_action_btn {
        font-size: .8em;
        width: 100%;
        top: 10px;
    }

    .ap_chip_mobile img {
        display: inline;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #c2c2c2;
    }

    .ap_chip {
        display: none;
    }

    .cta_call_to_action_centered {
        width: 100%;
    }

    .text_section h3 {
        width: 110%;
        font-size: 1.5rem;
        padding: 5px 5px 0 0;
    }

    .text_section {
        display: inline-block !important;
        overflow-x: hidden;
    }

    .mobile-text-position {
        position: relative;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .about .column h5 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #f4f4f4;
        font-size: 1.1em;
        padding-top: 5px;
    }

    .about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        position: relative;
        left: -15px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .about .column:nth-child(1) p {
        width: 96%;
        margin: 0 auto;
        left: 6px;
    }

    .about .column:nth-child(2) p {
        width: 96%;
        margin: 0 auto;
        left: 6px;
    }

    .about .column:nth-child(3) p {
        width: 95%;
        left: 6px;
        margin: 0 auto;
    }

    .intro_video {
        height: 300px !important;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(90% - 40px);
        width: -moz-calc(90% - 40px);
        width: -webkit-calc(90% - 40px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 9px;
        left: -10px;
        top: 14px;
        right: auto;
    }

    .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -16px;
        display: inline-block;
        border-top: 9px solid transparent;
        border-left: 15px solid #ACACAC;
        border-right: 0 solid #BBBBBB;
        border-bottom: 9px solid transparent;
        content: " ";
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 13px;
        left: -9px;
        top: 9px;
        right: auto;
    }

    .software-subtitle {
        width: 89%;
        font-size: 1.5em;
        padding-left: 40px;
        color: #6D6D6D;
    }

    .timeline > li.timeline-moredetails-inverted {
        position: relative;
        width: calc(100% - -190px);
        width: -moz-calc(100% - -190px);
        width: -webkit-calc(100% - -190px);
        left: -190px;
        top: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel {
        top: 10px;
    }

    .timeline-body li {
        padding-bottom: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel > .moredetails-dot {
        margin-left: -5%;
    }

    .timeline_laptop_pos {
        top: 25px;
    }

    .timeline > li > .timeline-panel {
        left: 10px;
    }

    .timeline > li.timeline-moredetails-inverted > .timeline-panel:after {
        border-right-width: 40px;
        left: -41px;
    }

    .cta-software-section {
        width: 100%;
        height: 510px;
        left: 0;
    }

    .cta-software-section-container {
        top: -40px;
        margin-top: 30px;
    }

    .cta-software-section h3 {
        font-size: 1.1em;
        width: 99%;
    }

    .cta-left {
        width: 100%;
        height: 120px;
        margin-top: 5px;
    }

    .cta-right {
        width: 100%;
        height: 140px;
        margin-top: 5px;
    }

    .cta-or-divider {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 1.1em;
        top: 5px;
        left: 85px;
        margin-left: -15px;
        border: 2px solid #ffffff;
    }

    .cta-divider {
        width: 2px;
        height: 50px;
        left: 15%;
        top: 7px;
        background-color: #ffffff;
    }

    .cta-divider hr {
        border: 1px inset #999999;
        width: 170px;
    }

    .cta-btn {
        width: 95%;
        bottom: 7px;
        left: 4px;
    }

    h4, .h4 {
        font-size: 15px;
    }

    .software_video {
        height: 300px !important;
    }

    .video_text_top {
        font-size: 2em;
        left: 240px;
    }

    .video_text_top .ap_workbench {
        font-size: 2em;
        left: 80%;
        width: 50%;
        top: 40px;
    }

    .video_bottom_svg {
        margin-bottom: -7px;
    }

    .play_button {
        width: 70px;
        height: 70px;
        top: 85%;
        left: 40%;
        background-size: 70px 70px;
    }

    .play_button:hover {
        background: url(/assets/png_fallback/playbutton_hover.png);
        background-size: 70px 70px;
        width: 70px;
        height: 70px;
    }

    .ecosystem .column h5 {
        color: black;
        padding-bottom: 20px;
    }

    .ecosystem.about .column p {
        text-align: left;
        font-weight: 300;
        line-height: 22px;
        color: black;
        position: relative;
        left: -15px;
        width: 100%;
        margin: 0 auto;
        bottom: 20px;
        padding: 5px 5px 10px 0;
    }

    .ecosystem.about .column:nth-child(1) p {
        width: 120%;
        padding-right: 15px;
        padding-left: 10px;
        left: -21px;
    }

    .logo_with_text_image {
        left: -3%;
    }

    .logo_with_text_image img {
        width: 178%;
    }

    ul.footer_list li {
        position: relative;
        padding: 4px 0 0 6px;
        font-size: 9px;
        left: -15px;
    }

    .ecosystem_mobile {
        display: inline;
    }

    .ecosystem_desktop {
        display: none;
    }

    /* Simulation */
    #sim_quick_guide {
        /*margin: 15px;*/
        margin: 0;
    }

    #sim_quick_guide hr {
        border: 1px dotted #666666;
        width: 130%;
        right: 53px;
        position: relative;
    }

    .sim_right {
        float: left;
        width: 126%;
        padding-right: 20px;
        background: #f7f7f7;
        position: relative;
        top: 80px;
        height: 450px;
        right: 47px;
        padding-bottom: 10px;
        margin-bottom: 95px;
    }

    .sim_left {
        float: left;
        width: 150%;
        padding: 0;
        margin-bottom: 0;
        height: 294px;
        right: 29%;
    }

    .reporting-desc {
        position: relative;
        width: 120%;
        right: 25px;
    }

    .footer_new {
        bottom: -30px;
    }

}

/*
@media screen and (max-width: 70em) {
    .registration_column{
        width: 47%;
    }
    .registration_column:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width: 48em) {
    .registration_column {
        width: 100%;
        padding: 10px;
    }
}*/
