.list-group a.list-group-item:hover {
  color: white; }



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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-shadow: none !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; }
  
  .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: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #dadada;
  background-color: #2D2D2D; }


input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }


a {
  color: #2b94da;
  text-decoration: none; }
  
  a:hover, a:focus {
    color: #0073ff;
    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: 2;
  background-color: rgba(9, 9, 9, 0.3);
  border: 1px solid #ddd;
  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: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid rgba(112, 108, 106, 0.5); }


.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;
  color: inherit; }
  
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #716d6b; }


h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 28px;
  margin-bottom: 14px; }
  
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }


h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 14px;
  margin-bottom: 14px; }
  
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }


h1, .h1 {
  font-size: 39px; }


h2, .h2 {
  font-size: 32px; }


h3, .h3 {
  font-size: 26px; }


h4, .h4 {
  font-size: 21px; }


h5, .h5 {
  font-size: 19px; }


h6, .h6 {
  font-size: 16px; }


p {
  margin: 0 0 14px; }


.lead {
  margin-bottom: 28px;
  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: #716d6b; }


.text-primary {
  color: #2b94da; }


a.text-primary:hover {
  color: #1f78b3; }


.text-success {
  color: #3c763d; }


a.text-success:hover {
  color: #2b542b; }


.text-info {
  color: #31708f; }


a.text-info:hover {
  color: #245369; }


.text-warning {
  color: #8a6d3b; }


a.text-warning:hover {
  color: #66502c; }


.text-danger {
  color: #a94442; }


a.text-danger:hover {
  color: #843534; }


.bg-primary {
  color: #fff; }


.bg-primary {
  background-color: #2b94da; }


a.bg-primary:hover {
  background-color: #1f78b3; }


.bg-success {
  background-color: #366F47; }


a.bg-success:hover {
  background-color: #254d30; }


.bg-info {
  background-color: #5bc0de; }


a.bg-info:hover {
  background-color: #31b2d5; }


.bg-warning {
  background-color: #f0ad4e; }


a.bg-warning:hover {
  background-color: #ec971f; }


.bg-danger {
  background-color: #d9534f; }


a.bg-danger:hover {
  background-color: #c92e2c; }


.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #b7b4b3; }


ul, ol {
  margin-top: 0;
  margin-bottom: 14px; }
  
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }


.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }


.list-inline {
  margin-left: -5px; }
  
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }


dl {
  margin-top: 0;
  margin-bottom: 28px; }


dt, dd {
  line-height: 2; }


dt {
  font-weight: bold; }


dd {
  margin-left: 0; }

@media (min-width: 992px) {
  
  .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; }
    
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    
    .dl-horizontal dd:after {
      clear: both; } }


abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999593; }


.initialism {
  font-size: 90%;
  text-transform: uppercase; }


blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 17.5px;
  border-left: 5px solid #b7b4b3; }
  
  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: 2;
    color: #999593; }
    
    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 #b7b4b3;
  border-left: 0;
  text-align: right; }
  
  .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''; }
  
  .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }


blockquote:before, blockquote:after {
  content: ""; }


address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 2; }


code, kbd, pre, samp {
  font-family: 'Source Code Pro', sans-serif; }


code {
  padding: 2px 4px;
  font-size: 90%;
  color: #366F47;
  background-color: #D0C7BA;
  white-space: nowrap;
  border-radius: 4px; }


kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #3f3d3b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }


pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;
  color: black !important;
  background-color: #3f3d3b !important;
  border: 1px solid #3f3d3b;
  border-radius: 4px; }
  
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }


code[class*=language-], pre[class*=language-] {
  text-shadow: #2D2D2D !important; }


.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  
  .container:before, .container:after {
    content: " ";
    display: table; }
  
  .container:after {
    clear: both; }
  @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; }
  
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  
  .container-fluid:after {
    clear: both; }


.row, .dataList {
  margin-left: -15px;
  margin-right: -15px; }
  
  .row:before, .dataList:before, .row:after, .dataList:after {
    content: " ";
    display: table; }
  
  .row:after, .dataList:after {
    clear: both; }


.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, .dataList .post-listing, .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-1 {
  width: 8.33333%; }


.col-xs-2 {
  width: 16.66667%; }


.col-xs-3 {
  width: 25%; }


.col-xs-4 {
  width: 33.33333%; }


.col-xs-5 {
  width: 41.66667%; }


.col-xs-6 {
  width: 50%; }


.col-xs-7 {
  width: 58.33333%; }


.col-xs-8 {
  width: 66.66667%; }


.col-xs-9 {
  width: 75%; }


.col-xs-10 {
  width: 83.33333%; }


.col-xs-11 {
  width: 91.66667%; }


.col-xs-12 {
  width: 100%; }


.col-xs-pull-0 {
  right: 0%; }


.col-xs-pull-1 {
  right: 8.33333%; }


.col-xs-pull-2 {
  right: 16.66667%; }


.col-xs-pull-3 {
  right: 25%; }


.col-xs-pull-4 {
  right: 33.33333%; }


.col-xs-pull-5 {
  right: 41.66667%; }


.col-xs-pull-6 {
  right: 50%; }


.col-xs-pull-7 {
  right: 58.33333%; }


.col-xs-pull-8 {
  right: 66.66667%; }


.col-xs-pull-9 {
  right: 75%; }


.col-xs-pull-10 {
  right: 83.33333%; }


.col-xs-pull-11 {
  right: 91.66667%; }


.col-xs-pull-12 {
  right: 100%; }


.col-xs-push-0 {
  left: 0%; }


.col-xs-push-1 {
  left: 8.33333%; }


.col-xs-push-2 {
  left: 16.66667%; }


.col-xs-push-3 {
  left: 25%; }


.col-xs-push-4 {
  left: 33.33333%; }


.col-xs-push-5 {
  left: 41.66667%; }


.col-xs-push-6 {
  left: 50%; }


.col-xs-push-7 {
  left: 58.33333%; }


.col-xs-push-8 {
  left: 66.66667%; }


.col-xs-push-9 {
  left: 75%; }


.col-xs-push-10 {
  left: 83.33333%; }


.col-xs-push-11 {
  left: 91.66667%; }


.col-xs-push-12 {
  left: 100%; }


.col-xs-offset-0 {
  margin-left: 0%; }


.col-xs-offset-1 {
  margin-left: 8.33333%; }


.col-xs-offset-2 {
  margin-left: 16.66667%; }


.col-xs-offset-3 {
  margin-left: 25%; }


.col-xs-offset-4 {
  margin-left: 33.33333%; }


.col-xs-offset-5 {
  margin-left: 41.66667%; }


.col-xs-offset-6 {
  margin-left: 50%; }


.col-xs-offset-7 {
  margin-left: 58.33333%; }


.col-xs-offset-8 {
  margin-left: 66.66667%; }


.col-xs-offset-9 {
  margin-left: 75%; }


.col-xs-offset-10 {
  margin-left: 83.33333%; }


.col-xs-offset-11 {
  margin-left: 91.66667%; }


.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  
  .col-sm-2 {
    width: 16.66667%; }
  
  .col-sm-3 {
    width: 25%; }
  
  .col-sm-4 {
    width: 33.33333%; }
  
  .col-sm-5 {
    width: 41.66667%; }
  
  .col-sm-6 {
    width: 50%; }
  
  .col-sm-7 {
    width: 58.33333%; }
  
  .col-sm-8 {
    width: 66.66667%; }
  
  .col-sm-9 {
    width: 75%; }
  
  .col-sm-10 {
    width: 83.33333%; }
  
  .col-sm-11 {
    width: 91.66667%; }
  
  .col-sm-12 {
    width: 100%; }
  
  .col-sm-pull-0 {
    right: 0%; }
  
  .col-sm-pull-1 {
    right: 8.33333%; }
  
  .col-sm-pull-2 {
    right: 16.66667%; }
  
  .col-sm-pull-3 {
    right: 25%; }
  
  .col-sm-pull-4 {
    right: 33.33333%; }
  
  .col-sm-pull-5 {
    right: 41.66667%; }
  
  .col-sm-pull-6 {
    right: 50%; }
  
  .col-sm-pull-7 {
    right: 58.33333%; }
  
  .col-sm-pull-8 {
    right: 66.66667%; }
  
  .col-sm-pull-9 {
    right: 75%; }
  
  .col-sm-pull-10 {
    right: 83.33333%; }
  
  .col-sm-pull-11 {
    right: 91.66667%; }
  
  .col-sm-pull-12 {
    right: 100%; }
  
  .col-sm-push-0 {
    left: 0%; }
  
  .col-sm-push-1 {
    left: 8.33333%; }
  
  .col-sm-push-2 {
    left: 16.66667%; }
  
  .col-sm-push-3 {
    left: 25%; }
  
  .col-sm-push-4 {
    left: 33.33333%; }
  
  .col-sm-push-5 {
    left: 41.66667%; }
  
  .col-sm-push-6 {
    left: 50%; }
  
  .col-sm-push-7 {
    left: 58.33333%; }
  
  .col-sm-push-8 {
    left: 66.66667%; }
  
  .col-sm-push-9 {
    left: 75%; }
  
  .col-sm-push-10 {
    left: 83.33333%; }
  
  .col-sm-push-11 {
    left: 91.66667%; }
  
  .col-sm-push-12 {
    left: 100%; }
  
  .col-sm-offset-0 {
    margin-left: 0%; }
  
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  
  .col-sm-offset-3 {
    margin-left: 25%; }
  
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  
  .col-sm-offset-6 {
    margin-left: 50%; }
  
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  
  .col-sm-offset-9 {
    margin-left: 75%; }
  
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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, .dataList .post-listing {
    float: left; }
  
  .col-md-1 {
    width: 8.33333%; }
  
  .col-md-2 {
    width: 16.66667%; }
  
  .col-md-3 {
    width: 25%; }
  
  .col-md-4 {
    width: 33.33333%; }
  
  .col-md-5 {
    width: 41.66667%; }
  
  .col-md-6 {
    width: 50%; }
  
  .col-md-7 {
    width: 58.33333%; }
  
  .col-md-8 {
    width: 66.66667%; }
  
  .col-md-9 {
    width: 75%; }
  
  .col-md-10 {
    width: 83.33333%; }
  
  .col-md-11 {
    width: 91.66667%; }
  
  .col-md-12, .dataList .post-listing {
    width: 100%; }
  
  .col-md-pull-0 {
    right: 0%; }
  
  .col-md-pull-1 {
    right: 8.33333%; }
  
  .col-md-pull-2 {
    right: 16.66667%; }
  
  .col-md-pull-3 {
    right: 25%; }
  
  .col-md-pull-4 {
    right: 33.33333%; }
  
  .col-md-pull-5 {
    right: 41.66667%; }
  
  .col-md-pull-6 {
    right: 50%; }
  
  .col-md-pull-7 {
    right: 58.33333%; }
  
  .col-md-pull-8 {
    right: 66.66667%; }
  
  .col-md-pull-9 {
    right: 75%; }
  
  .col-md-pull-10 {
    right: 83.33333%; }
  
  .col-md-pull-11 {
    right: 91.66667%; }
  
  .col-md-pull-12 {
    right: 100%; }
  
  .col-md-push-0 {
    left: 0%; }
  
  .col-md-push-1 {
    left: 8.33333%; }
  
  .col-md-push-2 {
    left: 16.66667%; }
  
  .col-md-push-3 {
    left: 25%; }
  
  .col-md-push-4 {
    left: 33.33333%; }
  
  .col-md-push-5 {
    left: 41.66667%; }
  
  .col-md-push-6 {
    left: 50%; }
  
  .col-md-push-7 {
    left: 58.33333%; }
  
  .col-md-push-8 {
    left: 66.66667%; }
  
  .col-md-push-9 {
    left: 75%; }
  
  .col-md-push-10 {
    left: 83.33333%; }
  
  .col-md-push-11 {
    left: 91.66667%; }
  
  .col-md-push-12 {
    left: 100%; }
  
  .col-md-offset-0 {
    margin-left: 0%; }
  
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  
  .col-md-offset-3 {
    margin-left: 25%; }
  
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  
  .col-md-offset-6 {
    margin-left: 50%; }
  
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  
  .col-md-offset-9 {
    margin-left: 75%; }
  
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  
  .col-lg-2 {
    width: 16.66667%; }
  
  .col-lg-3 {
    width: 25%; }
  
  .col-lg-4 {
    width: 33.33333%; }
  
  .col-lg-5 {
    width: 41.66667%; }
  
  .col-lg-6 {
    width: 50%; }
  
  .col-lg-7 {
    width: 58.33333%; }
  
  .col-lg-8 {
    width: 66.66667%; }
  
  .col-lg-9 {
    width: 75%; }
  
  .col-lg-10 {
    width: 83.33333%; }
  
  .col-lg-11 {
    width: 91.66667%; }
  
  .col-lg-12 {
    width: 100%; }
  
  .col-lg-pull-0 {
    right: 0%; }
  
  .col-lg-pull-1 {
    right: 8.33333%; }
  
  .col-lg-pull-2 {
    right: 16.66667%; }
  
  .col-lg-pull-3 {
    right: 25%; }
  
  .col-lg-pull-4 {
    right: 33.33333%; }
  
  .col-lg-pull-5 {
    right: 41.66667%; }
  
  .col-lg-pull-6 {
    right: 50%; }
  
  .col-lg-pull-7 {
    right: 58.33333%; }
  
  .col-lg-pull-8 {
    right: 66.66667%; }
  
  .col-lg-pull-9 {
    right: 75%; }
  
  .col-lg-pull-10 {
    right: 83.33333%; }
  
  .col-lg-pull-11 {
    right: 91.66667%; }
  
  .col-lg-pull-12 {
    right: 100%; }
  
  .col-lg-push-0 {
    left: 0%; }
  
  .col-lg-push-1 {
    left: 8.33333%; }
  
  .col-lg-push-2 {
    left: 16.66667%; }
  
  .col-lg-push-3 {
    left: 25%; }
  
  .col-lg-push-4 {
    left: 33.33333%; }
  
  .col-lg-push-5 {
    left: 41.66667%; }
  
  .col-lg-push-6 {
    left: 50%; }
  
  .col-lg-push-7 {
    left: 58.33333%; }
  
  .col-lg-push-8 {
    left: 66.66667%; }
  
  .col-lg-push-9 {
    left: 75%; }
  
  .col-lg-push-10 {
    left: 83.33333%; }
  
  .col-lg-push-11 {
    left: 91.66667%; }
  
  .col-lg-push-12 {
    left: 100%; }
  
  .col-lg-offset-0 {
    margin-left: 0%; }
  
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  
  .col-lg-offset-3 {
    margin-left: 25%; }
  
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  
  .col-lg-offset-6 {
    margin-left: 50%; }
  
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  
  .col-lg-offset-9 {
    margin-left: 75%; }
  
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  
  .col-lg-offset-12 {
    margin-left: 100%; } }


table {
  max-width: 100%;
  background-color: rgba(67, 64, 63, 0.675); }


th {
  text-align: left; }


.table {
  width: 100%;
  margin-bottom: 28px; }
  
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 2;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.5); }
  
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5); }
  
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  
  .table > tbody + tbody {
    border-top: 2px solid rgba(0, 0, 0, 0.5); }
  
  .table .table {
    background-color: #2D2D2D; }


.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }


.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.5); }
  
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid rgba(0, 0, 0, 0.5); }
  
  .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: rgba(14, 14, 14, 0.35); }


.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.35); }


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 > thead > tr > td.is-checked, .table > thead > tr > th.active, .table > thead > tr > th.is-checked, .table > thead > tr.active > td, .table > thead > tr.active > tr.is-checked, .table > thead > tr.active > th, .table > thead > tr.active > tr.is-checked, .table > tbody > tr > td.active, .table > tbody > tr > td.is-checked, .table > tbody > tr > th.active, .table > tbody > tr > th.is-checked, .table > tbody > tr.active > td, .table > tbody > tr.active > tr.is-checked, .table > tbody > tr.active > th, .table > tbody > tr.active > tr.is-checked, .table > tfoot > tr > td.active, .table > tfoot > tr > td.is-checked, .table > tfoot > tr > th.active, .table > tfoot > tr > th.is-checked, .table > tfoot > tr.active > td, .table > tfoot > tr.active > tr.is-checked, .table > tfoot > tr.active > th, .table > tfoot > tr.active > tr.is-checked {
  background-color: rgba(0, 0, 0, 0.35); }


.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > td.is-checked:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr > th.is-checked:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > tr.is-checked:hover, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr.active:hover > tr.is-checked:hover {
  background-color: rgba(0, 0, 0, 0.35); }


.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #366F47; }


.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: #2e5e3b; }


.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #5bc0de; }


.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: #46bada; }


.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #f0ad4e; }


.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: #eea236; }


.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #d9534f; }


.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: #d43d3a; }

@media (max-width: 767px) {
  
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-overflow-scrolling: touch; }
    
    .table-responsive > .table {
      margin-bottom: 0; }
      
      .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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: 28px;
  font-size: 21px;
  line-height: inherit;
  color: #595654;
  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: 2;
  color: #716d6b; }


.form-control, .order-quantity--input, select#productColor {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2;
  color: #716d6b;
  background-color: #3f3d3b;
  background-image: none;
  border: 1px solid #3f3d3b;
  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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  
  .form-control:focus, .order-quantity--input:focus, select#productColor:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  
  .form-control:-ms-input-placeholder, .order-quantity--input:-ms-input-placeholder, select#productColor:-ms-input-placeholder {
    color: #999593; }
  
  .form-control::-webkit-input-placeholder, .order-quantity--input::-webkit-input-placeholder, select#productColor::-webkit-input-placeholder {
    color: #999593; }
  
  .form-control[disabled], [disabled].order-quantity--input, select[disabled]#productColor, .form-control[readonly], [readonly].order-quantity--input, select[readonly]#productColor, fieldset[disabled] .form-control, fieldset[disabled] .order-quantity--input, fieldset[disabled] select#productColor {
    cursor: not-allowed;
    background-color: #b7b4b3;
    opacity: 1; }


textarea.form-control, textarea.order-quantity--input {
  height: auto; }


input[type="search"] {
  -webkit-appearance: none; }


input[type="date"] {
  line-height: 42px; }


.form-group {
  margin-bottom: 15px; }


.radio, .checkbox {
  display: block;
  min-height: 28px;
  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], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }


.input-sm, .input-group-sm > .form-control, .order-quantity--input, select#productColor, .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-sm, .input-group-sm > select.form-control, select.order-quantity--input, select#productColor, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }


textarea.input-sm, .input-group-sm > textarea.form-control, textarea.order-quantity--input, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, select[multiple].order-quantity--input, select[multiple]#productColor, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }


.input-lg, .input-group-lg > .form-control, .order-quantity--input, select#productColor, .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-lg, .input-group-lg > select.form-control, select.order-quantity--input, select#productColor, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }


textarea.input-lg, .input-group-lg > textarea.form-control, textarea.order-quantity--input, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, select[multiple].order-quantity--input, select[multiple]#productColor, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }


.has-feedback {
  position: relative; }
  
  .has-feedback .form-control, .has-feedback .order-quantity--input, .has-feedback select#productColor {
    padding-right: 52.5px; }
  
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 33px;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    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, .has-success .order-quantity--input, .has-success select#productColor {
  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, .has-success .order-quantity--input:focus, .has-success select#productColor:focus {
    border-color: #2b542b;
    -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: #366F47; }

.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, .has-warning .order-quantity--input, .has-warning select#productColor {
  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, .has-warning .order-quantity--input:focus, .has-warning select#productColor:focus {
    border-color: #66502c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c09f6b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c09f6b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #f0ad4e; }

.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, .has-error .order-quantity--input, .has-error select#productColor {
  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, .has-error .order-quantity--input:focus, .has-error select#productColor: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: #d9534f; }

.has-error .form-control-feedback {
  color: #a94442; }


.form-control-static {
  margin-bottom: 0; }


.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white; }

@media (min-width: 768px) {
  
  .form-inline .form-group, .form-inline .navbar-form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  
  .form-inline .form-control, .form-inline .navbar-form, .form-inline .order-quantity--input, .form-inline select#productColor {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  
  .form-inline .input-group > .form-control, .form-inline .input-group > .navbar-form, .form-inline .input-group > .order-quantity--input, .form-inline .input-group > select#productColor {
    width: 100%; }
  
  .form-inline .control-label, .form-inline .navbar-form {
    margin-bottom: 0;
    vertical-align: middle; }
  
  .form-inline .radio, .form-inline .navbar-form, .form-inline .checkbox, .form-inline .navbar-form {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  
  .form-inline .radio input[type="radio"], .form-inline .radio .navbar-form, .form-inline .checkbox input[type="checkbox"], .form-inline .checkbox .navbar-form {
    float: none;
    margin-left: 0; }
  
  .form-inline .has-feedback .form-control-feedback, .form-inline .has-feedback .navbar-form {
    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: 35px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  
  .form-horizontal .form-group:after {
    clear: both; }

.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: 2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.is-checked:focus {
    outline: thin dotted;
    outline: 5px auto-webkit-focus-ring-color;
    outline-offset: -2px; }
  
  .btn:hover, .btn:focus {
    color: #FAFAF6;
    text-decoration: none; }
  
  .btn:active, .btn.active, .btn.is-checked {
    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: #FAFAF6;
  background-color: #595654;
  border-color: #262626; }
  
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.is-checked {
    color: #FAFAF6;
    background-color: #444240;
    border-color: #080808; }
  
  .open .btn-default.dropdown-toggle {
    color: #FAFAF6;
    background-color: #444240;
    border-color: #080808; }
  
  .btn-default:active, .btn-default.active, .btn-default.is-checked {
    background-image: none; }
  
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default.disabled.is-checked, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, .btn-default[disabled].is-checked, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.is-checked {
    background-color: #595654;
    border-color: #262626; }
  
  .btn-default .badge {
    color: #595654;
    background-color: #FAFAF6; }


.btn-primary {
  color: #fff;
  background-color: #2b94da;
  border-color: #2386c9; }
  
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.is-checked {
    color: #fff;
    background-color: #217ebb;
    border-color: #1a6394; }
  
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #217ebb;
    border-color: #1a6394; }
  
  .btn-primary:active, .btn-primary.active, .btn-primary.is-checked {
    background-image: none; }
  
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary.disabled.is-checked, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, .btn-primary[disabled].is-checked, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.is-checked {
    background-color: #2b94da;
    border-color: #2386c9; }
  
  .btn-primary .badge {
    color: #2b94da;
    background-color: #fff; }


.btn-success {
  color: #fff;
  background-color: #366F47;
  border-color: #2e5e3b; }
  
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.is-checked {
    color: #fff;
    background-color: #295435;
    border-color: #1a3521; }
  
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #295435;
    border-color: #1a3521; }
  
  .btn-success:active, .btn-success.active, .btn-success.is-checked {
    background-image: none; }
  
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success.disabled.is-checked, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, .btn-success[disabled].is-checked, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.is-checked {
    background-color: #366F47;
    border-color: #2e5e3b; }
  
  .btn-success .badge {
    color: #366F47;
    background-color: #fff; }


.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46bada; }
  
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.is-checked {
    color: #fff;
    background-color: #39b5d7;
    border-color: #269cbc; }
  
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b5d7;
    border-color: #269cbc; }
  
  .btn-info:active, .btn-info.active, .btn-info.is-checked {
    background-image: none; }
  
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info.disabled.is-checked, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, .btn-info[disabled].is-checked, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.is-checked {
    background-color: #5bc0de;
    border-color: #46bada; }
  
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }


.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.is-checked {
    color: #fff;
    background-color: #ed9b28;
    border-color: #d58112; }
  
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9b28;
    border-color: #d58112; }
  
  .btn-warning:active, .btn-warning.active, .btn-warning.is-checked {
    background-image: none; }
  
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning.disabled.is-checked, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, .btn-warning[disabled].is-checked, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.is-checked {
    background-color: #f0ad4e;
    border-color: #eea236; }
  
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }


.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43d3a; }
  
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.is-checked {
    color: #fff;
    background-color: #d2302d;
    border-color: #ac2525; }
  
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2302d;
    border-color: #ac2525; }
  
  .btn-danger:active, .btn-danger.active, .btn-danger.is-checked {
    background-image: none; }
  
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger.disabled.is-checked, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, .btn-danger[disabled].is-checked, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.is-checked {
    background-color: #d9534f;
    border-color: #d43d3a; }
  
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }


.btn-link {
  color: #2b94da;
  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: #0073ff;
    text-decoration: underline;
    background-color: transparent; }
  
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999593;
    text-decoration: none; }


.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }


.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }


.btn-xs, .btn-group-xs > .btn {
  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; }


.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: #fff;
  border: 1px solid #ccc;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  
  .dropdown-menu .divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 2;
    color: #595654;
    white-space: nowrap; }


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4c4948;
  background-color: #f5f5f5; }


.dropdown-menu > .active > a, .dropdown-menu > .active > .is-checked, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > .is-checked, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .is-checked {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2b94da; }


.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999593; }


.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: 2;
  color: #999593; }


.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: 992px) {
  
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group > .btn.is-checked, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn.is-checked {
      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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  
  .btn-toolbar:after {
    clear: both; }
  
  .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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }


.btn-group > .btn-lg + .dropdown-toggle, .btn-group > .btn-lg + .btn-group-lg > .btn, .btn-group-lg > .btn-group > .btn-lg + .btn {
  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, .btn-lg .btn-group-lg > .btn, .btn-group-lg > .btn-lg .btn {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }


.dropup .btn-lg .caret, .dropup .btn-lg .btn-group-lg > .btn, .btn-group-lg > .dropup .btn-lg .btn {
  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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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, .input-group .order-quantity--input, .input-group select#productColor {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }


.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .order-quantity--input, .input-group select#productColor {
  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), .input-group .order-quantity--input:not(:first-child):not(:last-child), .input-group select#productColor: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: #716d6b;
  text-align: center;
  background-color: #b7b4b3;
  border: 1px solid #3f3d3b;
  border-radius: 4px; }
  
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon.form-control, .input-group-addon.order-quantity--input, select.input-group-addon#productColor, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon.form-control, .input-group-addon.order-quantity--input, select.input-group-addon#productColor, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 .order-quantity--input:first-child, .input-group select#productColor: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 .order-quantity--input:last-child, .input-group select#productColor: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:before, .nav:after {
    content: " ";
    display: table; }
  
  .nav:after {
    clear: both; }
  
  .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: transparent; }
    
    .nav > li.disabled > a {
      color: #999593; }
      
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999593;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #2b94da; }
  
  .nav .nav-divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  
  .nav > li > a > img {
    max-width: none; }


.nav-tabs {
  border-bottom: 1px solid #3f3d3b; }
  
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 2;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      
      .nav-tabs > li > a:hover {
        border-color: #3f3d3b #3f3d3b #3f3d3b; }
    
    .nav-tabs > li.active > a, .nav-tabs > li.active > li.is-checked, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > li.is-checked, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > li.is-checked {
      color: #5c595a;
      background-color: #3f3d3b;
      border: 1px solid #3f3d3b;
      border-bottom-color: transparent;
      cursor: default; }


.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 > li.is-checked, .nav-pills > li.active > a:hover, .nav-pills > li.active > li.is-checked, .nav-pills > li.active > a:focus, .nav-pills > li.active > li.is-checked {
    color: #fff;
    background-color: #2b94da; }


.nav-stacked > li {
  float: none; }
  
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }


.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  
  .nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
    float: none; }
    
    .nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
      text-align: center;
      margin-bottom: 5px; }
  
  .nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .nav-tabs.nav-justified {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    
    .nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
      display: table-cell;
      width: 1%; }
      
      .nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
        margin-bottom: 0; } }


.nav-tabs-justified, .nav-tabs.nav-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  
  .nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
    margin-right: 0;
    border-radius: 4px; }
  
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .is-checked, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .is-checked, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .is-checked {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    
    .nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .is-checked, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .is-checked, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .is-checked {
      border-bottom-color: #2D2D2D; } }


.tab-content > .tab-pane {
  display: none; }

.tab-content > .active, .tab-content > .is-checked {
  display: block; }


.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }


.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0; } }


.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }


.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  
  .navbar-collapse:after {
    clear: both; }
  
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      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 > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }


.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }


.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .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: 16px 15px;
  font-size: 18px;
  line-height: 28px;
  height: 60px; }
  
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    
    .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: 13px;
  margin-bottom: 13px;
  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: 992px) {
    .navbar-toggle {
      display: none; } }


.navbar-nav {
  margin: 8px -15px; }
  
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px; }
  @media (max-width: 991px) {
    
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      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: 28px; }
        
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      
      .navbar-nav > li {
        float: left; }
        
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; }
      
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 992px) {
  
  .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: 9px;
  margin-bottom: 9px; }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .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: 9px;
  margin-bottom: 9px; }
  
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 15px;
    margin-bottom: 15px; }
  
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px; }


.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }


.navbar-default {
  background-color: #3f3d3b;
  border-color: #2e2c2b; }
  
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2e2c2b;
    color: #555; }
  @media (max-width: 991px) {
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > .is-checked, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > .is-checked, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > .is-checked {
      color: #555;
      background-color: #2e2c2b; }
    
    .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: #ccc;
      background-color: transparent; } }
  
  .navbar-default .navbar-link {
    color: white; }
    
    .navbar-default .navbar-link:hover {
      color: #333; }


.breadcrumb {
  padding: 3px 0px;
  margin-bottom: 28px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  
  .breadcrumb > li {
    display: inline-block; }
    
    .breadcrumb > li + li:before {
      content: "/";
      padding: 0 5px;
      color: #716d6b; }
  
  .breadcrumb > .active, .breadcrumb > .is-checked {
    color: #716d6b; }


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 28px 0;
  border-radius: 4px; }
  
  .pagination > li {
    display: inline; }
    
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 2;
      text-decoration: none;
      color: #2b94da;
      background-color: #3f3d3b;
      border: 1px solid #181716;
      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 > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #fff;
    background-color: #2b94da;
    border-color: #181716; }
  
  .pagination > .active > a, .pagination > .active > .is-checked, .pagination > .active > a:hover, .pagination > .active > .is-checked, .pagination > .active > a:focus, .pagination > .active > .is-checked, .pagination > .active > span, .pagination > .active > .is-checked, .pagination > .active > span:hover, .pagination > .active > .is-checked, .pagination > .active > span:focus, .pagination > .active > .is-checked {
    z-index: 2;
    color: #fff;
    background-color: #2b94da;
    border-color: #181716;
    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: #716d6b;
    background-color: #2d2b2a;
    border-color: #181716;
    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: 28px 0;
  list-style: none;
  text-align: center; }
  
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  
  .pager:after {
    clear: both; }
  
  .pager li {
    display: inline; }
    
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: rgba(14, 14, 14, 0.35);
      border: 1px solid #181716;
      border-radius: 4px; }
    
    .pager li > a:hover, .pager li > a:focus {
      text-decoration: none;
      background-color: #2b94da; }
  
  .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: #716d6b;
    background-color: rgba(14, 14, 14, 0.35);
    cursor: not-allowed; }


.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }
  
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  
  .label:empty {
    display: none; }
  
  .btn .label {
    position: relative;
    top: -1px; }


.label-default {
  background-color: #999593; }
  
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #807c79; }


.label-primary {
  background-color: #2b94da; }
  
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1f78b3; }


.label-success {
  background-color: #366F47; }
  
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #254d30; }


.label-info {
  background-color: #5bc0de; }
  
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b2d5; }


.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: #c92e2c; }


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999593;
  border-radius: 10px; }
  
  .badge:empty {
    display: none; }
  
  .btn .badge {
    position: relative;
    top: -1px; }
  
  .btn-xs .badge, .btn-xs .btn-group-xs > .btn, .btn-group-xs > .btn-xs .btn {
    top: 0;
    padding: 1px 5px; }


a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }


a.list-group-item.active > .badge, a.list-group-item.active > a.list-group-item.is-checked, .nav-pills > .active > a > .badge, .nav-pills > .active > a > .is-checked {
  color: #2b94da;
  background-color: #fff; }


.nav-pills > li > a > .badge {
  margin-left: 3px; }


.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #b7b4b3; }
  
  .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: 28px;
  line-height: 2;
  background-color: rgba(9, 9, 9, 0.3);
  border: 1px solid #ddd;
  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; }
  
  .thumbnail .caption {
    padding: 4px;
    color: #dadada; }


a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active, a.thumbnail.is-checked {
  border-color: #2b94da; }


.alert {
  padding: 15px;
  margin-bottom: 28px;
  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: #366F47;
  border-color: #2e5e32;
  color: #3c763d; }
  
  .alert-success hr {
    border-top-color: #254d29; }
  
  .alert-success .alert-link {
    color: #2b542b; }


.alert-info {
  background-color: #5bc0de;
  border-color: #3dd0d8;
  color: #31708f; }
  
  .alert-info hr {
    border-top-color: #2accd2; }
  
  .alert-info .alert-link {
    color: #245369; }


.alert-warning {
  background-color: #f0ad4e;
  border-color: #ee8336;
  color: #8a6d3b; }
  
  .alert-warning hr {
    border-top-color: #ec711f; }
  
  .alert-warning .alert-link {
    color: #66502c; }


.alert-danger {
  background-color: #d9534f;
  border-color: #d43a51;
  color: #a94442; }
  
  .alert-danger hr {
    border-top-color: #c92c43; }
  
  .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: 28px;
  margin-bottom: 28px;
  background-color: #3f3d3b;
  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: 28px;
  color: #fff;
  text-align: center;
  background-color: #2b94da;
  -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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }


.progress.active .progress-bar, .progress.active .progress.is-checked {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }


.progress-bar-success {
  background-color: #366F47; }
  
  .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; }


iframe .player .video-wrapper {
  background-color: #D4D8BE !important; }


.list-group {
  margin-bottom: 20px;
  padding-left: 0; }


.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #3f3d3b;
  border: 1px solid #2d2b2a; }
  
  .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: #dadada; }
  
  a.list-group-item .list-group-item-heading {
    color: #333; }
  
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #2b94da; }
  
  a.list-group-item.active, a.list-group-item.is-checked, a.list-group-item.active:hover, a.list-group-item.is-checked:hover, a.list-group-item.active:focus, a.list-group-item.is-checked:focus {
    z-index: 2;
    color: #fff;
    background-color: #2b94da;
    border-color: #2b94da; }
    
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active a.list-group-item.is-checked, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:hover a.list-group-item.is-checked:hover, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:focus a.list-group-item.is-checked:focus {
      color: inherit; }
    
    a.list-group-item.active .list-group-item-text, a.list-group-item.active a.list-group-item.is-checked, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:hover a.list-group-item.is-checked:hover, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:focus a.list-group-item.is-checked:focus {
      color: #d9ecf8; }


.list-group-item-success {
  color: #3c763d;
  background-color: #366F47; }


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: #2e5e3b; }
  
  a.list-group-item-success.active, a.list-group-item-success.is-checked, a.list-group-item-success.active:hover, a.list-group-item-success.is-checked:hover, a.list-group-item-success.active:focus, a.list-group-item-success.is-checked:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }


.list-group-item-info {
  color: #31708f;
  background-color: #5bc0de; }


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: #46bada; }
  
  a.list-group-item-info.active, a.list-group-item-info.is-checked, a.list-group-item-info.active:hover, a.list-group-item-info.is-checked:hover, a.list-group-item-info.active:focus, a.list-group-item-info.is-checked:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }


.list-group-item-warning {
  color: #8a6d3b;
  background-color: #f0ad4e; }


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: #eea236; }
  
  a.list-group-item-warning.active, a.list-group-item-warning.is-checked, a.list-group-item-warning.active:hover, a.list-group-item-warning.is-checked:hover, a.list-group-item-warning.active:focus, a.list-group-item-warning.is-checked:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }


.list-group-item-danger {
  color: #a94442;
  background-color: #d9534f; }


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: #d43d3a; }
  
  a.list-group-item-danger.active, a.list-group-item-danger.is-checked, a.list-group-item-danger.active:hover, a.list-group-item-danger.is-checked:hover, a.list-group-item-danger.active:focus, a.list-group-item-danger.is-checked: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: 28px;
  background-color: #3f3d3b;
  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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  
  .panel-body:after {
    clear: both; }


.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 #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }


.panel > .list-group {
  margin-bottom: 0; }
  
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    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, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child {
    border-top-left-radius: 3px; }
  
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child {
    border-bottom-left-radius: 3px; }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.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-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  
  .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }


.panel-group {
  margin-bottom: 28px; }
  
  .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 #ddd; }
  
  .panel-group .panel-footer {
    border-top: 0; }
    
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }


.panel-default {
  border-color: #3f3d3b; }
  
  .panel-default > .panel-heading {
    color: #dadada;
    background-color: #595654;
    border-color: #3f3d3b; }
    
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #3f3d3b; }
  
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3f3d3b; }


.panel-primary {
  border-color: #3f3d3b; }
  
  .panel-primary > .panel-heading {
    color: #dadada;
    background-color: #2b94da;
    border-color: #3f3d3b; }
    
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #3f3d3b; }
  
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3f3d3b; }


.panel-success {
  border-color: #3f3d3b; }
  
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #366F47;
    border-color: #3f3d3b; }
    
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #3f3d3b; }
  
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3f3d3b; }


.panel-info {
  border-color: #3f3d3b; }
  
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #5bc0de;
    border-color: #3f3d3b; }
    
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #3f3d3b; }
  
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3f3d3b; }


.panel-warning {
  border-color: #3f3d3b; }
  
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #f0ad4e;
    border-color: #3f3d3b; }
    
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #3f3d3b; }
  
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3f3d3b; }


.panel-danger {
  border-color: #3f3d3b; }
  
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #d9534f;
    border-color: #3f3d3b; }
    
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #3f3d3b; }
  
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3f3d3b; }


.well, .email-signup-horizontal {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #373534;
  border: 1px solid #252323;
  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, .well .email-signup-horizontal {
    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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  
  .close:hover, .close:focus {
    color: #000;
    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;
    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: #fff;
  border: 1px solid #999;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }


.modal-header {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 35px; }


.modal-header .close {
  margin-top: -2px; }


.modal-title {
  margin: 0;
  line-height: 30px; }


.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:before, .modal-footer:after {
    content: " ";
    display: table; }
  
  .modal-footer:after {
    clear: both; }
  
  .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; } }

@media (min-width: 992px) {
  
  .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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #3f3d3b;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #474443;
  border: 1px solid #3f3d3b;
  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: #252323;
  border-bottom: 1px solid #181716;
  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: #3f3d3b;
  border-top-color: #3f3d3b;
  bottom: -11px; }
  
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #3f3d3b; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #3f3d3b;
  border-right-color: #3f3d3b; }
  
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #3f3d3b; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #3f3d3b;
  border-bottom-color: #3f3d3b;
  top: -11px; }
  
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #3f3d3b; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #3f3d3b;
  border-left-color: #3f3d3b; }
  
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #3f3d3b;
    bottom: -10px; }


.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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; }


.header-hidden {
  display: none; }

@-ms-viewport {
  width: device-width; }


.visible-xs, .visible-sm, .visible-md, .visible-lg {
  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; } }

@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; } }

@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; } }

@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 {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  
  .hidden-lg {
    display: none !important; } }


.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 {
    display: none !important; } }


a.panel-heading, .headline {
  display: block; }


.headline:after, .headline h2, .headline h3, .headline h4 {
  display: inline-block; }


a.panel-heading, .image-effect-wrap, .site-footer, .header, .headroom--top, ul.icon-boxes li.icon-btn a, ul.icon-boxes li.icon-btn a .icon-btn_icon .ia, .headline, .headline:after, .home-simple--top-wrap, .home-simple--top-img-wrap, .home-img--cpu {
  position: relative; }


.logo-top, #portfolio-top-image, .image-overlay, .image-description, ul.icon-boxes li.icon-btn a .icon-btn_text, .breadcrumb-wrap, .controls-wrap, .controls-wrap, .home-img--tab, .home-img--cell {
  position: absolute; }


.header, .slideUp {
  top: 0; }


.home-simple--top-img-wrap, .home-img--cell, .home-img--tab, .home-img--cpu, .home-img--tab, .home-img--cell {
  bottom: 0; }


.header {
  left: 0; }


.header, .breadcrumb-wrap, .controls-wrap, .controls-wrap {
  right: 0; }


.reply-to-comment {
  float: right; }


.product-price-range input, input.order-quantity--input, select {
  padding: 4px; }


.page-wrap.boxed, .footer.boxed, .header.boxed, .extra-header.boxed, .home-img--cpu {
  margin: 0 auto; }


.post-listing .media-body .heading h2, .post-listing .media-body .heading h3, .post-listing .media-body .heading h4 {
  margin: 0; }


.headline h2, .headline h3, .headline h4 {
  margin-top: 0; }


.headline h2, .headline h3, .headline h4 {
  margin-bottom: 0; }


.image-description, .product-price-range input, input.order-quantity--input {
  text-align: center; }


.breadcrumb-wrap {
  text-transform: capitalize; }


.panel-default a.panel-heading {
  background-color: #2b94da; }


.product-price-range input, input.order-quantity--input, select {
  background-color: #3f3d3b; }


#demo-elements .bc-demo-icons li, #demo-elements .bc-demo-icons li:hover .ai {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }


.product-price-range input {
  border: none; }


.product-price-range input, input.order-quantity--input, select {
  border-radius: 4px; }


#demo-elements .icon-demo-wrap:after {
  content: "";
  display: table;
  clear: both; }


.off-screen-text {
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  font-size: 0;
  text-align: start; }


.space {
  margin: 30px 0 50px; }


.space-even {
  margin: 50px 0 50px; }


.space--big {
  margin: 75px 0; }


.space--huge {
  margin: 113px 0 79px; }


.container .space--big:first-child {
  margin-top: 0; }


.spacer-bottom--small {
  margin-bottom: 10px; }


.spacer-bottom--medium {
  margin-bottom: 20px; }


.spacer-bottom--large {
  margin-bottom: 30px; }


.spacer-top--small {
  margin-top: 30px; }


.spacer-top--medium {
  margin-top: 50px; }


.spacer-top--large {
  margin-top: 70px; }


ul.centered {
  text-align: center;
  padding: 0;
  margin: 0; }
  
  ul.centered li {
    display: inline-block; }


.group-left {
  padding-right: 50px; }


.group-right {
  padding-left: 50px; }


.relative {
  position: relative; }


.flush-right {
  margin-right: 0;
  padding-right: 0; }


.flush-left {
  margin-left: 0;
  padding-left: 0; }


.no-top-margin {
  margin-top: 0; }


.no-bottom-margin {
  margin-bottom: 0; }


.no-margin {
  margin-top: 0;
  margin-bottom: 0; }


.col-center {
  float: none;
  margin: 0 auto; }


.caps {
  text-transform: uppercase; }


.caps-small {
  font-variant: small-caps; }


a.no-underline {
  text-decoration: none; }


a.social {
  text-decoration: none; }
  
  a.social:hover {
    color: black; }


.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 50%; }


.caret .caret-reversed {
  border-top-width: 0;
  border-bottom: 4px solid black; }


.xs {
  font-size: 40%; }


.top {
  vertical-align: top; }


a.link-no-style {
  color: #dadada; }


.f300 {
  font-weight: 300; }


.f400 {
  font-weight: 400; }


.f600 {
  font-weight: 600; }


.f700 {
  font-weight: 700; }


.f800 {
  font-weight: 800; }

@media (max-width: 767px) {
  
  .pull-left-xs {
    float: left !important; }
  
  .pull-right-xs {
    float: right !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  
  .pull-left-sm {
    float: left !important; }
  
  .pull-right-sm {
    float: right !important; } }

@media (max-width: 768px) {
  .space-vert-sm {
    margin: 100px auto; }
    
    .space-vert-sm:after {
      margin: 100px auto 0;
      width: 40%;
      content: '';
      display: block;
      border-top: 1px solid #606060;
      border-bottom: 1px solid #606060;
      height: 0.15em; }
    
    .space-vert-sm:last-of-type {
      margin-bottom: 50px; }
      
      .space-vert-sm:last-of-type:after {
        border: none; } }

@media (max-width: 992px) {
  .space-vert-md {
    margin: 100px auto; }
    
    .space-vert-md:after {
      margin: 100px auto 0;
      width: 40%;
      content: '';
      display: block;
      border-top: 1px solid #606060;
      border-bottom: 1px solid #606060;
      height: 0.15em; }
    
    .space-vert-md:last-of-type {
      margin-bottom: 50px; }
      
      .space-vert-md:last-of-type:after {
        border: none; } }


.text-white {
  color: white; }


a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
  outline: none; }
  
  a:hover, a:active {
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }


.islet a:hover {
  padding: 3px;
  background-color: white;
  color: blue;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-border-radius: 10px;
  border-radius: 10px; }


.btn {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  
  .btn:hover {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }


.bg-pattern-1 {
  background: url(/docs/web/template/putty/noise.png) repeat fixed; }


.bg-pattern-2 {
  background: url(/docs/web/template/putty/carbon_fibre_v2.png) repeat fixed; }


.bg-pattern-3 {
  background: url(/docs/web/template/putty/inflicted.png) repeat fixed; }


.bg-pattern-4 {
  background: url(/docs/web/template/putty/light_honeycomb.png) repeat fixed; }


.bg-pattern-5 {
  background: url(/docs/web/template/putty/retina_dust.png) repeat fixed; }


.bg-pattern-6 {
  background: url(/docs/web/template/putty/worn_dots.png) repeat fixed; }


.bg-pattern-7 {
  background: url(/docs/web/template/putty/black-Linen.png) repeat fixed; }


.bg-pattern-8 {
  background: url(/docs/web/template/putty/cardboard.png) repeat fixed; }


.bg-pattern-9 {
  background: url(/docs/web/template/putty/cardboard_flat.png) repeat fixed; }


.bg-pattern-10 {
  background: url(/docs/web/template/putty/checkered_pattern.png) repeat fixed; }


.bg-pattern-11 {
  background: url(/docs/web/template/putty/connect.png) repeat fixed; }


.bg-pattern-12 {
  background: url(/docs/web/template/putty/diagonal-noise.png) repeat fixed; }


.bg-pattern-13 {
  background: url(/docs/web/template/putty/grilled.png) repeat fixed; }


.bg-pattern-14 {
  background: url(/docs/web/template/putty/subtlenet2.png) repeat fixed; }

/* media query for retina-ready bg images */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  
  .bg-pattern-1 {
    background: url(/docs/web/template/putty/noise_@2x.png) repeat fixed; }
  
  .bg-pattern-2 {
    background: url(/docs/web/template/putty/carbon_fibre_v2_@2x.png) repeat fixed; }
  
  .bg-pattern-3 {
    background: url(/docs/web/template/putty/inflicted_@2x.png) repeat fixed; }
  
  .bg-pattern-4 {
    background: url(/docs/web/template/putty/light_honeycomb_@2x.png) repeat fixed; }
  
  .bg-pattern-5 {
    background: url(/docs/web/template/putty/retina_dust_@2x.png) repeat fixed; }
  
  .bg-pattern-6 {
    background: url(/docs/web/template/putty/worn_dots_@2x.png) repeat fixed; }
  
  .bg-pattern-7 {
    background: url(/docs/web/template/putty/black-Linen_@2x.png) repeat fixed; }
  
  .bg-pattern-8 {
    background: url(/docs/web/template/putty/cardboard_@2x.png) repeat fixed; }
  
  .bg-pattern-9 {
    background: url(/docs/web/template/putty/cardboard_flat_@2x.png) repeat fixed; }
  
  .bg-pattern-10 {
    background: url(/docs/web/template/putty/checkered_pattern_@2x.png) repeat fixed; }
  
  .bg-pattern-11 {
    background: url(/docs/web/template/putty/connect_@2x.png) repeat fixed; }
  
  .bg-pattern-12 {
    background: url(/docs/web/template/putty/diagonal-noise_@2x.png) repeat fixed; }
  
  .bg-pattern-13 {
    background: url(/docs/web/template/putty/grilled_@2x.png) repeat fixed; }
  
  .bg-pattern-14 {
    background: url(/docs/web/template/putty/subtlenet2_@2x.png) repeat fixed; } }


.bg-white {
  background-color: white; }


.bg-blue {
  background-color: #3D697E; }


.bg-green {
  background-color: #415f3c; }


.bg-yellow {
  background-color: #F3EB64; }


.bg-red {
  background-color: #FF1000; }


.bg-brown {
  background-color: #A09284; }


.bg-tan {
  background-color: tan; }


.bg-black {
  background-color: black; }


.bg-brand-color {
  background-color: #2b94da; }


.bg-primary {
  background-color: #2b94da; }


.bg-success {
  background-color: #366F47; }


.bg-info {
  background-color: #5bc0de; }


.bg-warning {
  background-color: #f0ad4e; }


.bg-danger {
  background-color: #d9534f; }


.bg-gray {
  background-color: #716d6b; }


.bg-gray-light {
  background-color: #999593; }


.bg-gray-lighter {
  background-color: #b7b4b3; }


.bg-gray-dark {
  background-color: #595654; }


.bg-gray-darker {
  background-color: #3f3d3b; }


.bg-blend {
  background: rgba(19, 19, 19, 0.5); }


.bg-noise {
  background: url(/docs/web/template/putty/noise.png) repeat fixed; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-noise {
      background: url(/docs/web/template/putty/noise_@2x.png) repeat fixed; } }


.page-wrap.boxed, .footer.boxed, .header.boxed, .extra-header.boxed {
  max-width: 1170px; }

@media (min-width: 1200px) {
  .body-space-top {
    padding-top: 20px;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease; } }

@media (min-width: 1200px) {
  .body-space-bottom {
    padding-bottom: 40px;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease; } }


p, pre, code.language-markup, ul, ol, blockquote, .btn, .popover, .radio-inline, .checkbox, .radio, .panel-body, address, .pagination > li > a, .pagination > li > span, .table {
  line-height: 22px; }


ul.nav li ul li a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px; }


.form-control, .order-quantity--input, select#productColor {
  height: 36px;
  line-height: 22px;
  width: 100% !important; }


.panel-body {
  color: #dadada; }


.thumbnail {
  background: rgba(183, 180, 178, 0.5); }


.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 1px solid #FAFAF6; }
  
  .carousel-indicators li:active {
    background: #FAFAF6; }


.modal-header {
  padding: 7px 15px 4px; }
  
  .modal-header h4.modal-title {
    font-weight: 600; }
  
  .modal-header .close {
    font-size: 30px; }


.navbar-inverse {
  border: none; }

/* give text a pointer */

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer; }

/* selected text color and bg */

::-moz-selection {
  background: #2b94da;
  color: #333; }

/* selected text color and bg */

::selection {
  background: #2b94da;
  color: #333; }


html {
  overflow-y: scroll; }
  
  html body {
    cursor: default; }


body {
  background-color: #716d6b; }


.site-bg, .bg-bg, .page-wrap {
  background-color: #2D2D2D; }


.page-wrap {
  min-height: 68vh;
  /* the minium height of the page body */ }


.boxed .full {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }


.content-wrap {
  padding-top: 40px;
  padding-bottom: 85px;
  display: block; }


.panel-heading {
  color: #dadada !important; }


.example-block {
  background: #878179; }


.icon-callouts .ai {
  margin-bottom: 25px; }


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }


.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes rubberBand {
  
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rubberBand {
  
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }


.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes swing {
  
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }

  
  20% {
    -webkit-transform: rotate(15deg); }

  
  40% {
    -webkit-transform: rotate(-10deg); }

  
  60% {
    -webkit-transform: rotate(5deg); }

  
  80% {
    -webkit-transform: rotate(-5deg); }

  
  100% {
    -webkit-transform: rotate(0deg); } }

@-ms-keyframes swing {
  
  20% {
    -ms-transform: rotate(15deg); }

  
  40% {
    -ms-transform: rotate(-10deg); }

  
  60% {
    -ms-transform: rotate(5deg); }

  
  80% {
    -ms-transform: rotate(-5deg); }

  
  100% {
    -ms-transform: rotate(0deg); } }

@keyframes swing {
  
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }

  
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }

  
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }


.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -ms-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes bounceInDown {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  
  80% {
    -webkit-transform: translateY(-10px); }

  
  100% {
    -webkit-transform: translateY(0); } }

@-ms-keyframes bounceInDown {
  
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }

  
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }

  
  80% {
    -ms-transform: translateY(-10px); }

  
  100% {
    -ms-transform: translateY(0); } }

@keyframes bounceInDown {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

  
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes bounceInLeft {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  
  80% {
    -webkit-transform: translateX(-10px); }

  
  100% {
    -webkit-transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }

  
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }

  
  80% {
    -ms-transform: translateX(-10px); }

  
  100% {
    -ms-transform: translateX(0); } }

@keyframes bounceInLeft {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }

  
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes bounceInRight {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  
  80% {
    -webkit-transform: translateX(10px); }

  
  100% {
    -webkit-transform: translateX(0); } }

@-ms-keyframes bounceInRight {
  
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }

  
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }

  
  80% {
    -ms-transform: translateX(10px); }

  
  100% {
    -ms-transform: translateX(0); } }

@keyframes bounceInRight {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }

  
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

  
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeIn {
  
  0% {
    opacity: 0; }

  
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  
  0% {
    opacity: 0; }

  
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  
  0% {
    opacity: 0; }

  
  100% {
    opacity: 1; } }


.fadeIn {
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInDown {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDown {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInDownBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-ms-keyframes fadeInDownBig {
  
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDownBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInLeft {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@keyframes fadeInLeft {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInLeftBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-ms-keyframes fadeInLeftBig {
  
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInRight {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@keyframes fadeInRight {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInRightBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-ms-keyframes fadeInRightBig {
  
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@keyframes fadeInRightBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInUp {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInUp {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInUpBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-ms-keyframes fadeInUpBig {
  
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }

  
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInUpBig {
  
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }


.owl-nav-wrap {
  position: relative; }


.row:hover .owl-nav-wrap .owl-custom-nav .previous, .row:hover .owl-nav-wrap .owl-custom-nav .dataList:hover {
  color: #2b94da;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.row:hover .owl-nav-wrap .owl-custom-nav .next, .row:hover .owl-nav-wrap .owl-custom-nav .dataList:hover {
  color: #2b94da;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }


.owl-custom-nav .previous {
  position: absolute;
  left: -30px;
  top: 130px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  @media (max-width: 992px) {
    .owl-custom-nav .previous {
      left: 20px; } }
  
  .owl-custom-nav .previous:hover {
    color: #2b94da;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }

.owl-custom-nav .next {
  position: absolute;
  right: -30px;
  top: 130px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  @media (max-width: 992px) {
    .owl-custom-nav .next {
      right: 20px; } }
  
  .owl-custom-nav .next:hover {
    color: #2b94da;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }


.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }


.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }


.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }


.owl-carousel .owl-item {
  float: left; }


.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }


.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */

.grabbing {
  cursor: url(/docs/web/template/putty/grabbing.png) 8 8, move; }

/* fix */

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px; }

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }


.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease; }

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }


.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }


.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both; }

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }


.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  
  0% {
    opacity: 1; } }

@keyframes empty {
  
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  
  0% {
    opacity: 0; }

  
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  
  0% {
    opacity: 0; }

  
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  
  0% {
    opacity: 1; }

  
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  
  0% {
    opacity: 1; }

  
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    -ms-transform: translateZ(-500px);
    transform: translateZ(-500px); }

  
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    -ms-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }

  
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    -ms-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    -ms-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }

  
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    -ms-transform: translateZ(-500px);
    transform: translateZ(-500px); }

  
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  
  from {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); } }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  -webkit-filter: Alpha(Opacity=50);
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  -webkit-filter: Alpha(Opacity=100);
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }


.owl-theme .owl-controls .owl-page sp an {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-filter: Alpha(Opacity=50);
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }


.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active .owl-page.is-checked, .owl-theme .owl-controls.clickable .owl-page:hover span {
  -webkit-filter: Alpha(Opacity=100);
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(/docs/web/template/putty/AjaxLoader.gif) no-repeat center center; }

/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"], pre[class*="language-"] {
  color: #f8f8f2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em; }


:not(pre) > code[class*="language-"], pre[class*="language-"] {
  background: #272822; }

/* Inline code */

:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em; }


.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: slategray; }


.token.punctuation {
  color: #f8f8f2; }


.namespace {
  opacity: 0.7; }


.token.property, .token.tag, .token.constant, .token.symbol {
  color: #f92672; }


.token.boolean, .token.number {
  color: #ae81ff; }


.token.selector, .token.attr-name, .token.string, .token.builtin {
  color: #a6e22e; }


.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
  color: #f8f8f2; }


.token.atrule, .token.attr-value {
  color: #e6db74; }


.token.keyword {
  color: #66d9ef; }


.token.regex, .token.important {
  color: #fd971f; }


.token.important {
  font-weight: bold; }


.token.entity {
  cursor: help; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }


.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }


.noUi-handle {
  position: relative;
  z-index: 1; }


.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }


.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1; }


.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }


.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px; }


.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }


.noUi-horizontal.noUi-extended {
  padding: 0 15px; }


.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px; }


.noUi-vertical {
  width: 18px; }


.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }


.noUi-vertical.noUi-extended {
  padding: 15px 0; }


.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px; }

/* Styling;
 */

.noUi-background {
  background: #3a3a3a; }


.noUi-connect {
  background: black;
  -webkit-transition: background 450ms;
  transition: background 450ms; }


.noUi-origin {
  border-radius: 2px; }


.noUi-target {
  background: #3a3a3a;
  border-radius: 4px; }

/* Handles and cursors;
 */

.noUi-dragable {
  cursor: w-resize; }


.noUi-vertical .noUi-dragable {
  cursor: n-resize; }


.noUi-handle {
  border: 1px solid #2d2b2a;
  border-radius: 3px;
  background: black;
  cursor: default; }


.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */

.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }


.noUi-handle:after {
  left: 17px; }


.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }


.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */

[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }


[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Blocked state;
 */

.noUi-state-blocked.noUi-connect, .noUi-state-blocked .noUi-connect {
  background: #4FDACF; }

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2; }


.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }


.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }


.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/**
 * BootstrapValidator (https://github.com/nghuuphuoc/bootstrapvalidator)
 *
 * A jQuery plugin to validate form fields. Use with Bootstrap 3
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bootstrap-validator-form .help-block {
  margin-bottom: 0; }


.logo-elipse-path:hover {
  fill: blue; }


.logo-path:hover {
  fill: yellow; }


.logo-top {
  top: 9px;
  z-index: 100; }
  
  .logo-top img {
    width: 172px;
    border: none !important;
    margin-top: 5px; }


.featured-image {
  width: 100%;
  float: left;
  margin: 0 15px 0 0; }


.post-listing .media-body p {
  line-height: 20px !important; }

.post-listing .media-body .heading h2, .post-listing .media-body .heading h3, .post-listing .media-body .heading h4 {
  line-height: 25px !important; }


.media-heading {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 110%;
  line-height: 22px; }


.img-nested {
  margin: 0 30px 30px 0 !important; }
  @media (min-width: 992px) { }


img {
  border: solid 1px black;
  border-radius: 4px; }


.no-border img {
  border: none !important; }


ul.icons--social-media li {
  padding: 0; }
  
  ul.icons--social-media li .ai-facebook, ul.icons--social-media li .ai-facebook2, ul.icons--social-media li .ai-facebook3 {
    color: #dadada;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.icons--social-media li .ai-facebook:hover, ul.icons--social-media li .ai-facebook2:hover, ul.icons--social-media li .ai-facebook3:hover {
      color: #3B5998;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.icons--social-media li .ai-twitter, ul.icons--social-media li .ai-twitter2, ul.icons--social-media li .ai-twitter3 {
    color: #dadada;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.icons--social-media li .ai-twitter:hover, ul.icons--social-media li .ai-twitter2:hover, ul.icons--social-media li .ai-twitter3:hover {
      color: #33CCFF;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.icons--social-media li .ai-google, ul.icons--social-media li .ai-google-plus, ul.icons--social-media li .ai-google-plus2, ul.icons--social-media li .ai-google-plus3, ul.icons--social-media li .ai-google-plus4 {
    color: #dadada;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.icons--social-media li .ai-google:hover, ul.icons--social-media li .ai-google-plus:hover, ul.icons--social-media li .ai-google-plus2:hover, ul.icons--social-media li .ai-google-plus3:hover, ul.icons--social-media li .ai-google-plus4:hover {
      color: #C63D2D;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.icons--social-media li .ai-linkedin {
    color: #dadada;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.icons--social-media li .ai-linkedin:hover {
      color: #4875B4;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.icons--social-media li .ai-picassa, ul.icons--social-media li .ai-picassa2 {
    color: #dadada;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.icons--social-media li .ai-picassa:hover, ul.icons--social-media li .ai-picassa2:hover {
      color: #B163C8;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.icons--social-media li .ai-soundcloud, ul.icons--social-media li .ai-soundcloud2 {
    color: #dadada;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.icons--social-media li .ai-soundcloud:hover, ul.icons--social-media li .ai-soundcloud2:hover {
      color: #f50;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

/* To constrain video bg height to approx half screen */

#bg-vid-wrap--height-half {
  position: relative;
  margin: 0 auto;
  max-height: 450px;
  min-height: 400px;
  overflow: hidden; }


#portfolio-top-image {
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 112px;
  padding-top: 50px; }
  @media (max-width: 992px) {
    #portfolio-top-image {
      max-height: 400px; } }

/*  ---------------------
 grayed-out image effects
 --- */
/* for image hover effects */

.image-effect-wrap:hover .image-overlay {
  opacity: 0; }

.image-effect-wrap:hover .image-description {
  height: 43px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* the grayed out style */

.image-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(49, 51, 48, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* image description */

.image-description {
  width: 100%;
  height: 0;
  background: rgba(43, 148, 218, 0.7);
  color: #FAFAF6;
  font-size: 18px;
  border-radius: 0 0 4px 4px;
  bottom: 0;
  opacity: 0;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }


.site-footer {
  font-size: 12px;
  border-top: rgba(55, 52, 51, 0.5) solid 4px;
  padding-top: 25px;
  background-color: #373534; }
  @media (max-width: 992px) {
    .site-footer {
      height: auto; } }


.site-footer--heading {
  margin-top: 20px;
  margin-bottom: 15px; }
  
  .site-footer--heading h3 {
    font-size: 18px !important;
    border-bottom-color: #606060 !important; }
  
  .site-footer--heading.headline:after {
    border-color: #606060; }


input.site-footer--input {
  font-size: 14px;
  height: 28px; }


.site-footer--thumb {
  margin-bottom: 3px; }

@media (max-width: 992px) {
  .site-footer--col {
    margin-bottom: 50px; } }


.site-footer--meta {
  padding-bottom: 30px;
  margin-top: -10px; }

/* Site Navbar/Header */
/* ------------------ */

.header {
  z-index: 510;
  background-color: #313330;
  -webkit-box-shadow: 0 1px 2px 0 #3a3a3a;
  box-shadow: 0 1px 2px 0 #3a3a3a; }


.logo-top {
  font-size: 22px;
  color: #dadada;
  margin-top: 8px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 700; }
  
  .logo-top .ai {
    color: #2b94da;
    font-size: 21px; }


.logo-top:hover .ai {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-play-state: running; }


.headroom {
  z-index: 500; }


.headroom--not-top {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important; }


.slideDown {
  top: -100px; }


.animated .slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }


.animated .slideUp {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

/* -----------------
/  in-page header */

.page-header-wrap {
  width: 100%;
  min-height: 35px;
  background-color: rgba(6, 6, 6, 0.5); }


.page-header {
  position: relative;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 15px; }
  
  .page-header h1 {
    font-size: 48px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 25px; }


.page-header-wrap-home {
  width: 100%;
  margin-top: 5px; }


.page-header-home {
  margin-bottom: 0; }

/*  -------------------------
/   SITE NAVIGATION
/   -------------------------
*/

.navbar {
  background-color: #313330;
  font-family: "Open Sans", sans-serif;
  margin-right: -15px;
  /* to bring it flush to container */ }
  
  .navbar a {
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    border: none;
    color: white; }


.navbar-collapse {
  padding-bottom: 13px; }

/* --------------------------------------------------------
navbar styles for everything ABOVE responsive breakopint */
@media (min-width: 992px) {
  /* dropdown list item styles */
  /* parent li */
  /* for vertical space between navbar and dropdown */
  /* -------------------
  /  DROPDOWN SUBMENU */
  /* triangle for sub nav */
  /* sub-nav triangle on hover */
  /* -------------------
  /  MEGA MENU */
  /* full span mega menu */
  /* -------------------
  /  SEARCH BOX */
  
  .triangle-up {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #3f3d3b transparent; }
  
  ul.nav li.dropdown:hover ul.dropdown-menu {
    background: #3f3d3b;
    z-index: 520;
    border-radius: 4px;
    margin-right: 15px; }
  
  ul.nav li.dropdown:hover > ul {
    display: block;
    /* show dropdown on hover */ }
    
    ul.nav li.dropdown:hover > ul .triangle-up {
      position: absolute;
      top: -10px;
      right: 20px; }
  
  ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 5px 20px 5px 10px;
    color: white;
    display: block; }
    
    ul.nav li.dropdown ul.dropdown-menu li a:before {
      font-family: 'ai';
      content: "\e7ef";
      opacity: 0;
      margin-right: -5px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  
  ul.nav li.dropdown ul.dropdown-menu li:hover > a {
    /* dropdown li hover */
    background: transparent;
    color: #2b94da;
    border-radius: none; }
    
    ul.nav li.dropdown ul.dropdown-menu li:hover > a:before {
      opacity: 1;
      margin-right: 5px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  
  .nav > li:hover > a, .nav li a:hover {
    color: #716d6b; }
  
  .nav > li.active > a, .nav > li.active > li.is-checked {
    color: #2b94da !important; }
  
  .nav .dropdown > .dropdown-menu:before {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: -15px;
    width: 100%; }
  
  .nav {
    position: relative; }
  
  .nav .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    margin-top: 11px;
    padding: 0;
    min-width: 180px; }
  
  .dropdown-submenu {
    position: relative; }
    
    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: -1px;
      border-radius: 0 6px 6px 6px; }
  
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  
  .dropdown-submenu > a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  
  .dropdown-submenu:hover > a:after {
    display: block;
    border-width: 3px 0 3px 3px;
    margin-top: 10px;
    border-color: transparent #2b94da;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  
  .nav .dropdown.mega > .dropdown-menu {
    padding: 6px 0;
    min-width: 400px; }
  
  .nav .dropdown.mega .dropdown-menu .row, .nav .dropdown.mega .dropdown-menu .dataList {
    margin-left: 0;
    margin-right: 0; }
    
    .nav .dropdown.mega .dropdown-menu .row .mega-col, .nav .dropdown.mega .dropdown-menu .row .dataList {
      border-right: 2px solid rgba(0, 0, 0, 0.4);
      padding: 0; }
      
      .nav .dropdown.mega .dropdown-menu .row .mega-col li a, .nav .dropdown.mega .dropdown-menu .row .mega-col li .dataList {
        padding-left: 15px;
        padding-right: 20px; }
      
      .nav .dropdown.mega .dropdown-menu .row .mega-col:last-of-type, .nav .dropdown.mega .dropdown-menu .row .dataList {
        border-right: none; }
  
  .nav .dropdown.mega--full .dropdown-menu .row, .nav .dropdown.mega--full .dropdown-menu .dataList {
    overflow: hidden; }
    
    .nav .dropdown.mega--full .dropdown-menu .row .mega-col, .nav .dropdown.mega--full .dropdown-menu .row .dataList {
      margin-bottom: -99999px;
      padding-bottom: 99999px; }
  
  .navbar-nav > li.mega--full {
    position: static; }
    
    .navbar-nav > li.mega--full .triangle-up {
      display: none;
      position: absolute;
      right: 25px;
      top: 2px;
      z-index: 2000; }
    
    .navbar-nav > li.mega--full .dropdown-menu {
      width: 1140px; }
      @media (max-width: 1200px) {
        .navbar-nav > li.mega--full .dropdown-menu {
          width: 940px; } }
  
  .navbar-nav > li.mega--full:hover .triangle-up {
    display: block; }
  
  .mega-triangle-wrap {
    position: relative;
    height: 0; }
  
  #searchBox {
    position: absolute;
    display: none;
    width: 240px;
    right: 0;
    top: 61px; }
  
  li > a#search {
    padding-bottom: 13px; } }

/***********************
END media query
***********************/
/* -------------------
/  NAV RESPONSIVE TOP LEVEL */
@media (max-width: 992px) {
  /* -------------------
     nav responsive SUB */
  /* triangle for sub nav */
  /* sub-nav triangle on hover */
  
  .navbar-nav {
    margin: 0; }
  
  .navbar-toggle {
    margin: 0;
    color: #FAFAF6; }
  
  .navbar-collapse, .navbar-collapse.in {
    overflow-y: scroll;
    padding-left: 0 !important; }
  
  ul.nav {
    display: block;
    margin-bottom: 25px; }
    
    ul.nav li.dropdown {
      background: #595654;
      z-index: 520;
      position: relative;
      display: list-item; }
      
      ul.nav li.dropdown > ul.dropdown-menu {
        max-height: 0;
        padding: 0;
        position: relative;
        float: none;
        color: #dadada;
        display: block;
        background: #2d2b2a;
        overflow: hidden;
        padding-left: 50px;
        -webkit-transition: max-height 0.9s ease;
        transition: max-height 0.9s ease; }
        
        ul.nav li.dropdown > ul.dropdown-menu li a {
          position: static;
          display: list-item;
          color: #dadada;
          background: #2d2b2a;
          padding-left: 25px;
          padding-top: 10px;
          padding-bottom: 10px; }
  
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    max-height: 500px !important;
    -webkit-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease; }
  
  li.dropdown-submenu ul.dropdown-menu {
    position: relative;
    display: block;
    max-height: 0;
    float: none;
    background: #2d2b2a;
    margin-left: 75px;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease; }
  
  li.dropdown-submenu:hover ul.dropdown-menu {
    max-height: 500px;
    -webkit-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease; }
  
  .dropdown-submenu:hover > .dropdown-menu {
    background: #2d2b2a; }
  
  .dropdown-submenu > a:after {
    display: inline-block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  
  .dropdown-submenu:hover > a:after {
    display: inline-block;
    border-width: 3px 3px 0 3px;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; } }

/* end mobile media query */

.extra-header {
  width: 100%;
  color: #FAFAF6; }
  
  .extra-header a {
    color: #FAFAF6; }
    
    .extra-header a:hover {
      color: #d2d1ae; }


ul.extra-header-socialMedia li, ul.extra-header-socialMedia-2 li {
  padding: 0; }
  
  ul.extra-header-socialMedia li .ai-facebook, ul.extra-header-socialMedia li .ai-facebook2, ul.extra-header-socialMedia li .ai-facebook3, ul.extra-header-socialMedia-2 li .ai-facebook, ul.extra-header-socialMedia-2 li .ai-facebook2, ul.extra-header-socialMedia-2 li .ai-facebook3 {
    color: #FAFAF6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.extra-header-socialMedia li .ai-facebook:hover, ul.extra-header-socialMedia li .ai-facebook2:hover, ul.extra-header-socialMedia li .ai-facebook3:hover, ul.extra-header-socialMedia-2 li .ai-facebook:hover, ul.extra-header-socialMedia-2 li .ai-facebook2:hover, ul.extra-header-socialMedia-2 li .ai-facebook3:hover {
      color: #3B5998;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.extra-header-socialMedia li .ai-twitter, ul.extra-header-socialMedia li .ai-twitter2, ul.extra-header-socialMedia li .ai-twitter3, ul.extra-header-socialMedia-2 li .ai-twitter, ul.extra-header-socialMedia-2 li .ai-twitter2, ul.extra-header-socialMedia-2 li .ai-twitter3 {
    color: #FAFAF6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.extra-header-socialMedia li .ai-twitter:hover, ul.extra-header-socialMedia li .ai-twitter2:hover, ul.extra-header-socialMedia li .ai-twitter3:hover, ul.extra-header-socialMedia-2 li .ai-twitter:hover, ul.extra-header-socialMedia-2 li .ai-twitter2:hover, ul.extra-header-socialMedia-2 li .ai-twitter3:hover {
      color: #33CCFF;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.extra-header-socialMedia li .ai-google, ul.extra-header-socialMedia li .ai-google-plus, ul.extra-header-socialMedia li .ai-google-plus2, ul.extra-header-socialMedia li .ai-google-plus3, ul.extra-header-socialMedia li .ai-google-plus4, ul.extra-header-socialMedia-2 li .ai-google, ul.extra-header-socialMedia-2 li .ai-google-plus, ul.extra-header-socialMedia-2 li .ai-google-plus2, ul.extra-header-socialMedia-2 li .ai-google-plus3, ul.extra-header-socialMedia-2 li .ai-google-plus4 {
    color: #FAFAF6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.extra-header-socialMedia li .ai-google:hover, ul.extra-header-socialMedia li .ai-google-plus:hover, ul.extra-header-socialMedia li .ai-google-plus2:hover, ul.extra-header-socialMedia li .ai-google-plus3:hover, ul.extra-header-socialMedia li .ai-google-plus4:hover, ul.extra-header-socialMedia-2 li .ai-google:hover, ul.extra-header-socialMedia-2 li .ai-google-plus:hover, ul.extra-header-socialMedia-2 li .ai-google-plus2:hover, ul.extra-header-socialMedia-2 li .ai-google-plus3:hover, ul.extra-header-socialMedia-2 li .ai-google-plus4:hover {
      color: #C63D2D;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.extra-header-socialMedia li .ai-linkedin, ul.extra-header-socialMedia-2 li .ai-linkedin {
    color: #FAFAF6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.extra-header-socialMedia li .ai-linkedin:hover, ul.extra-header-socialMedia-2 li .ai-linkedin:hover {
      color: #4875B4;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.extra-header-socialMedia li .ai-picassa, ul.extra-header-socialMedia li .ai-picassa2, ul.extra-header-socialMedia-2 li .ai-picassa, ul.extra-header-socialMedia-2 li .ai-picassa2 {
    color: #FAFAF6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.extra-header-socialMedia li .ai-picassa:hover, ul.extra-header-socialMedia li .ai-picassa2:hover, ul.extra-header-socialMedia-2 li .ai-picassa:hover, ul.extra-header-socialMedia-2 li .ai-picassa2:hover {
      color: #B163C8;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  ul.extra-header-socialMedia li .ai-soundcloud, ul.extra-header-socialMedia li .ai-soundcloud2, ul.extra-header-socialMedia-2 li .ai-soundcloud, ul.extra-header-socialMedia-2 li .ai-soundcloud2 {
    color: #FAFAF6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    ul.extra-header-socialMedia li .ai-soundcloud:hover, ul.extra-header-socialMedia li .ai-soundcloud2:hover, ul.extra-header-socialMedia-2 li .ai-soundcloud:hover, ul.extra-header-socialMedia-2 li .ai-soundcloud2:hover {
      color: #f50;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }


.header-small {
  height: 27px;
  font-size: 12px;
  background: #2b94da; }
  
  .header-small ul {
    height: 27px;
    padding-top: 6px;
    margin-bottom: 0; }
  
  .header-small .extra-header-socialMedia, .header-small .extra-header-socialMedia-2 {
    font-size: 16.68px;
    margin-top: -2px !important; }


.header-medium {
  height: 35px;
  font-size: 15px;
  background: #2b94da; }
  
  .header-medium ul {
    height: 35px;
    padding-top: 8px;
    margin-bottom: 0; }
  
  .header-medium .extra-header-socialMedia, .header-medium .extra-header-socialMedia-2 {
    font-size: 20.85px;
    margin-top: -3px !important; }


.header-large {
  height: 43px;
  font-size: 17px;
  background: #2b94da; }
  
  .header-large ul {
    height: 43px;
    padding-top: 10px;
    margin-bottom: 0; }
  
  .header-large .extra-header-socialMedia, .header-large .extra-header-socialMedia-2 {
    font-size: 23.63px;
    margin-top: -4px !important; }


.header-xl {
  height: 45px;
  font-size: 20px;
  background: #2b94da; }
  
  .header-xl ul {
    height: 45px;
    padding-top: 11px;
    margin-bottom: 0; }
  
  .header-xl .extra-header-socialMedia, .header-xl .extra-header-socialMedia-2 {
    font-size: 27.8px;
    margin-top: -5px !important; }


.extra-header-store {
  float: right;
  margin-left: 30px !important; }


.extra-header-account {
  float: right;
  margin-left: 30px !important; }


.extra-header-socialMedia {
  float: right; }


.extra-header-socialMedia-2 {
  float: right;
  margin-left: 5px !important; }


.extra-header-phone {
  float: left; }


.sidebar-group {
  margin-bottom: 25px; }
  
  .sidebar-group > *:first-child, .sidebar-group > *:first-child > *:first-child, .sidebar-group > *:first-child > *:first-child > *:first-child {
    margin-top: 0; }
  
  .sidebar-group .headline, .sidebar-group .heading {
    margin-top: 0; }


.list-inline.icons--social-media {
  margin-left: 0; }


.sidebar-right {
  padding-left: 30px; }


.sidebar-left {
  padding-right: 30px; }


.icon-box-wrap {
  display: inline-block; }


ul.icon-boxes {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  margin: 0;
  text-align: center; }
  
  ul.icon-boxes li {
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 30px;
    vertical-align: top;
    height: 100px;
    overflow: hidden; }
  
  ul.icon-boxes li.icon-btn {
    border-radius: 50px;
    border: 3px solid #878179;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    
    ul.icon-boxes li.icon-btn:hover, ul.icon-boxes li.icon-btn.active, ul.icon-boxes li.icon-btn.is-checked {
      border: 3px solid rgba(43, 148, 218, 0.4); }
    
    ul.icon-boxes li.icon-btn a {
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-decoration: none;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      overflow: hidden;
      display: inline-block; }
  
  ul.icon-boxes li.icon-btn a .icon-btn_icon {
    display: inline-block;
    font-size: 54px;
    color: #878179;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100px;
    height: 100px;
    overflow: hidden; }
  
  ul.icon-boxes li.icon-btn:hover a .icon-btn_icon {
    font-size: 0;
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  ul.icon-boxes li.icon-btn.active a .icon-btn_icon, ul.icon-boxes li.icon-btn.active a li.icon-btn.is-checked {
    filter: alpha(opacity=80);
    font-size: 0; }
  
  ul.icon-boxes li.icon-btn a .icon-btn_text {
    display: block;
    width: 100px;
    height: 100px;
    top: 0;
    font-size: 0;
    font-family: "Open Sans Condensed", sans-serif;
    color: #2b94da;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  
  ul.icon-boxes li.icon-btn:hover a .icon-btn_text, ul.icon-boxes li.icon-btn.active a .icon-btn_text, ul.icon-boxes li.icon-btn.active a li.icon-btn.is-checked {
    font-size: 15px; }
  
  ul.icon-boxes li.icon-btn a .icon-btn_icon .ia {
    top: -4px; }


.wide-info {
  background-color: #3f3d3b;
  padding: 40px 0px; }


.wide-gray-lighter {
  background-color: #b7b4b3;
  padding: 40px 0px; }


.wide-gray {
  background-color: #716d6b;
  padding: 40px 0px; }


h1 {
  margin-bottom: 48px; }


h2 {
  margin-bottom: 42px; }


h3 {
  margin-bottom: 35px; }


h4 {
  margin-bottom: 30px; }


h5 {
  margin-bottom: 25px; }


h6 {
  margin-bottom: 20px; }


h1.brand-top {
  margin-left: 100px;
  margin-top: -5px; }


.container h2:first-of-type, .container h3:first-of-type, .container h4:first-of-type, .container h5:first-of-type, .container h6:first-of-type, .container .headline:first-of-type {
  margin-top: 0; }


.group .heading h2:first-child, .group .heading h3:first-child, .group .heading h4:first-child, .group .heading h5:first-child, .group .headline h2:first-child .headline h3:first-child, .group .headline h4:first-child, .group .headline h5:first-child {
  margin-top: 0; }

.group .headline:first-child {
  margin-top: 0; }


.heading {
  display: block; }
  
  .heading h2, .heading .h2, .heading h3, .heading .h3, .heading h4, .heading .h4 {
    display: inline-block;
    padding-bottom: 10px; }
    
    .heading h2:after, .heading .h2:after, .heading h3:after, .heading .h3:after, .heading h4:after, .heading .h4:after {
      border-top: 1px solid #606060;
      border-bottom: 1px solid #606060;
      content: "";
      display: inline-block;
      height: 4px;
      margin-top: -14px;
      position: relative;
      vertical-align: middle;
      width: 100%;
      margin-bottom: 1px; }


.headline {
  margin: 30px 0 20px 0; }
  @media (max-width: 992px) {
    .headline {
      margin-top: 30px; } }
  
  .headline:after {
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    content: "";
    float: right;
    height: 4px;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 1px;
    margin-top: -3px; }


.headline h2, .headline h3, .headline h4 {
  padding-bottom: 7px;
  border-bottom: 2px solid #606060; }


ul.affix {
  position: fixed;
  top: 90px; }


ul.affix-top {
  position: static; }


#affix-nav ul.nav > li > a {
  padding: 2px 15px !important; }


ul.nav.affix > li.active > a, ul.nav.affix > li.active > li.is-checked, ul.nav.affix > li.active:hover > a, ul.nav.affix > li.active:hover > li.is-checked:hover, ul.nav.affix > li.active:focus > a, ul.nav.affix > li.active:focus > li.is-checked:focus {
  font-weight: bold;
  color: #5f5a55; }


ul.nav.affix > li > a:hover {
  background: #999593;
  border-radius: 4px; }


#affix-nav .nav .nav {
  display: none; }


#affix-nav .nav > li.active .nav, #affix-nav .nav > li.active li.is-checked {
  display: block; }


#affix-nav .nav .nav {
  margin-bottom: 8px; }


#affix-nav .nav .nav > li > a {
  padding: 3px 0px 3px 30px !important;
  font-size: 90%; }


ul.nav.affix > li > ul.nav > li.active > a, ul.nav.affix > li > ul.nav > li.active > li.is-checked, ul.nav.affix > li > ul.nav > li.active:hover > a, ul.nav.affix > li > ul.nav > li.active:hover > li.is-checked:hover, ul.nav.affix > li > ul.nav > li.active:focus > a, ul.nav.affix > li > ul.nav > li.active:focus > li.is-checked:focus {
  color: #5f5a55;
  background: #d0c7ba;
  border-radius: 4px; }


ul.nav.affix > li > ul.nav > li:hover > a {
  color: #5f5a55;
  background: #999593;
  border-radius: 4px; }


.breadcrumb-wrap {
  bottom: -9px;
  font-size: 13px;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .breadcrumb-wrap {
      display: none; } }

/* .breadcrumb is a bootstrap class */

.breadcrumb {
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-radius: 0px;
  background: none; }


#map_canvas {
  width: 100%;
  height: 500px;
  background-color: #CCC; }


.controls-wrap {
  bottom: -85px;
  z-index: 200;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .controls-wrap {
      display: none; } }


.comment-wrap {
  margin: 30px 0;
  padding-bottom: 20px; }


.reply-to-comment {
  margin-top: 2px;
  margin-right: 2px; }
  
  .reply-to-comment a {
    margin-left: -50px;
    padding-left: 50px; }
  
  .reply-to-comment ul li:last {
    padding-bottom: 50px; }
  @media (max-width: 550px) {
    .reply-to-comment {
      position: absolute;
      top: 5px;
      right: 5px; } }


ul.threaded-response {
  margin-top: 20px;
  margin-left: 30px;
  border-left: solid 2px rgba(112, 108, 106, 0.5); }


.comment-meta-wrap {
  background: rgba(19, 19, 19, 0.5);
  min-height: 20px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  border-radius: 0 7px 7px 0; }
  @media (max-width: 550px) {
    
    .comment-meta-wrap ul {
      position: relative; }
      
      .comment-meta-wrap ul .sep {
        display: none; }
      
      .comment-meta-wrap ul li {
        display: block; } }


.media {
  overflow: visible; }


.email-signup-horizontal {
  margin: 50px auto !important; }

/* price range slider inputs */

.product-price-range input {
  width: 48%; }


.order-quantity {
  margin-top: 5px; }


input.order-quantity--input {
  width: 50px;
  border: 1px solid #2d2b2a;
  /* Landscape phones and down */ }
  @media (max-width: 480px) {
    input.order-quantity--input {
      width: 50%; } }


select {
  border: 1px solid #2d2b2a;
  /* Landscape phones and down */ }
  @media (max-width: 480px) {
    select {
      width: 70%;
      text-align: center; } }


#contact-form textarea {
  height: 325px; }


.form-control:focus, .order-quantity--input:focus, select#productColor:focus {
  background: #7e7977;
  color: black; }


.controls-wrap {
  bottom: -85px;
  z-index: 200;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .controls-wrap {
      display: none; } }


h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif !important; }


p.dropcap:first-letter {
  font-size: 70px;
  line-height: 60px;
  float: left;
  padding: 4px 8px 4px 4px;
  margin-right: 6px;
  margin-top: 0;
  display: inline-block;
  color: #2b94da; }

@font-face {
  font-family: 'ai';
  src: url("/docs/web/template/putty/");
  src: url('/docs/web/template/putty/ai.eot?#iefixp0ml5d') format('embedded-opentype'), 
       url('/docs/web/template/putty/ai.woff?p0ml5d') format('woff'), 
       url('/docs/web/template/putty/ai.ttf?p0ml5d') format('truetype'), 
       url('/docs/web/template/putty/ai.svg?p0ml5d#adapto-icons') format('svg');
  font-weight: normal;
  font-style: normal; }


.ai {
  font-family: 'ai';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */

.ai-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }


.ai-2x {
  font-size: 2em; }


.ai-3x {
  font-size: 3em; }


.ai-4x {
  font-size: 4em; }


.ai-5x {
  font-size: 5em; }


.ai-fw {
  width: 1.28571em;
  text-align: center; }


.ai-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  
  .ai-ul > li {
    position: relative; }


.ai-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  
  .ai-li.ai-lg {
    left: -1.85714em; }


.ai-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  
  0% {
    -webkit-transform: rotate(0deg); }

  
  100% {
    -webkit-transform: rotate(359deg); } }

@-ms-keyframes spin {
  
  0% {
    -ms-transform: rotate(0deg); }

  
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }


.ai-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=90);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }


.ai-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=180);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }


.ai-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=270);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }


.ai-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }


.ai-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }


.ai-circle {
  width: 1.65em;
  height: 1.65em;
  line-height: 1.65em;
  border-radius: 50%;
  background-color: #2b94da;
  display: inline-block;
  margin: 2px 0;
  text-align: center;
  color: #2D2D2D; }


.ai-circle-outline {
  width: 2.35em;
  height: 2.35em;
  line-height: 2.35em;
  border-radius: 50%;
  background-color: #2b94da;
  display: inline-block;
  margin: 2px 0;
  text-align: center;
  color: #2D2D2D;
  color: #2b94da;
  border: 3px solid #2b94da;
  background-color: transparent; }


.ai-circle-spaced, .ai-circle-spaced-border {
  width: 2.35em;
  height: 2.35em;
  line-height: 2.35em;
  border-radius: 50%;
  background-color: #2b94da;
  display: inline-block;
  margin: 2px 0;
  text-align: center;
  color: #2D2D2D; }


.ai-circle-spaced-border {
  border: 5px solid black; }


.ai-circle-spaced-border-blend {
  width: 2.35em;
  height: 2.35em;
  line-height: 2.17em;
  border-radius: 50%;
  display: inline-block;
  margin: 2px 0;
  text-align: center;
  color: #2D2D2D;
  border: 8px solid #2D2D2D;
  background-color: #2b94da; }


.ai-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }


.ai-stack-1x, .ai-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }


.ai-stack-1x {
  line-height: inherit; }


.ai-stack-2x {
  font-size: 2em; }


.ai-inverse {
  color: #414141; }


.ai-primary {
  color: #2b94da; }


.ai-info {
  color: #5bc0de; }


.ai-success {
  color: #366F47; }


.ai-warning {
  color: #f0ad4e; }


.ai-danger {
  color: #d9534f; }


.color-primary {
  color: #2b94da; }


.color-info {
  color: #5bc0de; }


.color-success {
  color: #366F47; }


.color-warning {
  color: #f0ad4e; }


.color-danger {
  color: #d9534f; }


.icon-bg-big {
  color: #1b1b1b;
  line-height: 0.5;
  font-size: 250px; }


.ai-sunrise:before {
  content: "\e6e7"; }


.ai-sun:before {
  content: "\e60b"; }


.ai-moon2:before {
  content: "\e7db"; }


.ai-sun2:before {
  content: "\e6ea"; }


.ai-wind:before {
  content: "\e6eb"; }


.ai-cloudy4:before {
  content: "\e7da"; }


.ai-cloud6:before {
  content: "\e7d9"; }


.ai-weather3:before {
  content: "\e7d6"; }


.ai-weather4:before {
  content: "\e7d7"; }


.ai-weather5:before {
  content: "\e7d8"; }


.ai-cloud3:before {
  content: "\e7d0"; }


.ai-lightning5:before {
  content: "\e7cd"; }


.ai-lightning6:before {
  content: "\e7ce"; }


.ai-rainy4:before {
  content: "\e7cf"; }


.ai-rainy:before {
  content: "\e6ec"; }


.ai-windy2:before {
  content: "\e6e6"; }


.ai-weather2:before {
  content: "\e6e4"; }


.ai-cloudy2:before {
  content: "\e6e5"; }


.ai-cloud2:before {
  content: "\e6e3"; }


.ai-lightning3:before {
  content: "\e6e2"; }


.ai-sun3:before {
  content: "\e7d5"; }


.ai-moon:before {
  content: "\e7d4"; }


.ai-cloudy3:before {
  content: "\e7d3"; }


.ai-cloud5:before {
  content: "\e7d2"; }


.ai-cloud4:before {
  content: "\e7d1"; }


.ai-lightning4:before {
  content: "\e7cc"; }


.ai-rainy3:before {
  content: "\e6ef"; }


.ai-rainy2:before {
  content: "\e6ee"; }


.ai-windy3:before {
  content: "\e6ed"; }


.ai-windy:before {
  content: "\e616"; }


.ai-weather:before {
  content: "\e618"; }


.ai-cloudy:before {
  content: "\e619"; }


.ai-lightning2:before {
  content: "\e61a"; }


.ai-thermometer:before {
  content: "\e6da"; }


.ai-compass2:before {
  content: "\e6db"; }


.ai-Celsius:before {
  content: "\e6de"; }


.ai-Fahrenheit:before {
  content: "\e6df"; }


.ai-graph:before {
  content: "\e7f0"; }


.ai-image3:before {
  content: "\e7de"; }


.ai-bars3:before {
  content: "\e7dd"; }


.ai-chart:before {
  content: "\e7dc"; }


.ai-th-large:before {
  content: "\e609"; }


.ai-th:before {
  content: "\e60a"; }


.ai-th-list:before {
  content: "\e60c"; }


.ai-remove-circle:before {
  content: "\e657"; }


.ai-ok-circle:before {
  content: "\e658"; }


.ai-microphone:before {
  content: "\e711"; }


.ai-microphone-off:before {
  content: "\e712"; }


.ai-thumbs-up22:before {
  content: "\e7c6"; }


.ai-thumbs-down2:before {
  content: "\e7c5"; }


.ai-youtube-sign:before {
  content: "\e7c4"; }


.ai-youtube3:before {
  content: "\e7c3"; }


.ai-dropbox:before {
  content: "\e7c9"; }


.ai-apple2:before {
  content: "\e7c7"; }


.ai-windows2:before {
  content: "\e7c8"; }


.ai-female:before {
  content: "\e7ca"; }


.ai-male:before {
  content: "\e7cb"; }


.ai-vk:before {
  content: "\e765"; }


.ai-home:before {
  content: "\e600"; }


.ai-home2:before {
  content: "\e601"; }


.ai-home3:before {
  content: "\e602"; }


.ai-office:before {
  content: "\e603"; }


.ai-newspaper:before {
  content: "\e604"; }


.ai-pencil:before {
  content: "\e605"; }


.ai-pencil2:before {
  content: "\e606"; }


.ai-quill:before {
  content: "\e607"; }


.ai-pen:before {
  content: "\e608"; }


.ai-blog:before {
  content: "\e60d"; }


.ai-droplet:before {
  content: "\e60e"; }


.ai-image:before {
  content: "\e60f"; }


.ai-image2:before {
  content: "\e610"; }


.ai-images:before {
  content: "\e611"; }


.ai-camera:before {
  content: "\e612"; }


.ai-music:before {
  content: "\e613"; }


.ai-headphones:before {
  content: "\e614"; }


.ai-play:before {
  content: "\e615"; }


.ai-film:before {
  content: "\e617"; }


.ai-camera2:before {
  content: "\e61b"; }


.ai-dice:before {
  content: "\e61c"; }


.ai-spades:before {
  content: "\e61d"; }


.ai-bullhorn:before {
  content: "\e61e"; }


.ai-connection:before {
  content: "\e61f"; }


.ai-podcast:before {
  content: "\e620"; }


.ai-feed:before {
  content: "\e621"; }


.ai-book:before {
  content: "\e622"; }


.ai-books:before {
  content: "\e623"; }


.ai-library:before {
  content: "\e624"; }


.ai-file:before {
  content: "\e625"; }


.ai-profile:before {
  content: "\e626"; }


.ai-file2:before {
  content: "\e627"; }


.ai-file3:before {
  content: "\e628"; }


.ai-file4:before {
  content: "\e629"; }


.ai-copy:before {
  content: "\e62a"; }


.ai-copy2:before {
  content: "\e62b"; }


.ai-copy3:before {
  content: "\e62c"; }


.ai-paste:before {
  content: "\e62d"; }


.ai-paste2:before {
  content: "\e62e"; }


.ai-paste3:before {
  content: "\e62f"; }


.ai-stack:before {
  content: "\e630"; }


.ai-folder:before {
  content: "\e631"; }


.ai-folder-open:before {
  content: "\e632"; }


.ai-tag:before {
  content: "\e633"; }


.ai-tags:before {
  content: "\e634"; }


.ai-barcode:before {
  content: "\e635"; }


.ai-qrcode:before {
  content: "\e636"; }


.ai-ticket:before {
  content: "\e637"; }


.ai-cart:before {
  content: "\e638"; }


.ai-cart2:before {
  content: "\e639"; }


.ai-cart3:before {
  content: "\e63a"; }


.ai-coin:before {
  content: "\e63b"; }


.ai-credit:before {
  content: "\e63c"; }


.ai-calculate:before {
  content: "\e63d"; }


.ai-support:before {
  content: "\e63e"; }


.ai-phone:before {
  content: "\e63f"; }


.ai-phone-hang-up:before {
  content: "\e640"; }


.ai-address-book:before {
  content: "\e641"; }


.ai-notebook:before {
  content: "\e642"; }


.ai-envelope:before {
  content: "\e643"; }


.ai-pushpin:before {
  content: "\e644"; }


.ai-location:before {
  content: "\e645"; }


.ai-location2:before {
  content: "\e646"; }


.ai-compass:before {
  content: "\e647"; }


.ai-map:before {
  content: "\e648"; }


.ai-map2:before {
  content: "\e649"; }


.ai-history:before {
  content: "\e64a"; }


.ai-clock:before {
  content: "\e64b"; }


.ai-clock2:before {
  content: "\e64c"; }


.ai-alarm:before {
  content: "\e64d"; }


.ai-alarm2:before {
  content: "\e64e"; }


.ai-bell:before {
  content: "\e64f"; }


.ai-stopwatch:before {
  content: "\e650"; }


.ai-calendar:before {
  content: "\e651"; }


.ai-calendar2:before {
  content: "\e652"; }


.ai-print:before {
  content: "\e653"; }


.ai-keyboard:before {
  content: "\e654"; }


.ai-screen:before {
  content: "\e655"; }


.ai-laptop:before {
  content: "\e656"; }


.ai-mobile:before {
  content: "\e659"; }


.ai-mobile2:before {
  content: "\e65a"; }


.ai-tablet:before {
  content: "\e65b"; }


.ai-tv:before {
  content: "\e65c"; }


.ai-cabinet:before {
  content: "\e65d"; }


.ai-drawer:before {
  content: "\e65e"; }


.ai-drawer2:before {
  content: "\e65f"; }


.ai-drawer3:before {
  content: "\e660"; }


.ai-box-add:before {
  content: "\e661"; }


.ai-box-remove:before {
  content: "\e662"; }


.ai-download:before {
  content: "\e663"; }


.ai-upload:before {
  content: "\e664"; }


.ai-disk:before {
  content: "\e665"; }


.ai-storage:before {
  content: "\e666"; }


.ai-undo:before {
  content: "\e667"; }


.ai-redo:before {
  content: "\e668"; }


.ai-flip:before {
  content: "\e669"; }


.ai-flip2:before {
  content: "\e66a"; }


.ai-undo2:before {
  content: "\e66b"; }


.ai-redo2:before {
  content: "\e66c"; }


.ai-forward:before {
  content: "\e66d"; }


.ai-reply:before {
  content: "\e66e"; }


.ai-bubble:before {
  content: "\e66f"; }


.ai-bubbles:before {
  content: "\e670"; }


.ai-bubbles2:before {
  content: "\e671"; }


.ai-bubble2:before {
  content: "\e672"; }


.ai-bubbles3:before {
  content: "\e673"; }


.ai-bubbles4:before {
  content: "\e674"; }


.ai-user:before {
  content: "\e675"; }


.ai-users:before {
  content: "\e676"; }


.ai-user2:before {
  content: "\e677"; }


.ai-users2:before {
  content: "\e678"; }


.ai-user3:before {
  content: "\e679"; }


.ai-user4:before {
  content: "\e67a"; }


.ai-quotes-left:before {
  content: "\e67b"; }


.ai-busy:before {
  content: "\e67c"; }


.ai-spinner:before {
  content: "\e67d"; }


.ai-spinner2:before {
  content: "\e67e"; }


.ai-spinner3:before {
  content: "\e67f"; }


.ai-spinner4:before {
  content: "\e680"; }


.ai-spinner5:before {
  content: "\e681"; }


.ai-spinner6:before {
  content: "\e682"; }


.ai-binoculars:before {
  content: "\e683"; }


.ai-search:before {
  content: "\e684"; }


.ai-zoom-in:before {
  content: "\e685"; }


.ai-zoom-out:before {
  content: "\e686"; }


.ai-expand:before {
  content: "\e687"; }


.ai-contract:before {
  content: "\e688"; }


.ai-expand2:before {
  content: "\e689"; }


.ai-contract2:before {
  content: "\e68a"; }


.ai-key:before {
  content: "\e68b"; }


.ai-key2:before {
  content: "\e68c"; }


.ai-lock:before {
  content: "\e68d"; }


.ai-lock2:before {
  content: "\e68e"; }


.ai-unlocked:before {
  content: "\e68f"; }


.ai-wrench:before {
  content: "\e690"; }


.ai-settings:before {
  content: "\e691"; }


.ai-equalizer:before {
  content: "\e692"; }


.ai-cog:before {
  content: "\e693"; }


.ai-cogs:before {
  content: "\e694"; }


.ai-cog2:before {
  content: "\e695"; }


.ai-hammer:before {
  content: "\e696"; }


.ai-wand:before {
  content: "\e697"; }


.ai-aid:before {
  content: "\e698"; }


.ai-bug:before {
  content: "\e699"; }


.ai-pie:before {
  content: "\e69a"; }


.ai-stats:before {
  content: "\e69b"; }


.ai-bars:before {
  content: "\e69c"; }


.ai-bars2:before {
  content: "\e69d"; }


.ai-gift:before {
  content: "\e69e"; }


.ai-trophy:before {
  content: "\e69f"; }


.ai-glass:before {
  content: "\e6a0"; }


.ai-mug:before {
  content: "\e6a1"; }


.ai-food:before {
  content: "\e6a2"; }


.ai-leaf:before {
  content: "\e6a3"; }


.ai-rocket:before {
  content: "\e6a4"; }


.ai-meter:before {
  content: "\e6a5"; }


.ai-meter2:before {
  content: "\e6a6"; }


.ai-dashboard:before {
  content: "\e6a7"; }


.ai-hammer2:before {
  content: "\e6a8"; }


.ai-fire:before {
  content: "\e6a9"; }


.ai-lab:before {
  content: "\e6aa"; }


.ai-magnet:before {
  content: "\e6ab"; }


.ai-remove:before {
  content: "\e6ac"; }


.ai-remove2:before {
  content: "\e6ad"; }


.ai-briefcase:before {
  content: "\e6ae"; }


.ai-airplane:before {
  content: "\e6af"; }


.ai-truck:before {
  content: "\e6b0"; }


.ai-road:before {
  content: "\e6b1"; }


.ai-accessibility:before {
  content: "\e6b2"; }


.ai-target:before {
  content: "\e6b3"; }


.ai-shield:before {
  content: "\e6b4"; }


.ai-lightning:before {
  content: "\e6b5"; }


.ai-switch:before {
  content: "\e6b6"; }


.ai-power-cord:before {
  content: "\e6b7"; }


.ai-signup:before {
  content: "\e6b8"; }


.ai-list:before {
  content: "\e6b9"; }


.ai-list2:before {
  content: "\e6ba"; }


.ai-numbered-list:before {
  content: "\e6bb"; }


.ai-menu:before {
  content: "\e6bc"; }


.ai-menu2:before {
  content: "\e6bd"; }


.ai-tree:before {
  content: "\e6be"; }


.ai-cloud:before {
  content: "\e6bf"; }


.ai-cloud-download:before {
  content: "\e6c0"; }


.ai-cloud-upload:before {
  content: "\e6c1"; }


.ai-download2:before {
  content: "\e6c2"; }


.ai-upload2:before {
  content: "\e6c3"; }


.ai-download3:before {
  content: "\e6c4"; }


.ai-upload3:before {
  content: "\e6c5"; }


.ai-globe:before {
  content: "\e6c6"; }


.ai-earth:before {
  content: "\e6c7"; }


.ai-link:before {
  content: "\e6c8"; }


.ai-flag:before {
  content: "\e6c9"; }


.ai-attachment:before {
  content: "\e6ca"; }


.ai-eye:before {
  content: "\e6cb"; }


.ai-eye-blocked:before {
  content: "\e6cc"; }


.ai-eye2:before {
  content: "\e6cd"; }


.ai-bookmark:before {
  content: "\e6ce"; }


.ai-bookmarks:before {
  content: "\e6cf"; }


.ai-brightness-medium:before {
  content: "\e6d0"; }


.ai-brightness-contrast:before {
  content: "\e6d1"; }


.ai-contrast:before {
  content: "\e6d2"; }


.ai-star:before {
  content: "\e6d3"; }


.ai-star2:before {
  content: "\e6d4"; }


.ai-star3:before {
  content: "\e6d5"; }


.ai-heart:before {
  content: "\e6d6"; }


.ai-heart2:before {
  content: "\e6d7"; }


.ai-heart-broken:before {
  content: "\e6d8"; }


.ai-thumbs-up:before {
  content: "\e6d9"; }


.ai-thumbs-up2:before {
  content: "\e6dc"; }


.ai-happy:before {
  content: "\e6dd"; }


.ai-happy2:before {
  content: "\e6e0"; }


.ai-smiley:before {
  content: "\e6e1"; }


.ai-smiley2:before {
  content: "\e6e8"; }


.ai-sad:before {
  content: "\e6e9"; }


.ai-sad2:before {
  content: "\e6f0"; }


.ai-grin:before {
  content: "\e6f1"; }


.ai-grin2:before {
  content: "\e6f2"; }


.ai-shocked:before {
  content: "\e6f3"; }


.ai-shocked2:before {
  content: "\e6f4"; }


.ai-point-up:before {
  content: "\e6f5"; }


.ai-point-right:before {
  content: "\e6f6"; }


.ai-point-down:before {
  content: "\e6f7"; }


.ai-point-left:before {
  content: "\e6f8"; }


.ai-warning:before {
  content: "\e6f9"; }


.ai-notification:before {
  content: "\e6fa"; }


.ai-question:before {
  content: "\e6fb"; }


.ai-info:before {
  content: "\e6fc"; }


.ai-info2:before {
  content: "\e6fd"; }


.ai-blocked:before {
  content: "\e6fe"; }


.ai-cancel-circle:before {
  content: "\e6ff"; }


.ai-checkmark-circle:before {
  content: "\e700"; }


.ai-spam:before {
  content: "\e701"; }


.ai-close:before {
  content: "\e702"; }


.ai-checkmark:before {
  content: "\e703"; }


.ai-checkmark2:before {
  content: "\e704"; }


.ai-spell-check:before {
  content: "\e705"; }


.ai-minus:before {
  content: "\e706"; }


.ai-plus:before {
  content: "\e707"; }


.ai-enter:before {
  content: "\e708"; }


.ai-exit:before {
  content: "\e709"; }


.ai-play2:before {
  content: "\e70a"; }


.ai-pause:before {
  content: "\e70b"; }


.ai-stop:before {
  content: "\e70c"; }


.ai-backward:before {
  content: "\e70d"; }


.ai-forward2:before {
  content: "\e70e"; }


.ai-play3:before {
  content: "\e70f"; }


.ai-pause2:before {
  content: "\e710"; }


.ai-stop2:before {
  content: "\e713"; }


.ai-backward2:before {
  content: "\e714"; }


.ai-forward3:before {
  content: "\e715"; }


.ai-first:before {
  content: "\e716"; }


.ai-last:before {
  content: "\e717"; }


.ai-previous:before {
  content: "\e718"; }


.ai-next:before {
  content: "\e719"; }


.ai-eject:before {
  content: "\e71a"; }


.ai-volume-high:before {
  content: "\e71b"; }


.ai-volume-medium:before {
  content: "\e71c"; }


.ai-volume-low:before {
  content: "\e71d"; }


.ai-volume-mute:before {
  content: "\e71e"; }


.ai-volume-mute2:before {
  content: "\e71f"; }


.ai-volume-increase:before {
  content: "\e720"; }


.ai-volume-decrease:before {
  content: "\e721"; }


.ai-loop:before {
  content: "\e722"; }


.ai-loop2:before {
  content: "\e723"; }


.ai-loop3:before {
  content: "\e724"; }


.ai-shuffle:before {
  content: "\e725"; }


.ai-arrow-up-left:before {
  content: "\e726"; }


.ai-arrow-up:before {
  content: "\e727"; }


.ai-arrow-up-right:before {
  content: "\e728"; }


.ai-arrow-right:before {
  content: "\e729"; }


.ai-arrow-down-right:before {
  content: "\e72a"; }


.ai-arrow-down:before {
  content: "\e72b"; }


.ai-arrow-down-left:before {
  content: "\e72c"; }


.ai-arrow-left:before {
  content: "\e72d"; }


.ai-arrow-up-left2:before {
  content: "\e72e"; }


.ai-arrow-up2:before {
  content: "\e72f"; }


.ai-arrow-up-right2:before {
  content: "\e730"; }


.ai-arrow-right2:before {
  content: "\e731"; }


.ai-arrow-down-right2:before {
  content: "\e732"; }


.ai-arrow-down2:before {
  content: "\e733"; }


.ai-arrow-down-left2:before {
  content: "\e734"; }


.ai-arrow-left2:before {
  content: "\e735"; }


.ai-arrow-up-left3:before {
  content: "\e736"; }


.ai-arrow-up3:before {
  content: "\e737"; }


.ai-arrow-up-right3:before {
  content: "\e738"; }


.ai-arrow-right3:before {
  content: "\e739"; }


.ai-arrow-down-right3:before {
  content: "\e73a"; }


.ai-arrow-down3:before {
  content: "\e73b"; }


.ai-arrow-down-left3:before {
  content: "\e73c"; }


.ai-arrow-left3:before {
  content: "\e73d"; }


.ai-tab:before {
  content: "\e73e"; }


.ai-checkbox-checked:before {
  content: "\e73f"; }


.ai-checkbox-unchecked:before {
  content: "\e740"; }


.ai-checkbox-partial:before {
  content: "\e741"; }


.ai-radio-checked:before {
  content: "\e742"; }


.ai-radio-unchecked:before {
  content: "\e743"; }


.ai-crop:before {
  content: "\e744"; }


.ai-scissors:before {
  content: "\e745"; }


.ai-filter:before {
  content: "\e746"; }


.ai-filter2:before {
  content: "\e747"; }


.ai-font:before {
  content: "\e748"; }


.ai-text-height:before {
  content: "\e749"; }


.ai-text-width:before {
  content: "\e74a"; }


.ai-bold:before {
  content: "\e74b"; }


.ai-underline:before {
  content: "\e74c"; }


.ai-italic:before {
  content: "\e74d"; }


.ai-strikethrough:before {
  content: "\e74e"; }


.ai-omega:before {
  content: "\e74f"; }


.ai-sigma:before {
  content: "\e750"; }


.ai-table:before {
  content: "\e751"; }


.ai-table2:before {
  content: "\e752"; }


.ai-insert-template:before {
  content: "\e753"; }


.ai-pilcrow:before {
  content: "\e754"; }


.ai-left-toright:before {
  content: "\e755"; }


.ai-right-toleft:before {
  content: "\e756"; }


.ai-paragraph-left:before {
  content: "\e757"; }


.ai-paragraph-center:before {
  content: "\e758"; }


.ai-paragraph-right:before {
  content: "\e759"; }


.ai-paragraph-justify:before {
  content: "\e75a"; }


.ai-paragraph-left2:before {
  content: "\e75b"; }


.ai-paragraph-center2:before {
  content: "\e75c"; }


.ai-paragraph-right2:before {
  content: "\e75d"; }


.ai-paragraph-justify2:before {
  content: "\e75e"; }


.ai-indent-increase:before {
  content: "\e75f"; }


.ai-indent-decrease:before {
  content: "\e760"; }


.ai-new-tab:before {
  content: "\e761"; }


.ai-embed:before {
  content: "\e762"; }


.ai-code:before {
  content: "\e763"; }


.ai-console:before {
  content: "\e764"; }


.ai-share:before {
  content: "\e766"; }


.ai-mail:before {
  content: "\e767"; }


.ai-mail2:before {
  content: "\e768"; }


.ai-mail3:before {
  content: "\e769"; }


.ai-mail4:before {
  content: "\e76a"; }


.ai-google:before {
  content: "\e76b"; }


.ai-google-plus:before {
  content: "\e76c"; }


.ai-google-plus2:before {
  content: "\e76d"; }


.ai-google-plus3:before {
  content: "\e76e"; }


.ai-google-plus4:before {
  content: "\e76f"; }


.ai-google-drive:before {
  content: "\e770"; }


.ai-facebook:before {
  content: "\e771"; }


.ai-facebook2:before {
  content: "\e772"; }


.ai-facebook3:before {
  content: "\e773"; }


.ai-instagram:before {
  content: "\e774"; }


.ai-twitter:before {
  content: "\e775"; }


.ai-twitter2:before {
  content: "\e776"; }


.ai-twitter3:before {
  content: "\e777"; }


.ai-feed2:before {
  content: "\e778"; }


.ai-feed3:before {
  content: "\e779"; }


.ai-feed4:before {
  content: "\e77a"; }


.ai-youtube:before {
  content: "\e77b"; }


.ai-youtube2:before {
  content: "\e77c"; }


.ai-vimeo:before {
  content: "\e77d"; }


.ai-vimeo2:before {
  content: "\e77e"; }


.ai-vimeo3:before {
  content: "\e77f"; }


.ai-lanyrd:before {
  content: "\e780"; }


.ai-flickr:before {
  content: "\e781"; }


.ai-flickr2:before {
  content: "\e782"; }


.ai-flickr3:before {
  content: "\e783"; }


.ai-flickr4:before {
  content: "\e784"; }


.ai-picassa:before {
  content: "\e785"; }


.ai-picassa2:before {
  content: "\e786"; }


.ai-dribbble:before {
  content: "\e787"; }


.ai-dribbble2:before {
  content: "\e788"; }


.ai-dribbble3:before {
  content: "\e789"; }


.ai-forrst:before {
  content: "\e78a"; }


.ai-forrst2:before {
  content: "\e78b"; }


.ai-deviantart:before {
  content: "\e78c"; }


.ai-deviantart2:before {
  content: "\e78d"; }


.ai-steam:before {
  content: "\e78e"; }


.ai-steam2:before {
  content: "\e78f"; }


.ai-github:before {
  content: "\e790"; }


.ai-github2:before {
  content: "\e791"; }


.ai-github3:before {
  content: "\e792"; }


.ai-github4:before {
  content: "\e793"; }


.ai-github5:before {
  content: "\e794"; }


.ai-wordpress:before {
  content: "\e795"; }


.ai-wordpress2:before {
  content: "\e796"; }


.ai-joomla:before {
  content: "\e797"; }


.ai-blogger:before {
  content: "\e798"; }


.ai-blogger2:before {
  content: "\e799"; }


.ai-tumblr:before {
  content: "\e79a"; }


.ai-tumblr2:before {
  content: "\e79b"; }


.ai-yahoo:before {
  content: "\e79c"; }


.ai-tux:before {
  content: "\e79d"; }


.ai-apple:before {
  content: "\e79e"; }


.ai-finder:before {
  content: "\e79f"; }


.ai-android:before {
  content: "\e7a0"; }


.ai-windows:before {
  content: "\e7a1"; }


.ai-windows8:before {
  content: "\e7a2"; }


.ai-soundcloud:before {
  content: "\e7a3"; }


.ai-soundcloud2:before {
  content: "\e7a4"; }


.ai-skype:before {
  content: "\e7a5"; }


.ai-reddit:before {
  content: "\e7a6"; }


.ai-linkedin:before {
  content: "\e7a7"; }


.ai-lastfm:before {
  content: "\e7a8"; }


.ai-lastfm2:before {
  content: "\e7a9"; }


.ai-delicious:before {
  content: "\e7aa"; }


.ai-stumbleupon:before {
  content: "\e7ab"; }


.ai-stumbleupon2:before {
  content: "\e7ac"; }


.ai-stackoverflow:before {
  content: "\e7ad"; }


.ai-pinterest:before {
  content: "\e7ae"; }


.ai-pinterest2:before {
  content: "\e7af"; }


.ai-xing:before {
  content: "\e7b0"; }


.ai-xing2:before {
  content: "\e7b1"; }


.ai-flattr:before {
  content: "\e7b2"; }


.ai-foursquare:before {
  content: "\e7b3"; }


.ai-foursquare2:before {
  content: "\e7b4"; }


.ai-paypal:before {
  content: "\e7b5"; }


.ai-paypal2:before {
  content: "\e7b6"; }


.ai-paypal3:before {
  content: "\e7b7"; }


.ai-yelp:before {
  content: "\e7b8"; }


.ai-libreoffice:before {
  content: "\e7b9"; }


.ai-file-pdf:before {
  content: "\e7ba"; }


.ai-file-openoffice:before {
  content: "\e7bb"; }


.ai-file-word:before {
  content: "\e7bc"; }


.ai-file-excel:before {
  content: "\e7bd"; }


.ai-file-zip:before {
  content: "\e7be"; }


.ai-file-powerpoint:before {
  content: "\e7bf"; }


.ai-file-xml:before {
  content: "\e7c0"; }


.ai-file-css:before {
  content: "\e7c1"; }


.ai-html5:before {
  content: "\e7c2"; }


.ai-html52:before {
  content: "\e7df"; }


.ai-css3:before {
  content: "\e7e0"; }


.ai-chrome:before {
  content: "\e7e1"; }


.ai-firefox:before {
  content: "\e7e2"; }


.ai-IE:before {
  content: "\e7e3"; }


.ai-opera:before {
  content: "\e7e4"; }


.ai-safari:before {
  content: "\e7e5"; }


.ai-IcoMoon:before {
  content: "\e7e6"; }


.ai-feather:before {
  content: "\e7e7"; }


.ai-layout-list:before {
  content: "\e7e8"; }


.ai-list3:before {
  content: "\e7e9"; }


.ai-layout:before {
  content: "\e7ea"; }


.ai-list22:before {
  content: "\e7eb"; }


.ai-arrow-left5:before {
  content: "\e7ec"; }


.ai-arrow-down5:before {
  content: "\e7ed"; }


.ai-arrow-up4:before {
  content: "\e7ee"; }


.ai-arrow-right5:before {
  content: "\e7ef"; }


.hr-transparent {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid black;
  margin-top: 3px;
  margin-bottom: 3px; }


hr.small {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(112, 108, 106, 0.5); }


hr.double {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  height: 0.15em; }


hr.double--inverse {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  height: 0.15em; }


.fancy {
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  color: #606060; }


.fancy:before, .fancy:after {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  content: "";
  display: inline-block;
  height: 0.1em;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.15em; }


.fancy:before {
  right: 0.5em;
  margin-left: -50%; }


.fancy:after {
  left: 0.5em;
  margin-right: -50%; }


.fancy.divider {
  margin: 60px 0; }


.panel-default a.panel-heading.collapsed {
  background-color: #595654; }


.panel-nav .panel-body > ul > li {
  border-bottom: 1px solid rgba(218, 218, 218, 0.2); }
  
  .panel-nav .panel-body > ul > li:last-of-type {
    border-bottom: none; }
  
  .panel-nav .panel-body > ul > li > a {
    display: block;
    padding: 7px 0;
    color: #dadada;
    font-size: 14px; }
    
    .panel-nav .panel-body > ul > li > a:hover {
      color: #0073ff; }


.tab-content p:first-child {
  margin-top: 15px; }

/* PORTFOLIO HOME 
----------------- */

.portfolio-home-top {
  /* url for top background image here */
  background: #3f3d3b url('/docs/web/template/putty/bg-studio.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 440px; }
  @media (max-width: 768px) {
    .portfolio-home-top {
      background-image: none;
      background: #2d2d2d;
      height: auto; } }
  @media (min-width: 1630px) {
    .portfolio-home-top {
      background: #3f3d3b url('/docs/web/template/putty/bg-studio.jpg') no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; } }

@media (min-width: 1630px) {
  .page-wrap.boxed .portfolio-home-top {
    -webkit-background-size: cover;
    background-size: cover; } }


.portfolio-home-img-wrap {
  margin-top: 66px; }


#portfolio-home-caption {
  background: rgba(45, 45, 45, 0.9);
  border-radius: 4px;
  padding: 1px 33px 55px;
  margin-top: 66px; }
  @media (max-width: 768px) {
    #portfolio-home-caption {
      background: #2d2d2d;
      margin-top: 0;
      margin-bottom: 15px; } }


.sidebar-blog {
  margin-top: 35px; }


.post-listing {
  margin: 40px 0;
  color: #dadada; }


.post-listing--small {
  color: #dadada; }
  
  .post-listing--small .featured-image {
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0; }
  
  .post-listing--small .stand-out {
    padding: 7px; }
  
  .post-listing--small p {
    margin-bottom: 0; }


p.post-excerpt {
  margin-top: 10px;
  margin-bottom: 19px; }


p.post-excerpt.full {
  max-height: 60px;
  overflow: hidden; }


.post-image-wrap {
  margin-bottom: 30px; }


.tag {
  margin-bottom: 2px; }


.post-page-meta-wrap {
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 12px; }


.pager {
  margin-top: 60px;
  margin-bottom: 50px; }


.dataList {
  /* Landscape phones and down */ }
  
  .dataList .post-listing-wrap {
    margin-top: 30px; }
  
  .dataList .featured-image-wrap {
    width: 300px; }
  
  .dataList .post-meta-wrap {
    padding: 5px 0;
    border-top: 1px dotted rgba(112, 108, 106, 0.5);
    border-bottom: 1px dotted rgba(112, 108, 106, 0.5); }
  
  .dataList ul.post-meta {
    margin-bottom: 0; }
    
    .dataList ul.post-meta li {
      font-size: 12px; }
  
  .dataList .post-listing {
    margin-bottom: 15px; }
  
  .dataList .stand-out {
    padding: 10px; }
  @media (max-width: 768px) {
    
    .dataList .media-body {
      overflow: visible; }
    
    .dataList .featured-image-wrap {
      width: 100%; }
    
    .dataList .featured-image {
      margin-bottom: 15px; }
    
    .dataList .post-listing {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .dataList .post-listing {
          float: left;
          width: 50%; } }
      
      .dataList .post-listing .post-meta-wrap ul.post-meta {
        padding: 2px 0 5px; }
        
        .dataList .post-listing .post-meta-wrap ul.post-meta li {
          font-size: 12px; } }


.dataGrid .post-listing-wrap {
  margin-top: 35px; }

.dataGrid .media-body {
  overflow: visible;
  padding: 15px; }

.dataGrid .featured-image {
  margin-bottom: 15px;
  border-radius: 4px 4px 0 0; }

.dataGrid .stand-out {
  border: solid 1px rgba(112, 108, 106, 0.3);
  padding: 0; }

.dataGrid .post-listing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .dataGrid .post-listing {
      float: left;
      width: 50%; } }
  
  .dataGrid .post-listing .post-meta-wrap ul.post-meta {
    padding: 5px 0 0;
    margin-top: 19px;
    margin-bottom: -10px;
    border-top: 1px dotted rgba(112, 108, 106, 0.5); }
    
    .dataGrid .post-listing .post-meta-wrap ul.post-meta li {
      font-size: 12px; }


.stand-out {
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  display: inline-block; }
  
  .stand-out:hover {
    background: rgba(11, 11, 11, 0.5);
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }


.home__group, .home__group--highlight {
  margin: 65px 0; }


.home__group--highlight {
  background-color: #515151 !important;
  padding: 30px 0; }


.icon-callouts > div:hover .ai-circle-outline {
  background-color: #2b94da;
  color: #2D2D2D; }

.icon-callouts .ai-circle-outline {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.icon-callouts h2 {
  margin-bottom: 21px; }


.features--home {
  margin: 50px auto 150px;
  width: 80%; }
  @media (max-width: 992px) {
    .features--home {
      width: 100%; } }


.features--feature-wrap {
  margin-top: 35px; }
  
  .features--feature-wrap:first-of-type {
    margin-top: 35px; }


.home-simple--top-wrap {
  background: url(/docs/web/template/putty/polygon.jpg) no-repeat fixed center;
  max-width: 100%; }


.three-col-img-block {
  text-align: center;
  /* overlay image above mobile breakpoint (only when img is visible) */ }
  
  .three-col-img-block p {
    max-width: 80%;
    margin: 0 auto 25px; }
  
  .three-col-img-block a, .three-col-img-block .phone {
    font-size: 120%; }
  @media (min-width: 992px) {
    
    .three-col-img-block .ai {
      margin-top: -79px;
      margin-bottom: 25px; } }


.home-simple--top-wrap {
  height: 440px; }


.home-simple--top-img-wrap {
  margin: 50px auto 0; }


.home-img--tab {
  z-index: 100;
  left: 9%; }
  @media (max-width: 992px) {
    .home-img--tab {
      left: 0; } }
  @media (max-width: 480px) {
    .home-img--tab {
      width: 35%; } }


.home-img--cell {
  right: 13%;
  z-index: 100; }
  @media (max-width: 992px) {
    .home-img--cell {
      right: 0; } }
  @media (max-width: 480px) {
    .home-img--cell {
      width: 20%; } }


.contact-block {
  text-align: center; }
  @media (max-width: 768px) {
    .contact-block {
      margin: 100px auto; }
      
      .contact-block:after {
        margin-top: 100px;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        content: '';
        display: block;
        border-top: 1px solid #606060;
        border-bottom: 1px solid #606060;
        height: 0.15em; }
      
      .contact-block:last-of-type {
        margin-bottom: 50px; }
        
        .contact-block:last-of-type:after {
          border: none; } }


#contact-1 textarea {
  height: 343px; }


.g-map-wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  
  .g-map-wrap #map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


.sitemap-wrap {
  font-size: 20px; }
  
  .sitemap-wrap ul {
    color: #2b94da; }
    
    .sitemap-wrap ul ul {
      margin-left: 33px;
      font-size: 16px; }


.plan-popular {
  width: 80%;
  height: 28px;
  margin: -28px auto 0;
  padding-top: 4px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px 4px 0 0;
  background: #1f96e6;
  color: #fff;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .plan-popular {
      margin-top: 30px; } }


.plan-wrap {
  background: #3f3d3b;
  border-radius: 4px;
  text-align: center;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .plan-wrap {
      margin-bottom: 30px; } }
  
  .plan-wrap h2 {
    margin: 0;
    font-weight: 300; }
  
  .plan-wrap .plan-title {
    background: #050505;
    color: inherit;
    border-radius: 4px 4px 0 0;
    padding: 10px 0;
    margin-bottom: 25px; }
  
  .plan-wrap ul {
    font-size: 16px; }
    
    .plan-wrap ul li {
      padding: 5px 0; }
  
  .plan-wrap .plan-body {
    padding: 3px 15px 20px; }
    
    .plan-wrap .plan-body .ai {
      color: inherit; }
  
  .plan-wrap .plan-price {
    font-weight: 300;
    color: #dadada; }
    
    .plan-wrap .plan-price .price {
      font-size: 50px; }
    
    .plan-wrap .plan-price .month {
      font-size: 25px; }


.row .attached, .row .dataList {
  padding-left: 0;
  padding-right: 0; }
  
  .row .attached .plan-wrap, .row .attached .dataList {
    border-right: solid 1px #32302f; }


.plan--line-fancy {
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  margin-top: -9px;
  margin-bottom: -27px;
  color: #606060; }


.plan--line-fancy:before, .plan--line-fancy:after {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  content: "";
  display: inline-block;
  height: 0.1em;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.15em; }


.plan--line-fancy:before {
  right: 0.5em;
  margin-left: -50%; }


.plan--line-fancy:after {
  left: 0.5em;
  margin-right: -50%; }


#team-large .row, #team-large .dataList {
  margin-left: 0; }

#team-large h4 {
  font-size: 15px;
  margin-top: 4px; }

#team-large .team-block {
  margin: 5px;
  float: left; }
  
  #team-large .team-block .ai-facebook, #team-large .team-block .ai-facebook2, #team-large .team-block .ai-facebook3 {
    color: #716d6b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    #team-large .team-block .ai-facebook:hover, #team-large .team-block .ai-facebook2:hover, #team-large .team-block .ai-facebook3:hover {
      color: #3B5998;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  #team-large .team-block .ai-twitter, #team-large .team-block .ai-twitter2, #team-large .team-block .ai-twitter3 {
    color: #716d6b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    #team-large .team-block .ai-twitter:hover, #team-large .team-block .ai-twitter2:hover, #team-large .team-block .ai-twitter3:hover {
      color: #33CCFF;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  #team-large .team-block .ai-google, #team-large .team-block .ai-google-plus, #team-large .team-block .ai-google-plus2, #team-large .team-block .ai-google-plus3, #team-large .team-block .ai-google-plus4 {
    color: #716d6b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    #team-large .team-block .ai-google:hover, #team-large .team-block .ai-google-plus:hover, #team-large .team-block .ai-google-plus2:hover, #team-large .team-block .ai-google-plus3:hover, #team-large .team-block .ai-google-plus4:hover {
      color: #C63D2D;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  #team-large .team-block .ai-linkedin {
    color: #716d6b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    #team-large .team-block .ai-linkedin:hover {
      color: #4875B4;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  #team-large .team-block .ai-picassa, #team-large .team-block .ai-picassa2 {
    color: #716d6b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    #team-large .team-block .ai-picassa:hover, #team-large .team-block .ai-picassa2:hover {
      color: #B163C8;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  
  #team-large .team-block .ai-soundcloud, #team-large .team-block .ai-soundcloud2 {
    color: #716d6b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    
    #team-large .team-block .ai-soundcloud:hover, #team-large .team-block .ai-soundcloud2:hover {
      color: #f50;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }


.team-block:hover .image-effect-wrap .image-overlay {
  opacity: 0; }


#demo-elements .element-demo-wrap .heading h3 {
  margin-top: 35px;
  margin-bottom: 0px; }

#demo-elements .element-demo-wrap .heading {
  margin: 45px 0 0; }

#demo-elements .heading h3 {
  margin-top: 35px;
  margin-bottom: 15px; }

#demo-elements .bc-demo-icons-list {
  padding-left: 0;
  list-style: none; }

#demo-elements .bc-demo-icons li {
  float: left;
  padding: 25px 2px 0;
  width: 12.5%;
  height: 115px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px rgba(62, 60, 59, 0.5) solid; }
  
  #demo-elements .bc-demo-icons li .ai, #demo-elements .bc-demo-icons li .glyphicon {
    font-size: 24px; }
  @media (max-width: 993px) {
    #demo-elements .bc-demo-icons li {
      width: 25%;
      font-size: 12px; } }
  
  #demo-elements .bc-demo-icons li:hover {
    background-color: #202020; }
    
    #demo-elements .bc-demo-icons li:hover .ai {
      color: #2b94da; }

#demo-elements .icon-class, #demo-elements .glyphicon-class {
  margin-top: 10px; }

#demo-elements .bc-demo-icons .icon-class, #demo-elements .bc-demo-icons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; }

#demo-elements .clickToSelect {
  position: relative;
  display: block;
  cursor: pointer; }

#demo-elements textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none transparent;
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  overflow: hidden;
  font-family: inherit;
  font-size: 1em;
  background: #2D2D2D; }


.grid-demo {
  background: #2b94da;
  width: 100%;
  height: 37px;
  color: white; }


.img-demo {
  margin-top: 30px; }


.order-form-wrap {
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .order-form-wrap {
      margin: 40px auto;
      text-align: center; }
      
      .order-form-wrap:before, .order-form-wrap:after {
        content: " ";
        display: table; }
      
      .order-form-wrap:after {
        clear: both; } }


.checkout-meta--col {
  /* Landscape phones and down */ }
  
  .checkout-meta--col .h2 {
    margin-top: 0; }
  @media (max-width: 768px) {
    .checkout-meta--col {
      margin-bottom: 50px; } }


.order-form-input-wrap {
  float: left;
  /* Landscape phones and down */ }
  
  .order-form-input-wrap .form-group:first-of-type {
    margin-bottom: -5px; }
  @media (max-width: 768px) {
    .order-form-input-wrap {
      float: none; } }


.order-btn-wrap {
  display: inline-block;
  margin-left: 15px;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .order-btn-wrap {
      display: block;
      margin: 0 auto; } }


label, input {
  cursor: pointer !important; }


#order-checkout .form-control, #order-checkout .order-quantity--input, #order-checkout select#productColor {
  margin-bottom: 5px; }


.payment-option-wrap {
  margin-right: 15px; }
  
  .payment-option-wrap:last-of-type {
    margin-right: 0; }


.order-form-wrap {
  position: relative; }


.order-btn-wrap {
  position: absolute;
  right: 0; }
  
  .order-btn-wrap .ai {
    padding: 15px 0 11px; }
  @media (max-width: 768px) {
    .order-btn-wrap {
      position: static;
      margin-top: 40px; }
      
      .order-btn-wrap .btn {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }


.order-form-input-wrap {
  position: absolute;
  right: 155px; }
  @media (max-width: 768px) {
    .order-form-input-wrap {
      position: static; } }


.order-quantity--input {
  text-align: center;
  padding: 5px;
  width: 63px !important;
  margin-top: -4px;
  margin-bottom: 4px;
  margin-left: 13px; }
  @media (max-width: 768px) {
    .order-quantity--input {
      width: 100% !important;
      margin-left: 0;
      margin-right: 0;
      text-align: left !important; } }


select#productColor {
  padding: 5px;
  width: 100px !important;
  margin-top: 5px; }
  @media (max-width: 768px) {
    select#productColor {
      width: 100% !important;
      margin-left: 0;
      margin-right: 0;
      text-align: left; } }


select.form-control, select.order-quantity--input, select#productColor, input[type="number"] {
  color: #dadada; }


.wide-info-list {
  background-color: #3f3d3b; }


.cat-list {
  font-size: 18px;
  height: 40px;
  padding: 9px 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .cat-list {
      font-size: 18px;
      height: 34px; } }
  
  .cat-list li a {
    width: 100%;
    padding: 10px 25px; }


img.product-img {
  border: none !important;
  margin: 0 auto;
  display: block; }


.product-box-home h2 {
  font-size: 25px; }


.product-info {
  margin: 0 auto; }
  @media (max-width: 992px) {
    .product-info {
      width: 50%; } }
  @media (max-width: 480px) {
    .product-info {
      width: 80%; } }


.product-info-slider {
  margin: 0 auto; }
  @media (max-width: 992px) {
    .product-info-slider {
      width: 60%; } }
  @media (max-width: 480px) {
    .product-info-slider {
      width: 80%; } }


.headline-right-link {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 18px; }


.owl-item h2 {
  margin-top: 15px !important;
  margin-bottom: 28px;
  font-size: 25px; }


.product-box, .product-box-home {
  text-align: center;
  border-radius: 4px;
  padding: 15px 0 0;
  margin-bottom: 30px;
  background: #3f3d3b;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  
  .product-box:hover, .product-box-home:hover {
    background: rgba(11, 11, 11, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
  
  .product-box a, .product-box .product-box-home {
    color: #dadada !important; }
  
  .product-box h2, .product-box .product-box-home {
    margin-bottom: 16px;
    margin-top: 10px !important; }


.product-box-home {
  border: none;
  background: none; }
  
  .product-box-home:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  .product-box-home h2 {
    margin-bottom: 16px;
    margin-top: 10px !important; }


.product-info-wrap {
  padding-left: 45px;
  /* Landscape phones and down */ }
  @media (max-width: 768px) {
    .product-info-wrap {
      padding-left: 15px; } }


.product-display-meta {
  padding-top: 14px; }
  
  .product-display-meta span {
    color: #2b94da; }


.price-wrap {
  margin-top: 0;
  /* Landscape phones and down */ }
  
  .price-wrap .h1 {
    margin-top: 0;
    /* Landscape phones and down */ }
    @media (max-width: 768px) {
      .price-wrap .h1 {
        margin-top: 20px; } }
  @media (max-width: 768px) {
    .price-wrap {
      text-align: center;
      margin-top: 20px;
      padding: 15px;
      border-top: 1px solid black;
      border-bottom: 1px solid black; } }


.list-group .badge {
  margin-top: 5px; }


.list-group .ai {
  margin-top: 7px; }


.style-widget {
  color: white;
  background-color: black;
  -webkit-box-shadow: -1px 0 6px 0 #595654;
  box-shadow: -1px 0 6px 0 #595654; }


.style-tab {
  background: black; }


.color-box {
  color: #f5f5f5; }


.color-box-activated {
  border: 3px solid white; }


.color-box-pattern-activated {
  border: 3px solid #2b94da; }


#boxed-pattern-selections .color-box {
  color: #E05F52; }


#spaceToggles {
  background: #121212; }


.widget-well {
  background: #121212; }


#portal-meta h5 {
  margin-bottom: 28px; }

#portal-meta p {
  margin-bottom: 3px; }

