/*$secondary_menu_bg_color: #144B74;*/
/*$even_bg_color: #FaFaFa;*/
/* line 5, ../../../../sass/home.scss */
#main .left-col {
  padding-left: 0px;
  padding-right: 5px;
}

/* line 9, ../../../../sass/home.scss */
#main .right-col {
  padding-right: 0px;
  padding-left: 5px;
}

/* line 15, ../../../../sass/home.scss */
div.container {
  max-width: 80%;
}

/* line 18, ../../../../sass/home.scss */
p.description {
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 2.9rem;
  text-align: justify;
}

ul.description {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2.9rem;
  text-align: justify;
}

/* line 25, ../../../../sass/home.scss */
.home-col {
  border: solid 1px #E8EBF4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 15px;
}

/* line 31, ../../../../sass/home.scss */
.home-col .table tbody tr:nth-last-child(1) {
  border: none;
}

/* line 36, ../../../../sass/home.scss */
.home-section {
  padding-top: 60px;
}

/* line 39, ../../../../sass/home.scss */
.table th {
  font-size: 1.8rem;
}

/* line 42, ../../../../sass/home.scss */
.recent-dev-name {
  margin-left: 10px;
}

/* line 46, ../../../../sass/home.scss */
div.recent-components a {
  font-size: 1.4rem;
  color: #63a5ca;
  border: 1px solid #b4b4b6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  float: left;
  margin: 9px;
  width: 180px;
  height: 230px;
  display: block;
  text-align: center;
}

/* line 62, ../../../../sass/home.scss */
div.recent-components a span {
  display: block;
}

/* line 64, ../../../../sass/home.scss */
div.recent-components a span.component-description {
  font-size: 1.4rem;
  margin: 5px;
}

/* line 69, ../../../../sass/home.scss */
div.recent-components a .fa {
  margin: 14px;
  display: block;
  padding: 18px;
  background-color: #63a5ca;
}

/* line 75, ../../../../sass/home.scss */
div.recent-components a:hover {
  border: 1px solid #777;
  text-decoration: none;
}

/* line 81, ../../../../sass/home.scss */
a.circle {
  margin-left: 8px;
  margin-right: 3px;
  font-size: 1.5rem;
}

/* line 84, ../../../../sass/home.scss */
a.circle i.fa.fa-circle {
  color: #b32f19;
}

/* line 87, ../../../../sass/home.scss */
a.circle:focus {
  text-decoration: none;
}

/* line 90, ../../../../sass/home.scss */
a.circle:hover {
  text-decoration: none;
}

/* line 94, ../../../../sass/home.scss */
.carousel {
  padding-top: 40px;
  padding-bottom: 10px;
}

/* line 97, ../../../../sass/home.scss */
div.notes-column {
  border-top: 1px solid;
  margin: 20px 0px;
}

/* line 130, ../../../../sass/home.scss */
div.component-column {
  border-top: 1px solid;
  margin: 20px 0px;
}

@media (max-width: 992px) {

  /* line 130, ../../../../sass/home.scss */
  div.component-column {
    margin-right: 8px;
    border-top: none;
    margin: 0px;
  }
}

/* line 134, ../../../../sass/home.scss */
div.component-item {
  border-bottom: 1px solid;
  min-height: 66px;
  padding: 12px 10px;
  font-weight: 300;
  font-size: 1.6rem;
}

/* line 118, ../../../../sass/home.scss */
div.component-item a {
  font-weight: 300;
  display: inline-flex;
  color: #63a5ca;
}

/* line 123, ../../../../sass/home.scss */
div.component-item .fa {
  padding-right: 20px;
}

@media (max-width: 1200px) {

  /* line 134, ../../../../sass/home.scss */
  div.component-item {
    border-top: none;
  }
}

/* line 137, ../../../../sass/home.scss */
div.teardown-notes-column {
  border-top: 1px solid;
  margin: 20px 0px;
  margin: 0;
}

@media (max-width: 992px) {

  /* line 137, ../../../../sass/home.scss */
  div.teardown-notes-column {
    margin-right: 8px;
    border-top: none;
    margin: 0px;
  }
}

/* line 141, ../../../../sass/home.scss */
div.teardown-notes-item {
  border-bottom: 1px solid;
  min-height: 66px;
  padding: 12px 10px;
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0;
}

/* line 118, ../../../../sass/home.scss */
div.teardown-notes-item a {
  font-weight: 300;
  display: inline-flex;
  color: #63a5ca;
}

/* line 123, ../../../../sass/home.scss */
div.teardown-notes-item .fa {
  padding-right: 20px;
}

@media (max-width: 1200px) {

  /* line 141, ../../../../sass/home.scss */
  div.teardown-notes-item {
    border-top: none;
  }
}

@media (max-width: 768px) {

  /* line 147, ../../../../sass/home.scss */
  div.component-column {
    border-top: 1px solid;
    margin: 20px 0px;
    border: none;
    margin: 20px 0px;
  }
}

@media (max-width: 768px) and (max-width: 992px) {

  /* line 147, ../../../../sass/home.scss */
  div.component-column {
    margin-right: 8px;
    border-top: none;
    margin: 0px;
  }
}

@media (max-width: 768px) {

  /* line 152, ../../../../sass/home.scss */
  div.teardown-notes-column {
    border-top: 1px solid;
    margin: 20px 0px;
    border: none;
    margin: 20px 0px;
  }
}

@media (max-width: 768px) and (max-width: 992px) {

  /* line 152, ../../../../sass/home.scss */
  div.teardown-notes-column {
    margin-right: 8px;
    border-top: none;
    margin: 0px;
  }
}

/* line 159, ../../../../sass/home.scss */
hr {
  border-top: 1px solid #888888;
}

/* line 163, ../../../../sass/home.scss */
div.component-icon {
  margin-right: 6px;
}

/* line 167, ../../../../sass/home.scss */
div.recent-teardowns a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #63a5ca;
  border: 1px solid #ccc;
  padding: 5px;
  float: left;
  margin: 8px 6px;
  width: 180px;
  Height: 185px;
  display: block;
  text-align: center;
}

/* line 183, ../../../../sass/home.scss */
div.recent-teardowns a:hover {
  border: 1px solid #b7b7b7;
  text-decoration: none;
}

/* line 187, ../../../../sass/home.scss */
div.recent-teardowns a img {
  display: block !important;
  margin: 5px auto;
  max-height: 80px;
  max-width: 100px;
  margin-bottom: 8px;
}

/* line 194, ../../../../sass/home.scss */
div.recent-teardowns a span.date {
  display: block;
  font-size: 1.2rem;
}

/* line 198, ../../../../sass/home.scss */
div.recent-teardowns a span.in-progress {
  color: #F26838;
  font-size: 1.3rem;
  font-weight: normal;
}

@media (max-width: 1200px) {

  /* line 167, ../../../../sass/home.scss */
  div.recent-teardowns a {
    margin: 12px 45px;
  }
}

/* line 207, ../../../../sass/home.scss */
.slick-slide img {
  display: inline !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 3, ../../../../sass/slider.scss */
.ba-slider {
  position: relative;
  overflow: hidden;
}

.slider-section {
  padding-top: 20px;
}

/* line 8, ../../../../sass/slider.scss */
.ba-slider img  {
  width: 100%;
  display: block !important ;
  max-width: fit-content;
}

/* line 13, ../../../../sass/slider.scss */
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

/* line 23, ../../../../sass/slider.scss */
.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

/* line 35, ../../../../sass/slider.scss */
.handle2:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  /* @orange */
  border: 1px solid #e6a600;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
  /* lighten(@orange, 20%)*/
}

/* line 59, ../../../../sass/slider.scss */
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
