/*!
 * Chorder override less files for Bootstrap v3.0.0
 *
 * Created using Bootstrap customization guidelines:
 * http://getbootstrap.com/getting-started/#customizing
*/
#insticator-container {
  margin: 20px 0;
}

.panel {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
}
.panel > .list-group .list-group-item {
  border-style: dotted;
  border-color: #eeeeee;
  background: none;
  border-radius: 0;
}
.panel-heading,
.panel-footer,
.panel-group .panel {
  border-radius: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 17px 15px;
}
.panel-group .panel-heading:before,
.panel-group .panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-group .panel-heading:after {
  clear: both;
}
.panel-group .panel-heading a {
  display: block;
}
.panel-group .panel-collapse {
  -webkit-box-shadow: 0 -3px 0 0 transparent;
  box-shadow: 0 -3px 0 0 transparent;
}
.panel-group .panel-collapse.in {
  -webkit-box-shadow: 0 -3px 0 0 #ff651c;
  box-shadow: 0 -3px 0 0 #ff651c;
}
.panel-group .collapsing {
  height: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.panel.panel-grid-demo {
  padding: 0;
  margin: 0;
  border-width: 5px;
  overflow: hidden;
}
.panel.panel-grid-demo .panel-heading {
  color: #fff;
  padding: 20px 0;
}
.row.panel-grid-demo {
  margin-bottom: 20px;
}
.chorder-panel {
  margin-bottom: 10px;
  background: #fff;
}
.chorder-group img {
  max-width: 100%;
  height: auto;
}
.chorder-panel-medium {
  position: relative;
}
.chorder-panel-medium .chorder-group {
  width: 100%;
}
.chorder-panel-medium.expanded .chorder-group {
  max-height: 2500px;
  border: none;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
.chorder-panel-medium.expanded .chorder-group .chorder-dotted-element {
  border: none;
}
.chorder-panel-medium.expanded .chorder-show-more {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.chorder-panel-big p.chorder-subtitle {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
}
.chorder-panel-big .chorder-image-holder img {
  width: 100%;
}
.chorder-panel-big .chorder-group {
  width: 100%;
}
.chorder-panel-big.chorder-single-news.top {
  margin-top: -15px;
}
.chorder-panel-big.chorder-single-news .chorder-title-big {
  font-size: 26px;
}
.chorder-panel-big.chorder-single-news .chorder-group {
  padding: 20px 20px 16px;
}
.chorder-panel-big.chorder-single-news .chorder-group.no-responsive {
  width: auto;
}
.chorder-panel-big.chorder-single-news .chorder-article-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.chorder-image-solo {
  display: block;
  margin: 15px auto 20px;
  width: 100% !important;
}
.chorder-panel-info {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px;
}
.chorder-panel-info .chorder-small-title {
  display: block;
  color: #3699d2;
  font-size: 12px;
}
.chorder-panel-info time {
  display: block;
  color: #ccc;
  margin-top: -5px;
}
.chorder-panel-review-big {
  font-size: 0px;
}
.chorder-panel-review-big .chorder-title-big {
  width: 70%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chorder-panel-review-big .chorder-image-container {
  width: 150px;
  max-width: 40%;
  float: none;
}
.chorder-panel-review-big .chorder-group {
  width: 50%;
  display: inline-block;
}
.chorder-panel-review-big .star-holder {
  font-size: 15px;
}
.chorder-panel-review-big .chorder-article-text {
  display: none;
  margin-right: -30px;
}
.chorder-article-text {
  color: #222222;
  font-size: 12px;
  max-height: 68px;
  overflow: hidden;
  margin: auto;
  font-weight: lighter;
}
.chorder-article-text.bold {
  font-weight: bold;
}
.chorder-article-text.no-max {
  max-height: none;
}
.chorder-article-text strong {
  font-weight: bold;
}
.chorder-group {
  display: inline-block;
  width: 90%;
  height: 100%;
  vertical-align: top;
  background-color: #ffffff;
  padding: 15px 20px 16px;
}
.chorder-group p {
  color: #222222;
  font-size: 16px;
  max-height: none;
  overflow: hidden;
  margin: auto;
  font-weight: lighter;
  margin-bottom: 15px;
}
.chorder-group p.bold {
  font-weight: bold;
}
.chorder-group p.no-max {
  max-height: none;
}
.chorder-group p strong {
  font-weight: bold;
}
.chorder-group img {
  display: block;
  margin: 15px auto 20px;
}
.image-star-rate-hoder {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.panel-image-star-rate {
  position: relative;
  top: 7px;
  left: -7px;
  width: 100px;
  height: 30px;
  background: #ffa61b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel-image-star-rate .icon-star {
  position: absolute;
  top: 5px;
  right: 44px;
  color: white;
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.similar-percentage-holder {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.similar-percentage {
  position: relative;
  top: 7px;
  left: -7px;
  padding-top: 4px;
  width: 100px;
  height: 30px;
  background: #ffa61b;
  color: #fff;
  font-size: 17px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.similar-percentage.color-85-plus {
  background: #8ec017;
}
.similar-percentage.color-80-plus {
  background: #2cc799;
}
.similar-percentage.color-75-plus {
  background: #2cb7c7;
}
.similar-percentage.color-70-plus {
  background: #2c96c7;
}
.similar-percentage.color-70-minus {
  background: #467ac1;
}
@media (min-width: 480px) {
  .chorder-panel-review-big {
    font-size: 0px;
  }
  .chorder-panel-review-big .chorder-title-big {
    width: 70%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .chorder-panel-review-big .chorder-image-container {
    width: 140px;
    float: left;
  }
  .chorder-panel-review-big .chorder-image-container img {
    margin-left: -10px;
  }
  .chorder-panel-review-big .chorder-group {
    width: auto;
    display: block;
  }
  .chorder-panel-review-big .chorder-big-article-link {
    display: block;
    max-height: 30px;
  }
  .chorder-panel-review-big .star-holder {
    font-size: 15px;
  }
  .chorder-panel-review-big .chorder-article-text {
    margin-right: 0px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .chorder-panel {
    margin-bottom: 20px;
    position: relative;
  }
  .chorder-image-solo {
    width: 539px !important;
  }
  .chorder-panel-medium .chorder-title-big {
    font-size: 26px;
  }
  .chorder-panel-medium .form-group {
    margin-bottom: 20px;
  }
  .chorder-panel-medium .chorder-article-text {
    max-height: 70px;
  }
  .chorder-panel-medium .chorder-group {
    padding: 15px 20px 17px;
  }
  .chorder-panel-medium .icon-download {
    float: right;
  }
  .chorder-panel-medium .image-holder {
    overflow: hidden;
    height: 150px;
  }
  .chorder-panel-medium .image-holder img {
    width: 131%;
    margin-top: -10px;
  }
  .chorder-panel-review-big .chorder-group {
    display: inline-block;
    padding: 11px 22px 8px;
  }
  .chorder-panel-review-big .star-holder {
    font-size: 14px;
  }
  .chorder-panel-review-big .star-holder .icon-star {
    margin-right: 3px;
  }
  .chorder-panel-review-big .chorder-image-holder {
    margin-bottom: -20px;
    margin-left: -70px;
  }
  .chorder-panel-review-big .chorder-article-text {
    display: block;
    margin-bottom: 12px;
  }
  .chorder-panel-review-big .form-group {
    margin-bottom: 20px;
  }
  .chorder-panel-review-big .chorder-image-container {
    float: none;
  }
  .chorder-panel-review-big .chorder-image-container img {
    margin-left: 0px;
  }
  .chorder-panel-review-big .social-nav-link {
    bottom: 15px;
    right: 3px;
  }
  .chorder-article-text {
    padding: 0;
    max-height: none;
    margin-bottom: 5px;
  }
  .chorder-panel-big .chorder-group {
    padding: 15px 20px 13px;
  }
  .chorder-panel-big p.chorder-subtitle {
    display: block;
    margin: 8px 0 9.5px 0px;
  }
  .chorder-panel-big .chorder-article-text {
    margin-bottom: 12px;
  }
  .chorder-panel-big .chorder-image-holder img {
    width: auto;
  }
  .chorder-panel-big .social-nav-link {
    bottom: 11px;
    right: 3px;
  }
  .chorder-panel-big.chorder-single-news.top {
    margin-top: 0px;
  }
  .chorder-panel-big.chorder-single-news .chorder-group {
    width: 49%;
  }
  .chorder-panel-big.chorder-single-news .chorder-group.news-article {
    width: 100%;
  }
  .chorder-panel-big.chorder-single-news .chorder-image-container {
    width: 51%;
  }
  .chorder-panel-big.chorder-single-news .chorder-image-container .chorder-image-holder {
    margin-left: -70px;
  }
}
@media (min-width: 1280px) {
  .chorder-panel-medium .chorder-article-text {
    max-height: none;
  }
  .chorder-panel-medium .chorder-group {
    padding: 14px 17px 3px;
    width: 100%;
  }
  .chorder-panel-medium .image-holder {
    overflow: hidden;
    height: auto;
  }
  .chorder-panel-medium .image-holder img {
    width: 100%;
    margin-top: 0px;
  }
  .chorder-panel-big p.chorder-subtitle {
    margin: 8px 0 20.5px 0px;
  }
  .chorder-panel-big .chorder-group {
    padding: 15px 20px 8px;
  }
  .chorder-panel-big.chorder-single-news .chorder-article-text {
    font-size: 16px;
  }
  .chorder-panel-big.chorder-single-news p.chorder-subtitle {
    font-size: 24px;
  }
  .chorder-panel-big.chorder-single-news .chorder-group {
    width: 43%;
  }
  .chorder-panel-big.chorder-single-news .chorder-title-big {
    font-size: 34px;
  }
  .chorder-panel-big.chorder-single-news .chorder-image-container {
    width: 57%;
  }
  .chorder-panel-big.chorder-single-news .chorder-image-container .chorder-image-holder {
    margin-left: 0px;
    min-height: 399px;
  }
  .chorder-panel-bigpsli.has-image-holder .social-nav-link {
    bottom: 8px;
    right: 0px;
  }
  .chorder-panel-info {
    font-size: 14px;
  }
  .chorder-panel-info .chorder-small-title {
    font-size: 14px;
  }
  .chorder-group {
    padding: 19px 18px 10px;
  }
  .chorder-group .chorder-title-big {
    font-size: 26px;
  }
  .chorder-article-text {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .chorder-panel-review-big .form-group {
    margin-bottom: 15px;
  }
  .chorder-panel-review-big .chorder-article-text {
    max-height: none;
    margin-bottom: 10px;
  }
  .chorder-panel-review-big .chorder-group {
    padding: 19px 18px 3px;
  }
  .chorder-panel-review-big .chorder-image-holder {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .chorder-panel-review-big .icon-star {
    font-size: 16px;
  }
  .chorder-panel-review-big .has-image-holder .social-nav-link {
    bottom: 5px;
  }
}
.chorder-heading {
  height: 47px;
  padding: 9px 6px 20px 12px;
  background: #f5f5f5;
  font-size: 12px;
  border: none;
}
.chorder-heading .view-more-link {
  font-size: 12px;
  padding: 2px;
}
.chorder-heading .chorder-subtitle {
  display: inline-block;
  font-size: 16px;
}
.chorder-heading .icon-upload {
  font-size: 15px;
  margin-left: 5px;
}
.chorder-heading .icon-star-empty {
  margin-right: 10px;
  font-size: 15px;
  color: #888888;
}
.chorder-heading .icon-mail-reply {
  padding-right: 5px;
}
.chorder-heading .select2-container.form-control {
  margin-top: 1px;
  max-width: 134px;
}
.chorder-heading .select2-container.selec2-choice {
  max-width: 134px;
}
.chorder-heading.chorder-heading-top {
  padding: 6px 0px 20px 7px;
}
.heart-like .icon-heart {
  display: none;
}
.heart-like:hover .icon-heart {
  display: inline-block;
  -webkit-transition: color 0.35s linear;
  transition: color 0.35s linear;
}
.heart-like:hover .icon-heart-empty {
  display: none;
}
.chorder-heading-white {
  height: 50px;
  padding: 14px 20px 0;
  background-color: #ffffff;
}
.chorder-heading-white i {
  position: relative;
  top: 1px;
  font-size: 17px;
}
.panel-default > .chorder-heading-gray {
  height: 50px;
  padding: 13px 17px 20px 19px;
  background: #222222;
  color: white;
  border: none;
}
.panel-default > .chorder-heading-gray i {
  top: auto;
  position: static;
  height: auto;
  padding-left: 10px;
}
.chorder-link-text {
  font-weight: 300;
  cursor: pointer;
  font-size: 12px;
}
.panel-default > .chorder-heading-gray-constant {
  height: 50px;
  padding: 13px 17px 20px 19px;
  background: #222222;
  color: white;
  border: none;
}
.panel-default > .chorder-heading-gray-constant i {
  top: auto;
  position: static;
  height: auto;
  padding-left: 10px;
}
.chorder-gray-link {
  color: gray;
  font-size: 14px;
  position: relative;
  top: 1px;
}
@media (min-width: 480px) {
  .chorder-heading .select2-container.form-control {
    max-width: none;
  }
  .chorder-heading .select2-container.selec2-choice {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .chorder-heading {
    height: 48px;
    padding: 12px 10px 20px 12px;
  }
  .chorder-heading .icon-star-empty {
    font-size: 18px;
  }
  .chorder-heading.chorder-heading-top {
    height: 48px;
    padding: 7px 10px 20px 10px;
    margin-right: -1px;
    margin-left: -3px;
  }
  .chorder-heading-white {
    font-size: 13px;
  }
  .panel-default > .chorder-heading-gray {
    height: 40px;
    padding: 8px 15px;
  }
  .panel-default > .chorder-heading-gray-constant .chorder-gray-link span {
    display: inline;
  }
  .panel-default > .chorder-heading-gray-constant .chorder-gray-link .icon-upload {
    display: inline;
  }
  .chorder-gray-link span {
    display: none;
  }
  .chorder-gray-link .icon-upload {
    display: none;
  }
}
@media (min-width: 1280px) {
  .chorder-heading.chorder-heading-top {
    height: 52px;
    padding: 14px 10px 20px 10px;
    margin-right: -1px;
    margin-left: -3px;
  }
  .chorder-heading-white {
    padding: 12px 10px 20px 20px;
  }
  .panel-default > .chorder-heading-gray {
    height: 50px;
    padding: 12px 20px 20px 20px;
  }
  .panel-default > .chorder-heading-gray .chorder-subtitle-white {
    font-size: 18px;
  }
  .panel-default > .chorder-heading-gray .icon-upload {
    font-size: 16px;
    padding-top: 3px;
    display: inline-block;
  }
  .panel-default > .chorder-heading-gray-constant .chorder-gray-link span {
    display: inline;
  }
  .panel-default > .chorder-heading-gray-constant .chorder-gray-link .icon-upload {
    display: inline;
  }
  .chorder-gray-link span {
    display: none;
  }
  .chorder-gray-link .icon-upload {
    display: inline;
  }
  .chorder-link-text {
    font-size: 14px;
  }
}
.panel.panel-title-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.panel.panel-title-block h1 {
  max-width: 180px;
}
.panel.panel-title-block h1 small {
  line-height: 15px;
}
.chorder-subtitle {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  color: #888888;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: lighter;
}
a.chorder-subtitle:hover {
  color: #6f6f6f;
}
.chorder-subtitle-heading {
  margin-bottom: 0px;
  margin-left: -4px;
  padding: 6px;
  height: 35px;
}
.chorder-subtitle-white {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
.chorder-title-block {
  border: none !important;
  margin-bottom: 10px !important;
}
.chorder-title-block-news {
  margin-top: -10px;
}
.panel-title-width {
  display: inline-block;
  width: 77%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chorder-title-big {
  font-size: 23px;
  color: #222222;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 10px !important;
  margin: auto;
  overflow: hidden;
}
.chorder-title-medium {
  font-size: 16px;
  font-weight: 100;
  color: #222222;
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
  margin: auto;
  overflow: hidden;
}
.chorder-title-medium-slide {
  font-size: 12px;
}
@media (min-width: 768px) {
  .chorder-title-block-news.like {
    margin-top: -20px;
  }
  .chorder-title-block-news .chorder-heading {
    padding: 13px 10px 20px 6px;
    height: 52px;
    margin-left: 0px;
  }
  .panel.panel-title-block {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-bottom-width: 1px;
  }
  .panel.panel-title-block h1 {
    max-width: 70%;
  }
  .chorder-title-block {
    margin-bottom: 20px !important;
    margin-right: -10px;
    margin-left: -10px;
  }
  .chorder-title-block.no-margin-r-l {
    margin-right: 0px;
    margin-left: 0px;
  }
  .chorder-title-big {
    font-size: 24px;
    max-height: none;
    overflow: visible;
  }
  .chorder-title-medium {
    font-size: 16px;
    margin-top: 0px !important;
  }
  .chorder-title-medium-slide {
    font-size: 12px;
  }
  .chorder-subtitle {
    font-size: 16px;
    margin-bottom: 9.5px;
  }
  .chorder-subtitle-heading {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 1280px) {
  .chorder-title-medium {
    font-size: 18px;
  }
  .chorder-subtitle-heading {
    padding: 4px;
  }
  .chorder-title-block .chorder-heading {
    padding: 12px 10px 20px 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .chorder-title-block .chorder-heading .icon-star-empty {
    font-size: 17px;
  }
  .chorder-subtitle {
    font-size: 18px;
    text-decoration: none;
  }
}
.alert {
  background-color: #fff;
  border-color: #222222;
  color: #888888;
  font-size: 13px;
}
.alert hr {
  border-top-color: #151515;
}
.alert .alert-link {
  color: #6f6f6f;
}
.alert .title {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}
.alert .title i {
  color: #222222;
  margin-right: 7px;
}
.alert.ui-pnotify-sharp {
  border-radius: 0;
}
.alert-dismissable .close {
  top: -7px;
  right: -26px;
  line-height: 0;
}
.alert-dismissable .close i {
  font-size: 12px;
}
.alert-success {
  background-color: #fff;
  border-color: #aece4e;
  color: #888888;
  font-size: 13px;
}
.alert-success hr {
  border-top-color: #a5c83a;
}
.alert-success .alert-link {
  color: #6f6f6f;
}
.alert-success .title {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}
.alert-success .title i {
  color: #aece4e;
  margin-right: 7px;
}
.alert-info {
  background-color: #fff;
  border-color: #a5c8e5;
  color: #888888;
  font-size: 13px;
}
.alert-info hr {
  border-top-color: #91bcdf;
}
.alert-info .alert-link {
  color: #6f6f6f;
}
.alert-info .title {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}
.alert-info .title i {
  color: #a5c8e5;
  margin-right: 7px;
}
.alert-warning {
  background-color: #fff;
  border-color: #f3a641;
  color: #888888;
  font-size: 13px;
}
.alert-warning hr {
  border-top-color: #f29b29;
}
.alert-warning .alert-link {
  color: #6f6f6f;
}
.alert-warning .title {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}
.alert-warning .title i {
  color: #f3a641;
  margin-right: 7px;
}
.alert-danger {
  background-color: #fff;
  border-color: #ae3232;
  color: #888888;
  font-size: 13px;
}
.alert-danger hr {
  border-top-color: #9a2c2c;
}
.alert-danger .alert-link {
  color: #6f6f6f;
}
.alert-danger .title {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}
.alert-danger .title i {
  color: #ae3232;
  margin-right: 7px;
}
.alert-error {
  background-color: #fff;
  border-color: #ae3232;
  color: #888888;
  font-size: 13px;
}
.alert-error hr {
  border-top-color: #9a2c2c;
}
.alert-error .alert-link {
  color: #6f6f6f;
}
.alert-error .title {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}
.alert-error .title i {
  color: #ae3232;
  margin-right: 7px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f9f9f9;
}
.ios-device .form-control {
  -webkit-appearance: caret;
  -moz-appearance: caret;
  /* mobile firefox too! */
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-top: 0;
  }
  .form-inline .form-control {
    display: inline-block;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-bottom: 5px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-group:last-child {
  margin-bottom: 0;
}
select {
  font-family: sans-serif;
}
.ios-device select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  /* mobile firefox too! */
}
textarea {
  height: auto;
  width: 100%;
  max-width: 100%;
}
textarea.no-resize {
  resize: none;
}
.character-counter,
.field-annotation {
  display: block;
  text-align: right;
  font-size: 13px;
}
.btn:focus {
  outline: 0;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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;
}
.input-group-btn .btn {
  background-color: #f4f4f4;
  border-color: #e3e3e3;
}
.input-group-btn .btn:hover,
.input-group-btn .btn:focus {
  border-color: #e3e3e3;
}
.button-demo .btn,
.button-demo .make-switch {
  margin-top: 5px;
}
.btn-chorder {
  color: #888888;
  background-color: #fafafa;
  border-color: #cccccc;
  padding: 9px 12px;
}
.btn-chorder:hover,
.btn-chorder:focus,
.btn-chorder:active,
.btn-chorder.active,
.open .dropdown-toggle.btn-chorder {
  color: #fff;
  background-color: #ff661b;
  border-color: #ff661b;
}
.btn-chorder:active,
.btn-chorder.active,
.open .dropdown-toggle.btn-chorder {
  background-image: none;
  background-color: #ff661b;
  border-color: #ff661b;
}
.btn-chorder.disabled,
.btn-chorder[disabled],
fieldset[disabled] .btn-chorder,
.btn-chorder.disabled:hover,
.btn-chorder[disabled]:hover,
fieldset[disabled] .btn-chorder:hover,
.btn-chorder.disabled:focus,
.btn-chorder[disabled]:focus,
fieldset[disabled] .btn-chorder:focus,
.btn-chorder.disabled:active,
.btn-chorder[disabled]:active,
fieldset[disabled] .btn-chorder:active,
.btn-chorder.disabled.active,
.btn-chorder[disabled].active,
fieldset[disabled] .btn-chorder.active {
  background-color: #f9f9f9;
  border-color: #ebebeb;
  color: #cccccc;
}
@media (min-width: 1280px) {
  .btn-chorder {
    padding: 4px 12px;
  }
}
.input-group .btn-chorder.btn-sm {
  padding: 5px 12px;
  border-left: none;
}
.btn-chorder.btn-lg {
  padding: 14.5px 21px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-search {
  color: #ffffff;
  background-color: #84ba0d;
  border-color: #cccccc;
  padding: 9px 12px;
  border-color: #84ba0d;
  border-radius: 2px;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
  color: #fff;
  background-color: #628a0a;
  border-color: #628a0a;
}
.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
  background-image: none;
  background-color: #628a0a;
  border-color: #628a0a;
}
.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active {
  background-color: #f9f9f9;
  border-color: #ebebeb;
  color: #cccccc;
}
@media (min-width: 1280px) {
  .btn-search {
    padding: 4px 12px;
  }
}
.input-group .btn-search.btn-sm {
  padding: 5px 12px;
  border-left: none;
}
.btn-search.btn-lg {
  padding: 14.5px 21px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 3px;
}
.chorder-show-more-single {
  text-align: center;
  height: 50px;
  background-color: #fff;
  margin-bottom: 10px;
  border-color: #e5e5e5;
  display: block;
  width: 100%;
  color: #3699d2;
  padding: 14px;
  cursor: pointer;
}
.chorder-show-more-single:hover {
  background-color: #f5f5f5;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.chorder-show-more-single span {
  font-family: 'Roboto Condensed', sans-serif;
}
.chorder-show-more-single .icon-download {
  padding-right: 5px;
}
@media (min-width: 768px) {
  .chorder-show-more-single {
    display: none;
  }
}
.breadcrumb {
  position: relative;
  padding: 10px 0 0;
  padding-left: 37px;
  margin: 0;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
}
.breadcrumb a {
  display: inline-block;
  position: relative;
  top: 2px;
  color: #888888;
  font-weight: lighter;
  font-size: 16px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb a i {
  font-size: 20px;
}
.breadcrumb a .icon-home {
  font-size: 16px;
}
.breadcrumb > li {
  position: relative;
  display: inline-block;
  z-index: 1001;
  white-space: nowrap;
}
.breadcrumb > li.home {
  position: absolute;
  top: 10px;
  left: 19px;
}
.breadcrumb > li + li:before {
  position: relative;
  content: "\f054\00a0";
  top: -4px;
  padding: 0 4px;
  font-family: FontAwesome;
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-smoothing-font: antialiased;
}
.lt-ie9 .breadcrumb > li + li:before {
  position: static;
  top: auto;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 8px 0 14px;
    padding-left: 40px;
  }
  .breadcrumb > li.home {
    top: 8px;
    left: 20px;
  }
  .breadcrumb a {
    top: 3px;
    font-size: 18px;
    max-width: none;
  }
  .breadcrumb a .icon-home {
    font-size: 18px;
  }
}
.dropdown-menu {
  background: #333333;
  min-width: 165px;
  margin: 0;
  padding: 7px 0;
  border: none;
  border-radius: 0;
  display: none;
}
.opacity .dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.1s, max-height 0s 0.5s;
  transition: opacity 0.1s, max-height 0s 0.5s;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.pull-right.dropdown-menu-arrow:after {
  right: 20%;
}
.dropdown-menu.dropdown-menu-arrow {
  margin-top: 12px;
}
.dropdown-menu.dropdown-menu-arrow:after,
.dropdown-menu.dropdown-menu-arrow:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  content: " ";
  right: 80%;
  margin-right: -8px;
  border-top-width: 0;
  border-bottom-color: #333333;
  top: -8px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #222222;
}
.dropdown-menu > li > a {
  padding: 2px 20px;
  color: #888888;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.open > .dropdown-menu {
  display: block;
}
.opacity .open > .dropdown-menu {
  max-height: 1000px;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #5fa2db;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #5fa2db;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cccccc;
}
.tooltip {
  font-size: 15px;
  line-height: 34px;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  padding: 0 13px;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.progress,
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress {
  height: 25px;
  margin-bottom: 10px;
}
.progress-thin {
  height: 5px;
}
.nav-tabs {
  background-color: #fff;
  border-bottom-color: transparent;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #888888;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.nav-tabs > li > a:hover {
  color: #666666;
  background-color: #fff;
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -3px 0 0 #ff651c;
  box-shadow: inset 0 -3px 0 0 #ff651c;
}
.modal-open {
  position: fixed;
  max-width: 100%;
}
.modal-open .chorder-container {
  left: -8px;
}
.modal-open .chorder-comerc-2 {
  right: 17px;
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
}
.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.modal-body {
  background-color: #fbfbfb;
  padding: 20px;
}
.modal-body.responsive {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.modal-body.responsive.right {
  border-bottom: none;
}
.modal-body.responsive .modal-title {
  padding-bottom: 10px;
}
.modal-body.responsive .input-lg {
  margin-bottom: 15px;
}
.modal-body .alert-error {
  font-size: 19px;
}
.modal-body .alert-success {
  font-size: 19px;
}
.modal-body.modal-terms {
  max-height: 600px;
  overflow: auto;
}
.modal-body .modal-text-link {
  display: block;
  color: #3699d2;
  padding-bottom: 7px;
  padding-left: 4px;
}
.modal-body .modal-text-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.modal-body .modal-input-form {
  margin-bottom: 15px;
}
.modal-body .terms-of-service-modal {
  display: inline;
}
.modal-title i {
  position: relative;
  top: -1px;
  display: block;
  float: left;
  height: 30px;
  margin: 0;
  margin-right: 10px;
  font-size: 24px;
}
.modal-footer {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  }
  .modal-body.responsive {
    width: 39%;
    text-align: left;
    border-bottom: none;
  }
  .modal-body.responsive.right {
    width: 59%;
    border-left: 1px solid #e5e5e5;
  }
}
#edit-account .user-profile-photo {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2px;
}
#edit-account .user-profile-photo img {
  height: 50px;
  width: 50px;
  border-radius: 7%;
  margin: -7px 0px 15px 0px;
}
.modal-tab {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
}
.modal-button {
  background: none;
  border: none;
  color: #888888;
  padding: 20px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}
.modal-button.active,
.modal-button:hover {
  -webkit-transition: 0.1 all linear;
  transition: 0.1 all linear;
  color: #333333;
  background-color: #f5f5f5;
  border-bottom: 2px solid #ff651c;
}
.modal-button + .modal-button:before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 18px;
  width: 1px;
  background: #888888;
  margin: 2px 0px 0px -22px;
}
.modal-button:focus {
  outline: 0;
}
.modal-current-tab {
  display: none;
}
.modal-current-tab.active {
  display: block;
}
.modal-current-tab .post-notification {
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
}
.modal-current-tab.blink .post-notification {
  background: #E6E6E6;
}
.modal-body .panel-heading {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-body .panel-heading:hover {
  background: #f5f5f5;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.modal-body .panel-heading .chorder-title-medium {
  color: #3699d2;
}
.modal-body .panel-heading .chorder-title-medium:hover {
  color: #277dae;
}
.modal-body .panel-heading .panel-title-width {
  width: 100%;
}
.modal-body .chorder-title-medium .panel-title-width {
  width: 95%;
}
.modal-body .chorder-title-medium img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}
.modal-body .chorder-title-medium .date {
  color: #999999;
  font-size: 14px;
}
.modal-body .post-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1001;
  padding: 4px 10px;
  color: #000000;
  opacity: 0.2;
  background: none;
  border: none;
}
.modal-body .post-remove:hover {
  opacity: 0.5;
  -webkit-transition: all 0.1 linear;
  transition: all 0.1 linear;
}
.modal-body .post-remove:focus {
  outline: 0;
}
.modal-body.modal-no-padding {
  padding: 0px;
}
.pagination {
  display: none;
  padding-left: 0;
  margin: 0 0 15px;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  font-family: 'Roboto Condensed', sans-serif;
}
.pagination li + li:before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 28px;
  width: 1px;
  background: #ddd;
  margin: 12px 0px 0px -1px;
}
.pagination li.active:before {
  background: transparent;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 14.5px 10px;
  text-align: center;
  width: 50px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  border-color: #eeeeee transparent;
  margin-left: 0;
  color: #888888;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.pagination > li [class*="calculate-pag-"] {
  width: auto;
  padding: 14.5px 20px;
}
.pagination > li .calculate-pag-size-left {
  text-align: right;
}
.pagination > li .calculate-pag-size-right {
  text-align: left;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-color: transparent;
  margin-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 3px 0 0 #ff884f;
  box-shadow: inset 0 3px 0 0 #ff884f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #eeeeee;
  border: none;
  border-color: #eeeeee transparent;
  cursor: default;
  -webkit-box-shadow: inset 0 3px 0 0 #ff651c;
  box-shadow: inset 0 3px 0 0 #ff651c;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border-color: transparent;
  cursor: not-allowed;
  -webkit-box-shadow: inset 0 4px 0 0 transparent;
  box-shadow: inset 0 4px 0 0 transparent;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14.5px 21px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .pagination {
    display: block;
  }
  .pagination:before,
  .pagination:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .pagination:after {
    clear: both;
  }
}
.upper-alpha {
  list-style: upper-alpha;
}
.upper-roman {
  list-style: upper-roman;
}
.decimal-leading-zero {
  list-style: decimal-leading-zero;
}
.lower-alpha {
  list-style: lower-alpha;
}
.image-icons-list {
  -webkit-padding-start: 0;
  list-style: none;
  margin-left: 0;
}
.image-icons-list li {
  background: url('../images/list-icon.png') no-repeat 0 0;
  padding: 0 0 0 25px;
}
.font-icons-list {
  list-style: none;
  margin-left: 0;
  -webkit-padding-start: 0;
}
.font-icons-list li {
  padding: 0 0 0 10px;
}
.font-icons-list li:before {
  position: relative;
  top: 0;
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal;
  color: #758f27;
  content: '\F0A9';
  font-size: 12px;
  margin-right: 8px;
}
.inline-font-icons-list {
  list-style: none;
  margin-left: 0;
  -webkit-padding-start: 0;
}
.inline-font-icons-list li {
  padding: 0 0 0 10px;
}
.inline-font-icons-list li i {
  margin-top: 1px;
  margin-right: 8px;
  font-size: 12px;
  text-align: center;
}
.text-overflow-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
label,
small,
.section-title {
  font-weight: lighter;
}
label i,
small i,
.section-title i {
  position: relative;
  top: 1px;
  margin-left: 5px;
  color: #cccccc;
  font-size: 15px;
}
.section-title {
  margin: 0 0 30.5px;
  border-bottom: 1px solid #eeeeee;
}
.section-title i {
  top: -1px;
}
.font-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.no-touch .touch-text {
  display: none;
}
.touch .no-touch-text {
  display: none;
}
a {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav ul,
nav li {
  margin: 0;
  padding: 0;
  outline: 0;
}
.display-table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.color-transition {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.full-transition {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.styled-scrollbar::-webkit-scrollbar {
  width: 0.3em;
  background-color: #fbfbfb;
}
.styled-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ff651c;
  border-radius: 0;
}
.styled-scrollbar::-webkit-scrollbar-track {
  background-color: none;
}
b,
i {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.no-touch a.link:hover img {
  opacity: 0.9;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.no-touch a.link:hover h1,
.no-touch a.link:hover h2,
.no-touch a.link:hover h3,
.no-touch a.link:hover h4,
.no-touch a.link:hover h5,
.no-touch a.link:hover p {
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.no-touch a.link:hover small,
.no-touch a.link:hover span {
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.no-touch a.link:hover small .icon-upload,
.no-touch a.link:hover span .icon-upload {
  text-decoration: none;
}
.no-touch a.chorder-link-text:hover {
  text-decoration: underline;
}
.chorder-dotted-element {
  border-bottom: 1px dotted #e5e5e5;
}
.chorder-dotted-line {
  border-bottom: 1px dotted #e5e5e5;
  margin: 0px -20px 10px -20px;
}
.chorder-dotted-line:last-child {
  border-color: transparent;
  margin-bottom: 50px !important;
}
.border-none {
  border: none !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.chorder-tablet-mode {
  display: none;
}
.no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.readonly-stars-demo .icon-star,
.readonly-stars-demo .icon-star-half-empty {
  color: #ffa61b;
}
.readonly-stars-demo .icon-star.dimmed,
.readonly-stars-demo .icon-star-half-empty.dimmed {
  color: #cccccc;
}
.chorder-image-container {
  display: inline-block;
  width: 10%;
  height: 100%;
  overflow: hidden;
}
.star-holder {
  display: inline-block;
  margin-bottom: 14px;
  width: 85px;
}
.social-container-menu {
  display: none;
}
@media (max-width: 767px) {
  .chorder-image-reset {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .chorder-dotted-line {
    margin-bottom: 20px;
  }
  .chorder-group img {
    max-width: 100%;
    height: auto;
  }
  .has-image-holder {
    font-size: 0px;
  }
  .has-image-holder .chorder-image-container {
    width: 31%;
  }
  .has-image-holder .chorder-group {
    width: 69%;
  }
  .chorder-image-holder {
    width: 100%;
    display: block;
    margin-bottom: -20px;
  }
  .star-holder {
    width: auto;
  }
  .chorder-subsection {
    border: 0;
    margin-bottom: 0px;
  }
  .chorder-tablet-mode {
    display: inline-block;
  }
  .chorder-tablet-mode.tablet-mode-block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .has-image-holder .chorder-image-container {
    width: 32%;
  }
  .has-image-holder .chorder-group {
    width: 67%;
  }
  .chorder-image-holder {
    margin-bottom: 0px;
  }
}
.error-page {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
}
.error-page .wrapper {
  margin: 0 auto;
}
.reported {
  color: orange;
}
.warning {
  color: #ae3232;
}
.verify-img-loaded img {
  visibility: hidden;
}
@media (min-width: 768px) {
  nav.main-menu {
    position: relative;
    top: -42px;
    left: 137px;
    right: 0;
    max-height: 0px;
    padding: 0px 10px;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transform: translateZ(0) scale(1, 1);
    background: transparent;
    z-index: 1000;
    margin-bottom: 20px;
  }
  nav.main-menu .horizontal-line + .horizontal-line:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 18px;
    width: 1px;
    background: #888888;
    margin: 15px 0px 0px -2px;
  }
  nav.main-menu .chorder-choose-language-menu {
    display: none;
  }
  nav.main-menu .chorder-social-network-menu {
    display: none;
  }
  nav.main-menu .chorder-mobile-search-menu {
    position: absolute;
    right: 230px;
    top: -4px;
    z-index: 1100;
  }
  nav.main-menu .chorder-mobile-search-menu form {
    overflow: hidden;
  }
  nav.main-menu .chorder-mobile-search-menu li {
    display: none;
  }
  nav.main-menu .chorder-mobile-search-menu li.li-search {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .no-touch nav.main-menu .chorder-mobile-search-menu li.li-search:hover .icon-search {
    opacity: 0.8;
  }
  nav.main-menu .chorder-mobile-search-menu .mobile-button-remove {
    display: inline-block;
    position: absolute;
    left: -21px;
    top: 1px;
    color: transparent;
    background-color: transparent;
    width: 27px;
    height: 27px;
    opacity: 0;
    cursor: pointer;
  }
  nav.main-menu .chorder-mobile-search-menu .mobile-button-search {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -20px;
    height: 25px;
    width: 25px;
    padding-left: 7px;
    padding-top: 2px;
    font-size: 16px;
    color: #cccccc;
    cursor: pointer;
    -webkit-transition: left 0.1s;
    transition: left 0.1s;
  }
  .no-touch nav.main-menu .chorder-mobile-search-menu .mobile-button-search:hover .icon-search {
    color: #BBBBBB;
  }
  nav.main-menu .chorder-mobile-search-menu .icon-remove {
    color: transparent;
    font-size: 16px;
  }
  nav.main-menu .chorder-mobile-search-menu .icon-search {
    color: #666666;
    font-size: 16px;
  }
  nav.main-menu .chorder-mobile-search-menu .mobile-input-search {
    display: inline-block;
    width: 0px;
    height: 30px;
    border: 0px solid;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    -webkit-transition: padding 0.5s, width 0.5s, opacity 0.1s 0.2s, border-color 0.2s 0.4s;
    transition: padding 0.5s, width 0.5s, opacity 0.1s 0.2s, border-color 0.2s 0.4s;
  }
  nav.main-menu .chorder-mobile-search-menu .mobile-input-search::-ms-clear {
    display: none;
  }
  nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .mobile-input-search {
    width: 250px;
    padding: 0px 25px 0px 35px;
  }
  nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .mobile-input-search::-ms-clear {
    display: none;
  }
  nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .icon-search {
    color: #888888;
  }
  nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .mobile-button-search {
    left: 0px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .icon-remove {
    color: #888888;
  }
  nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .mobile-button-remove {
    left: 219px;
    width: 30px;
    height: 27px;
    padding-left: 10px;
    padding-top: 3px;
    opacity: 1;
    -webkit-transition: opacity 0.85s;
    transition: opacity 0.85s;
  }
  .no-touch nav.main-menu .chorder-mobile-search-menu.chorder-search-expanded .mobile-button-remove:hover .icon-remove {
    color: #BBBBBB;
  }
  nav.main-menu .chorder-search-shadow {
    background-color: #222222;
    /* Needed for IEs */
    -moz-box-shadow: -30px 0px 15px rgba(34, 34, 34, 0.9);
    -webkit-box-shadow: -30px 0px 15px rgba(34, 34, 34, 0.9);
    box-shadow: -30px 0px 15px rgba(34, 34, 34, 0.9);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
  }
  nav.main-menu .chorder-dropmenu {
    width: 500px;
  }
  nav.main-menu .icon-angle-right {
    display: none;
  }
  nav.main-menu .icon-angle-down {
    display: none;
  }
  nav.main-menu > ul.chorder-dropmenu.logout {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  nav.main-menu > ul.chorder-dropmenu > li:after {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    right: -40%;
    border-top-width: 0;
    border-bottom-color: transparent;
    top: 13px;
  }
  .no-touch nav.main-menu > ul.chorder-dropmenu > li:hover > a,
  nav.main-menu > ul.chorder-dropmenu > li.active > a {
    color: white;
  }
  nav.main-menu > ul.chorder-dropmenu > li.active:after {
    border-bottom-color: white;
  }
  nav.main-menu li {
    display: inline-block;
    margin-right: 15px;
  }
  nav.main-menu li > a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #888888;
  }
  nav.main-menu li ul {
    position: absolute;
    display: inline-block;
    background: white;
    top: 42px;
    left: -137px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: width 0s 0.05s linear;
    transition: width 0s 0.05s linear;
  }
  nav.main-menu li li {
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin: 0;
    max-height: 51px;
  }
  nav.main-menu li li > a {
    height: 49px;
    color: #888888;
    padding: 0 20px;
    border-collapse: collapse;
    border-spacing: 0;
    display: table-cell;
    vertical-align: middle;
  }
  nav.main-menu li li > a.active {
    color: #333333;
  }
  nav.main-menu li li .subnav-text {
    display: table-cell;
    vertical-align: middle;
    font-weight: lighter;
    font-size: 14px;
  }
  .no-touch nav.main-menu li li:hover,
  nav.main-menu li li.active {
    border-bottom: 2px solid #ff651c;
    background-color: #f5f5f5;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .no-touch nav.main-menu li li:hover a,
  nav.main-menu li li.active a {
    color: #333333;
  }
  .no-touch nav.main-menu li li:hover a {
    color: #333333;
  }
  nav.main-menu li.has-subnav .nav-text {
    width: 170px;
  }
  nav.main-menu li .no-touch,
  nav.main-menu li.active ul {
    width: 100%;
    max-height: 51px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  }
  nav.main-menu .nav-text {
    position: relative;
    left: -1px;
    vertical-align: middle;
    width: 190px;
    font-weight: lighter;
  }
  nav.main-menu.main-user-menu {
    position: absolute;
    z-index: 1002;
    max-height: 0;
    background-color: white;
    margin: 0 auto;
    padding: 0;
  }
  nav.main-menu.main-user-menu ul {
    position: absolute;
    right: 4px;
    top: 101px;
  }
  nav.main-menu.main-user-menu .chorder-mobile-user-login-menu {
    display: table;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  nav.main-menu.main-user-menu .chorder-mobile-user-login-menu .nav-text {
    font-size: 14px;
  }
  nav.main-menu.main-user-menu .chorder-mobile-user-login-menu .profile-name {
    font-size: 18px;
  }
  nav.main-menu.main-user-menu li {
    display: table-row;
    border-width: 0 0 0px;
    background-color: white;
    width: 297px;
    height: 25px;
  }
  nav.main-menu.main-user-menu li a {
    width: 100%;
    height: 23px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #3699d2;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
  }
  nav.main-menu.main-user-menu li a i {
    margin-right: 10px;
    margin-left: 20px;
  }
  .no-touch nav.main-menu.main-user-menu li a:hover {
    color: #226e99;
  }
  nav.main-menu.main-user-menu li a.first {
    margin-top: 10px;
  }
  nav.main-menu.main-user-menu li a.last {
    margin-bottom: 10px;
  }
  nav.main-menu.main-user-menu li a.profile-name {
    color: #222222;
  }
  .no-touch nav.main-menu.main-user-menu li a.profile-name:hover {
    opacity: 0.5;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  nav.main-menu.main-user-menu li a.profile-email {
    color: #999999;
  }
  .no-touch nav.main-menu.main-user-menu li a.profile-email:hover {
    color: black;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  nav.main-menu.main-user-menu li .icon-remove {
    display: block;
    position: absolute;
    right: 14px;
    top: 13px;
    cursor: pointer;
  }
  .no-touch nav.main-menu.main-user-menu li .icon-remove:hover {
    color: #AAA;
  }
  nav.main-menu.main-user-menu .has-bottom-border {
    border-bottom: 1px solid #ececec;
    display: block;
    margin: 0;
    padding-right: 20px;
    height: 93px;
  }
  nav.main-menu.main-user-menu .has-bottom-border:after {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    left: 99%;
    bottom: 96px;
    border-top-width: 0;
    border-bottom-color: white;
  }
  nav.main-menu.main-user-menu.expanded .chorder-mobile-user-login-menu {
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-box-shadow: 0px 0px 5px #999999;
    /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 5px #999999;
    /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
  }
  nav.main-menu.main-user-menu .profile-info-holder {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
  }
  nav.main-menu.main-user-menu .profile-info-holder .nav-text {
    display: table-row;
    color: #999999;
    width: auto;
  }
  nav.main-menu.main-user-menu .profile-info-holder .profile-name {
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    height: 20px;
  }
  nav.main-menu.main-user-menu .profile-info-holder .profile-email {
    height: 20px;
  }
  nav.main-menu.main-user-menu .user-profile-photo {
    padding: 20px 0px 20px 20px;
  }
  nav.main-menu.main-user-menu .user-profile-photo img {
    height: 50px;
    width: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2px;
    border-radius: 7%;
  }
  nav.main-menu.guitar-menu {
    position: static;
    top: 0;
    left: 0;
    max-height: none;
    padding: 0px;
  }
  nav.main-menu.guitar-menu .nav-text {
    font-size: 16px;
  }
  nav.main-menu.guitar-menu > ul > li {
    border: 1px solid #e5e5e5;
    background: white;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    margin-right: 0px;
  }
  nav.main-menu.guitar-menu > ul > li > a {
    display: block;
    padding: 6px 0px 4px 20px;
    height: 40px;
    color: #222;
    border-bottom: 1px dotted #c7c7c7;
  }
  .no-touch nav.main-menu.guitar-menu > ul > li > a:hover {
    cursor: default;
  }
  nav.main-menu.guitar-menu > ul > li.has-subnav {
    margin-bottom: 20px;
  }
  nav.main-menu.guitar-menu > ul > li.can-expand {
    overflow: hidden;
  }
  nav.main-menu.guitar-menu > ul > li.can-expand.expanded ul {
    max-height: 2500px;
    border: none;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
  }
  nav.main-menu.guitar-menu > ul > li.can-expand.expanded ul .chorder-dotted-element {
    border: none;
  }
  nav.main-menu.guitar-menu > ul > li.can-expand.expanded .chorder-show-more {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  nav.main-menu.guitar-menu > ul > li.can-expand ul {
    max-height: 280px;
  }
  nav.main-menu.guitar-menu li {
    display: block;
  }
  nav.main-menu.guitar-menu li li {
    display: block;
    border-bottom: transparent;
  }
  nav.main-menu.guitar-menu li li .subnav-text {
    display: block;
  }
  nav.main-menu.guitar-menu li li a {
    height: auto;
    padding: 0px;
    padding-left: 20px;
    max-width: 90%;
    font-size: 14px;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .no-touch nav.main-menu.guitar-menu li li:hover {
    border-bottom: transparent;
    background: transparent;
  }
  nav.main-menu.guitar-menu li ul {
    position: static;
    display: block;
    top: 0;
    left: 0;
    max-height: none;
    padding: 10px 0px;
  }
  nav.main-menu.guitar-menu .guitar-logo {
    padding: 20px 0px;
    text-align: center;
    margin-bottom: -5px;
  }
  nav.main-menu.guitar-menu .guitar-logo img {
    max-width: 190px;
  }
  nav.main-menu.guitar-menu .custom-shop-electric-gutiars {
    padding: 12px 0px 4px 20px;
    height: 40px;
    border-top: 1px dotted #c7c7c7;
    margin-top: 10px;
  }
  nav.main-menu.guitar-menu .custom-shop-electric-gutiars a {
    padding-left: 0px;
    cursor: default;
    color: #888888;
  }
}
@media (min-width: 1280px) {
  nav.main-menu.guitar-menu .guitar-logo img {
    max-width: none;
  }
  nav.main-menu.guitar-menu .nav-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  nav.main-menu {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    background-color: #f5f5f5;
    z-index: 1000;
  }
  nav.main-menu .chorder-choose-language-menu {
    display: block;
  }
  nav.main-menu .chorder-mobile-user-login-menu {
    display: block;
  }
  nav.main-menu .chorder-mobile-user-login-menu .icon-remove {
    display: none;
  }
  nav.main-menu .chorder-mobile-user-login-menu .profile-info-holder {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  nav.main-menu .chorder-mobile-user-login-menu .profile-info-holder .nav-text {
    display: table-row;
    color: #999999;
  }
  nav.main-menu .chorder-mobile-user-login-menu .profile-info-holder .profile-name {
    font-size: 24px;
    color: #222222;
    font-weight: 300;
    height: 30px;
  }
  .no-touch nav.main-menu .chorder-mobile-user-login-menu .profile-info-holder .profile-name:hover {
    opacity: 0.5;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  nav.main-menu .chorder-mobile-user-login-menu .profile-info-holder .profile-email {
    height: 30px;
  }
  .no-touch nav.main-menu .chorder-mobile-user-login-menu .profile-info-holder .profile-email:hover {
    color: black;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  nav.main-menu .chorder-mobile-user-login-menu .user-profile-photo {
    display: table-cell;
    padding: 20px 0px 20px 20px;
  }
  nav.main-menu .chorder-mobile-user-login-menu .user-profile-photo img {
    height: 80px;
    width: 80px;
    margin-left: 2px;
    border-radius: 12%;
  }
  nav.main-menu .chorder-mobile-user-login-menu i {
    width: 40px;
    padding-left: 20px;
    padding-right: 15px;
  }
  nav.main-menu .chorder-mobile-user-login-menu .nav-text {
    padding-left: 0px;
    margin-left: -5px;
  }
  nav.main-menu .chorder-social-network-menu {
    display: block;
  }
  nav.main-menu .chorder-social-network-menu .social-icon-container {
    width: 25px;
    height: 25px;
    padding-left: 17px;
    padding-top: 17px;
    display: table-cell;
  }
  nav.main-menu .chorder-social-network-menu i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: block;
  }
  nav.main-menu .chorder-border-right-menu > li {
    border-right: 3px solid transparent;
  }
  .no-touch nav.main-menu .chorder-border-right-menu > li:hover {
    border-right: 3px solid #ff651c;
    background-color: #f5f5f5;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  nav.main-menu .chorder-mobile-search-menu {
    display: block;
  }
  nav.main-menu .chorder-mobile-search-menu *:focus {
    outline: none;
  }
  nav.main-menu .chorder-mobile-search-menu .li-search {
    padding: 20px;
    border-right: 3px solid transparent;
  }
  .no-touch nav.main-menu .chorder-mobile-search-menu .li-search:hover {
    background-color: #fff;
    border-right: 3px solid transparent;
  }
  nav.main-menu .chorder-mobile-search-menu .search {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .no-touch nav.main-menu .chorder-mobile-search-menu .search:hover i {
    color: #333333;
  }
  nav.main-menu .chorder-mobile-search-menu .nav-text {
    color: #3699d2;
  }
  .no-touch nav.main-menu .chorder-mobile-search-menu .nav-text:hover {
    color: #226e99 !important;
  }
  nav.main-menu .chorder-mobile-search-menu form {
    position: relative;
  }
  nav.main-menu .chorder-mobile-search-menu i {
    color: #cccccc;
  }
  nav.main-menu .mobile-input-search {
    height: 40px;
    width: 100%;
    padding: 0px 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  nav.main-menu .mobile-input-search::-ms-clear {
    display: none;
  }
  nav.main-menu .mobile-button-search {
    left: 0;
    cursor: pointer;
  }
  nav.main-menu .mobile-button-remove {
    right: 0;
    cursor: pointer;
  }
  nav.main-menu .chorder-dropmenu {
    width: auto;
  }
  nav.main-menu .icon-angle-right {
    display: table-cell;
  }
  nav.main-menu .icon-angle-down {
    display: table-cell;
  }
  nav.main-menu > ul {
    margin: 10px;
  }
  nav.main-menu > ul > li {
    border: 1px solid #ececec;
    border-width: 0 0 1px;
    background-color: white;
  }
  nav.main-menu > ul > li a {
    height: 60px;
  }
  nav.main-menu > ul > li.has-subnav {
    background-color: white;
    border-right-color: transparent;
  }
  .no-touch nav.main-menu > ul > li.has-subnav:hover {
    border-right-color: transparent;
    background-color: white;
  }
  .no-touch nav.main-menu > ul > li:hover > a {
    color: #333333;
    background-color: white;
  }
  .no-touch nav.main-menu > ul > li:hover > a .icon-angle-down {
    display: table-cell;
    color: #333333;
  }
  .no-touch nav.main-menu > ul > li:hover > a .nav-border-right {
    color: #333333;
  }
  .no-touch nav.main-menu > ul > li:hover > a .icon-angle-right {
    display: none;
  }
  .touch nav.main-menu > ul > li.mob-active > a {
    color: #333333;
  }
  .touch nav.main-menu > ul > li.mob-active > a .icon-angle-down {
    display: table-cell;
    color: #333333;
  }
  .touch nav.main-menu > ul > li.mob-active > a .nav-border-right {
    color: #333333;
  }
  .touch nav.main-menu > ul > li.mob-active > a .icon-angle-right {
    display: none;
  }
  nav.main-menu li {
    display: block;
    width: 100%;
  }
  nav.main-menu li > a {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  nav.main-menu li ul {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
  }
  nav.main-menu li ul > li {
    border: 1px dotted #c7c7c7;
    border-width: 1px 0 0;
    background-color: #fafafa;
  }
  nav.main-menu li li {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-right: 3px solid transparent;
  }
  .no-touch nav.main-menu li li:hover,
  nav.main-menu li li.mob-active {
    border-right: 3px solid #ff651c;
    background-color: #f5f5f5;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  nav.main-menu li li > a {
    width: 100%;
    height: 60px;
    color: #999999;
  }
  .no-touch nav.main-menu li li > a:hover {
    color: #333333;
  }
  nav.main-menu li li .subnav-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    font-weight: lighter;
    font-size: 14px;
  }
  .no-touch nav.main-menu li:hover ul {
    max-height: 1300px;
  }
  nav.main-menu li.mob-active ul {
    max-height: 1300px;
  }
  nav.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
  nav.main-menu .nav-icon.icon-home {
    font-size: 20px;
  }
  nav.main-menu .nav-text {
    position: relative;
    padding-left: 18px;
    display: table-cell;
    vertical-align: middle;
    min-width: 70px;
    font-weight: lighter;
    font-size: 14px;
  }
  nav.main-menu .nav-border-right {
    height: 50px;
    width: 1px;
    background-color: #ececec;
    float: right;
    margin-top: 5px;
  }
  nav.main-menu .icon-angle-right {
    display: table-cell;
    width: 50px;
    height: 60px;
    color: #cbcbcb;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  nav.main-menu .icon-angle-down {
    display: none;
    width: 50px;
    height: 60px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  nav.main-menu .icon-facebook {
    color: white;
    background-color: #3B5998;
    padding: 5px;
  }
  nav.main-menu .icon-twitter {
    color: white;
    background-color: #4099FF;
    padding: 5px;
  }
  nav.main-menu .icon-envelope-alt {
    color: white;
    background-color: gray;
    padding: 5px;
  }
  nav.main-menu .icon-rss {
    color: white;
    background-color: orange;
    padding: 5px;
  }
  nav.main-menu.expanded {
    max-height: 1500px;
    overflow: visible;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0;
    outline: 0;
  }
  nav.main-menu.guitar-menu {
    max-height: 1500px;
    overflow: visible;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0;
    outline: 0;
  }
  nav.main-menu.guitar-menu .guitar-logo {
    padding: 20px;
    text-align: center;
  }
  .no-touch nav.main-menu.guitar-menu .guitar-logo:hover {
    background: white;
    border-right: 3px solid transparent;
  }
  nav.main-menu.guitar-menu > ul {
    margin: 0;
    margin-bottom: 10px;
  }
  nav.main-menu.guitar-menu .custom-shop-electric-gutiars {
    display: none;
  }
  nav.main-menu.guitar-menu ul > li.can-expand .chorder-show-more {
    display: none;
  }
  .box_shadow {
    -webkit-box-shadow: 0px 0px 5px #999999;
    /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 5px #999999;
    /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
  }
}
.custom-shop-electric-guitars-first {
  padding: 2px 0 7px !important;
}
.custom-shop-electric-gutiars-single {
  border-top: 1px dotted #c7c7c7 !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}
.user-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
  background-color: #222222;
  -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
}
.user-menu .user-menu-wrapper {
  float: right;
  margin-right: 10px;
  height: 55px;
}
.user-menu .chorder-tablet-mode {
  display: none;
}
.user-menu .chorder-search {
  display: none;
  z-index: 1001;
}
.user-menu .icon-caret-right {
  display: inline;
}
.user-menu .chorder-logo {
  margin-top: -3px;
  margin-left: 2px;
  padding: 20px;
}
.user-menu .home-link {
  position: relative;
  right: 60px;
  padding: 0;
}
.user-menu .user-menu-wrapper-text {
  font-size: 15px;
  font-weight: lighter;
  color: #8a8a8a;
}
.user-menu i {
  display: table-cell;
  font-size: 20px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.user-menu .login {
  color: #666666;
}
.user-menu .login.go-to {
  position: absolute;
  right: 25px;
  top: 4px;
}
.no-touch .user-menu .login.go-to:hover {
  color: white;
}
.user-menu .login.active .user-menu-wrapper-text {
  color: white;
}
.user-menu .login .icon-ellipsis-vertical {
  display: none;
}
.user-menu .login .user-profile-photo {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 7%;
}
.user-menu .login .user-profile-photo img {
  height: 30px;
  width: 30px;
  border-radius: 7%;
  margin: 0;
}
.user-menu > section > a {
  position: relative;
  float: left;
  padding: 15px 1px 13px;
}
.user-menu > section > a i {
  width: 59px;
  height: 30px;
  font-size: 12px;
  padding-left: 7px;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.user-menu > section > a span {
  font-size: 16px;
}
.user-menu .menu-counter {
  position: absolute;
  top: -2px;
  left: 15px;
  width: 30px;
  height: 21px;
  background-color: #ff651c;
  border-radius: 0 0 3px 3px;
  color: #fff;
  text-align: center;
}
.user-menu .main-menu-access {
  position: relative;
  float: left;
  padding: 15px 21px;
  color: #666666;
  height: 58px;
  max-height: 59px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.user-menu .main-menu-access i {
  font-size: 21px;
  width: 30px;
}
.user-menu .main-menu-access.active {
  background: #333333;
}
.user-menu .main-menu-access.active i {
  color: #fff;
}
.user-menu .panel {
  position: absolute;
  display: block;
  top: 58px;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.user-menu .panel .arrow,
.user-menu .panel .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  content: " ";
}
.user-menu .panel .arrow.user-menu-arrow {
  border-width: 8px;
  right: 50%;
  margin-right: -8px;
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
  top: -8px;
}
.user-menu .panel .arrow.user-menu-arrow:after {
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.user-menu .panel.theme-view .user-menu-arrow {
  right: 145px;
}
.user-menu .panel.messages-view .user-menu-arrow {
  right: 86px;
}
.user-menu .panel.notifications-view .user-menu-arrow {
  right: 28px;
}
.user-menu .panel .panel-heading {
  padding: 0 15px;
}
.user-menu .panel .panel-heading i,
.user-menu .panel .panel-heading span {
  display: table-cell;
  vertical-align: middle;
  height: 53px;
}
.user-menu .panel .panel-heading span {
  font-size: 17px;
  text-transform: uppercase;
}
.user-menu .panel .panel-heading i {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 40px;
  text-align: left;
  padding-left: 6px;
}
.user-menu .panel .panel-submenu {
  display: none;
}
.user-menu .panel .list-group-item {
  padding: 12px 15px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.user-menu .panel .list-group-item i,
.user-menu .panel .list-group-item .text-holder {
  display: table-cell;
  vertical-align: middle;
}
.user-menu .panel .list-group-item a {
  color: inherit;
}
.user-menu .panel .list-group-item i {
  width: 40px;
  text-align: left;
}
.user-menu .panel .list-group-item i img,
.user-menu .panel .list-group-item i b {
  height: 28px;
  width: 28px;
  margin-left: 2px;
  border-radius: 50%;
}
.user-menu .panel .list-group-item i b {
  display: block;
  background-color: #fff;
  border: 1px dashed #666666;
}
.user-menu .panel .list-group-item i b.dark {
  background-color: #666666;
  border: none;
}
.user-menu .panel .list-group-item i b.pastel {
  background-color: #eefddf;
}
.user-menu .panel .list-group-item i b.pastel-marine {
  background-color: #dfeefd;
}
.user-menu .panel .list-group-item i b.rio {
  background-color: #1d8c97;
}
.user-menu .panel .list-group-item .text-holder span {
  display: block;
  width: 150px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-menu .panel .list-group-item .text-holder .title-text {
  font-weight: bold;
}
.user-menu .panel .list-group-item .time-ago {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 80px;
  text-align: right;
  color: #cccccc;
  line-height: 17px;
}
.no-touch .user-menu .panel .list-group-item:hover {
  cursor: pointer;
  background-color: #ff651c;
  color: #fff;
}
.no-touch .user-menu .panel .list-group-item:hover .time-ago {
  color: #fff;
}
@media (min-width: 768px) {
  .user-menu {
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .user-menu .chorder-logo {
    display: inline;
  }
  .dashboard-page .user-menu {
    top: 5px;
    position: absolute;
  }
  .dashboard-page .user-menu .panel {
    right: 20px;
  }
  .user-menu .home-link {
    right: auto;
  }
  .user-menu .chorder-logo {
    right: auto;
  }
  .user-menu .user-menu-wrapper a:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 42px;
    width: 1px;
    top: -18px;
    left: 126px;
    margin: 9px 0px 0px -2px;
    background-color: #444444;
  }
  .user-menu .user-menu-wrapper .login:before {
    right: -568px;
    left: auto;
  }
  .user-menu .user-menu-wrapper .login.go-to {
    top: 8px;
  }
  .user-menu .user-menu-wrapper .login.go-to:before {
    right: 43px;
  }
  .user-menu .chorder-search {
    display: none;
    position: absolute;
    right: 70px;
    top: 15px;
  }
  .user-menu .chorder-search form {
    overflow: hidden;
  }
  .user-menu .input-search {
    display: none;
    width: 0;
    font-family: 'Roboto', sans-serif;
  }
  .user-menu .button-remove {
    display: inline-block;
    position: absolute;
    left: -15px;
    bottom: 3px;
    color: transparent;
    background-color: transparent;
    width: 25px;
    height: 27px;
  }
  .user-menu .button-search {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -10px;
    font-size: 16px;
    color: #cccccc;
  }
  .no-touch .user-menu .button-search:hover .icon-search {
    color: #BBBBBB;
  }
  .user-menu .icon-remove {
    color: transparent;
    font-size: 16px;
  }
  .user-menu .icon-search {
    color: #666666;
    font-size: 16px;
  }
  .user-menu .input-search {
    display: inline-block;
    border: 0px solid;
    border-radius: 5px;
    width: 0px;
    height: 30px;
    -webkit-transition: width 0.2s, opacity 0.1s 0.2s, border-color 0.2s 0.4s;
    transition: width 0.2s, opacity 0.1s 0.2s, border-color 0.2s 0.4s;
  }
  .user-menu .input-search::-ms-clear {
    display: none;
  }
  .user-menu .chorder-search-expanded .input-search {
    width: 250px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .user-menu .chorder-search-expanded .input-search::-ms-clear {
    display: none;
  }
  .user-menu .chorder-search-expanded .icon-search {
    color: #888888;
  }
  .user-menu .chorder-search-expanded .icon-remove {
    color: #888888;
  }
  .user-menu .chorder-search-expanded .button-remove {
    left: 219px;
    bottom: 1px;
    width: 30px;
    height: 27px;
    padding-left: 12px;
  }
  .no-touch .user-menu .chorder-search-expanded .button-remove:hover .icon-remove {
    color: #BBBBBB;
  }
  .user-menu .chorder-search-shadow {
    background-color: #222222;
    /* Needed for IEs */
    -moz-box-shadow: -30px 0px 15px rgba(34, 34, 34, 0.6);
    -webkit-box-shadow: -30px 0px 15px rgba(34, 34, 34, 0.6);
    box-shadow: -30px 0px 15px rgba(34, 34, 34, 0.6);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
  }
  .user-menu .user-menu-wrapper {
    float: none;
    margin-right: 0px;
  }
  .user-menu .user-menu-wrapper-text {
    float: right;
    color: #8a8a8a;
    padding-top: 19px;
    padding-right: 15px;
  }
  .user-menu .login.active i {
    color: white;
  }
  .user-menu .login.active .user-menu-wrapper-text {
    color: white;
  }
  .user-menu .login.active .user-profile-photo {
    border: none;
  }
  .no-touch .user-menu .login:hover .icon-ellipsis-vertical {
    color: white;
  }
  .user-menu .login .icon-ellipsis-vertical {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    margin: 25px 15px 0 5px;
    color: #666666;
  }
  .user-menu .login .user-profile-photo {
    float: right;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    margin-top: 14px;
    overflow: hidden;
  }
  .user-menu .login .user-profile-photo img {
    height: 30px;
    width: 30px;
    border-radius: 7%;
    margin: 0;
  }
  .user-menu .main-menu-access {
    display: none;
  }
  .user-menu .icon-caret-right {
    display: none;
  }
  .user-menu > section > a {
    margin: 10px 0;
    padding: 0;
    float: none;
  }
  .user-menu > section > a i {
    border: none;
    height: 50px;
    width: 40px;
  }
  .user-menu .menu-counter {
    top: -10px;
    left: 5px;
    width: 30px;
    height: 23px;
  }
  .dashboard-page .user-menu .menu-counter {
    top: -15px;
  }
  .user-menu .panel {
    left: auto;
    right: 0px;
    width: 300px;
  }
  .user-menu .panel.theme-view .user-menu-arrow {
    right: 99px;
  }
  .user-menu .panel.messages-view .user-menu-arrow {
    right: 59px;
  }
  .user-menu .panel.notifications-view .user-menu-arrow {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .user-menu .user-menu-wrapper .login:before {
    right: -781px;
    left: auto;
  }
}
.myOutlineButtton {
  z-index: 1100;
  position: fixed;
  top: 50px;
  right: 0px;
  font-size: 14px;
  color: black;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid red;
  padding: 2px 2px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.myOutlineButtton:hover {
  outline: 1px solid red;
}
.myOutlineButtton:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.outline-1px-solid-black {
  outline: 1px solid black;
}
.rz-helper {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1px 4px;
  line-height: 1;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #777;
  border: 1px solid red;
  border-right: none;
  z-index: 1100;
}
.rz-helper .switch {
  display: none;
}
.rz-helper:hover {
  outline: 1px solid red;
}
.rz-helper.dev {
  top: 15px;
  right: 0;
  left: auto;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 2px 4px;
  padding-right: 20px;
  color: black;
  width: 97px;
  text-align: left;
}
.rz-helper.dev .switch {
  display: inline-block;
}
.rz-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1011;
}
.rz-overlay img {
  border: 1px solid red;
}
.rz-debug {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  max-height: 96px;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  overflow: auto;
  z-index: 2000;
}
.rz-debug span {
  display: inline-block;
  padding: 3px 5px 2px;
  border-right: 5px solid red;
  border-bottom: 1px solid red;
}
.helper-off-button {
  z-index: 1101;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  color: black;
  background-color: white;
  cursor: pointer;
}
.helper-off-button:hover {
  background-color: #999999;
}
.helper-off {
  display: none;
}
html,
body {
  min-width: 320px;
  background-color: #1c1c1c;
}
html .no-scroll,
body .no-scroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  padding-right: 15px;
}
html.touch .no-scroll,
body.touch .no-scroll {
  position: static;
  overflow-y: hidden;
  width: 100%;
  padding-right: 0px;
}
header {
  max-width: 980px;
  position: static;
}
.wrapper {
  position: relative;
  padding: 10px;
  opacity: 0;
  opacity: 1;
}
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.no-touch .scrollable.hover {
  overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}
.chorder-container {
  background-color: #f5f5f5;
}
.chorder-main-container {
  width: 100%;
}
.chorder-comerc-1 {
  display: none;
}
.chorder-comerc-2 {
  display: none;
}
@media (min-width: 768px) {
  html,
  body {
    width: 100%;
  }
  header {
    position: static;
    z-index: 1002;
    width: 100%;
    overflow: hidden;
    -webkit-transition: left 0.1s ease-in;
    transition: left 0.1s ease-in;
    padding-bottom: 35px;
    margin-bottom: 16px;
  }
  header.no-margin-bottom {
    margin-bottom: 0px;
  }
  .chorder-container {
    margin: 0 auto;
    width: 768px;
    position: relative;
    z-index: 1003;
  }
  .chorder-comerc-1 {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .chorder-comerc-2 {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
  .wrapper {
    position: static;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    vertical-align: top;
    height: 100%;
    max-width: 980px;
    padding: 0 20px;
    z-index: 1001;
    -webkit-transition: left 0.1s ease-in;
    transition: left 0.1s ease-in;
  }
  .wrapper.extended {
    left: 100px;
  }
}
@media (min-width: 1280px) {
  header {
    position: static;
  }
  .wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: static;
    margin: 0;
  }
  .chorder-container {
    margin: 0 auto;
    width: 980px;
    position: relative;
    z-index: 1003;
  }
  .chorder-comerc-1 {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    min-width: 310px;
  }
  .chorder-comerc-2 {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    min-width: 310px;
  }
}
@media (min-width: 1600px) {
  .chorder-main-container {
    width: 1600px;
    margin: 0 auto;
  }
  .chorder-container {
    float: left;
  }
  .chorder-comerc-1 {
    position: static;
    float: left;
  }
  .chorder-comerc-2 {
    position: static;
    float: left;
  }
}
@media (max-width: 480px) {
  .chorder-footer-social-container .nav-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .chorder-footer-social-container a {
    margin-right: 3px;
  }
  div.chorder-heading-gray-footer {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  div.chorder-heading-gray-footer.chorder-footer-upper {
    padding: 13px 10px 15px 21px;
  }
}
.chorder-footer {
  background-color: #222222;
  position: relative;
  margin-top: -10px;
}
.chorder-footer .chorder-footer-logo {
  padding: 10px;
  padding-left: 0px;
}
.chorder-footer .copyright-text {
  font-size: 12px;
  color: #888888;
}
.chorder-copyright-container {
  width: auto;
  float: none;
}
.chorder-copyright-container .chorder-heading-gray-footer {
  border-bottom: none;
}
.chorder-footer-social-container {
  position: absolute;
  top: 20px;
  right: 10px;
}
.chorder-footer-social-container .icon-facebook {
  color: white;
  background-color: #3B5998;
  padding: 5px;
}
.chorder-footer-social-container .icon-twitter {
  color: white;
  background-color: #4099FF;
  padding: 5px;
}
.chorder-footer-social-container .icon-envelope-alt {
  color: white;
  background-color: gray;
  padding: 5px;
}
.chorder-footer-social-container .icon-rss {
  color: white;
  background-color: orange;
  padding: 5px;
}
.chorder-footer-social-container .nav-icon {
  position: relative;
  display: table-cell;
  width: 46px;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.chorder-footer-social-container a {
  display: inline-block;
  margin-right: 6px;
}
.chorder-footer-social-container a:hover i {
  opacity: 0.8;
}
.chorder-heading-gray-footer {
  width: auto;
  padding: 11px 10px 20px 21px;
  background: #222222;
  color: white;
  border-bottom: 1px solid #888888;
}
.chorder-heading-gray-footer.chorder-footer-upper {
  padding: 18px 10px 25px 21px;
}
@media (max-width: 767px) {
  .chorder-footer-nav-container {
    display: none;
  }
}
@media (min-width: 768px) {
  .chorder-heading-gray-footer {
    padding: 17px 10px 20px 10px;
  }
  .chorder-heading-gray-footer.chorder-footer-upper {
    padding: 17px 25px 20px 10px;
  }
  .chorder-footer-social-container .nav-icon {
    width: 30px;
    height: 30px;
  }
  .chorder-copyright-container {
    text-align: right;
    width: 50%;
    float: right;
  }
  .chorder-footer {
    margin-top: 0px;
  }
  .chorder-footer .chorder-footer-logo {
    margin-top: -5px;
    margin-left: 4px;
    padding-bottom: 7px;
  }
  .chorder-footer .copyright-text {
    display: inline-block;
    max-width: 340px;
  }
  .chorder-footer-nav-container {
    display: block;
    float: right;
    margin-top: 5px;
  }
  .chorder-footer-nav-container a {
    color: white;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 12px;
    font-weight: lighter;
  }
  .chorder-footer-nav-container a:hover {
    color: gray;
  }
  .chorder-footer-nav-container .horizontal-line + .horizontal-line:before {
    position: relative;
    display: inline-block;
    content: '';
    height: 10px;
    width: 1px;
    background: #333;
    margin: 7px 10px 0px 6px;
  }
  .chorder-footer-social-container {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 20px;
  }
  .chorder-footer-social-container .icon-facebook {
    padding: 0px;
  }
  .chorder-footer-social-container .icon-twitter {
    padding: 0px;
  }
  .chorder-footer-social-container .icon-envelope-alt {
    padding: 0px;
  }
  .chorder-footer-social-container .icon-rss {
    padding: 0px;
  }
  .chorder-footer-social-container a {
    margin-right: 2px;
  }
  .chorder-footer-social-container a:hover i {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .chorder-footer-nav-container {
    margin-top: 0px;
  }
  .chorder-footer-nav-container a {
    padding-right: 8px;
    font-size: 14px;
  }
  .chorder-footer-nav-container .horizontal-line + .horizontal-line:before {
    margin-right: 10px;
  }
  .chorder-footer-copyright-text {
    font-size: 14px;
    max-width: 390px;
    display: inline-block;
  }
  .chorder-heading-gray-footer {
    padding: 21px 16px 14px 10px;
  }
  .chorder-heading-gray-footer.chorder-footer-upper {
    padding: 21px 16px 14px 10px;
  }
  .chorder-heading-gray-footer .copyright-text {
    font-size: 14px;
    max-width: 390px;
  }
}
.error-page .wrapper {
  left: 0;
  padding: 0;
  height: 100%;
}
.error-page .tooltip-inner {
  line-height: 25px;
}
.parsley-errors-list {
  padding-left: 0px;
  color: #ae3232;
}
.panel.panel-error-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.panel.panel-error-block .panel-heading {
  padding: 20px 30px;
  border-right: 3px solid #ae3232;
  border-bottom: 1px solid #eeeeee;
}
.panel.panel-error-block .panel-heading > div {
  position: relative;
  padding: 11px 0;
}
.panel.panel-error-block .panel-heading > div > i {
  position: relative;
  display: block;
  float: left;
  top: -6px;
  font-size: 38px;
  height: 38px;
  margin-right: 15px;
}
.panel.panel-error-block .panel-heading > div .error-code {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  font-size: 48px;
  line-height: 49px;
}
.panel.panel-error-block .panel-heading > div h1 {
  margin: -2px 0 0;
  display: block;
  float: left;
  font-size: 15px;
}
.panel.panel-error-block .panel-heading > div h1 small {
  margin: 0 0 3px;
  display: block;
  font-size: 15px;
}
.panel.panel-error-block .panel-heading > div h1 i {
  position: relative;
  top: 1px;
  margin-left: 8px;
  color: #cccccc;
}
.panel.panel-error-block .panel-body {
  padding: 15px 30px;
}
.panel.panel-error-block .panel-body a {
  display: block;
  color: #888888;
  float: left;
  height: 34px;
  line-height: 34px;
}
.panel.panel-error-block .panel-body a i {
  font-size: 17px;
}
.no-touch .panel.panel-error-block .panel-body a:hover {
  color: #666666;
}
.panel.panel-error-block .panel-body .input-group {
  float: left;
  margin-left: 15px;
  width: 200px;
  max-width: 80%;
}
.panel.panel-error-block .panel-body .input-group input {
  border-right: none;
  padding-right: 0;
}
.panel.panel-error-block .panel-body .input-group input:focus {
  border-color: #e3e3e3;
}
.panel.panel-error-block .panel-body .input-group .btn-search {
  border-left: none;
  background: #fff;
  padding: 6px 12px;
}
.panel.panel-error-block .panel-body .input-group i {
  color: #888888;
}
.panel.panel-error-block .panel-body .input-group .btn:hover i {
  color: #666666;
}
@media (min-width: 480px) {
  .panel.panel-error-block {
    position: relative;
    margin: 0 auto;
    top: 25%;
    width: 400px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    border-bottom-width: 1px;
  }
  .panel.panel-error-block .panel-heading > div .error-code {
    position: absolute;
    text-align: right;
    border-left: 1px solid #eeeeee;
  }
  .panel.panel-error-block .panel-body {
    padding: 30px;
  }
  .panel.panel-error-block .panel-body .input-group {
    width: 290px;
    float: right;
    margin-left: 0;
  }
}
@font-face {
  font-family: 'proton-icons';
  src: url('fonts/proton/proton-icons.eot');
  src: url('fonts/proton/proton-icons.eot?#iefix') format('embedded-opentype'), url('fonts/proton/proton-icons.svg#proton-icons') format('svg'), url('fonts/proton/proton-icons.woff') format('woff'), url('fonts/proton/proton-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon-proton-logo {
  font-family: 'proton-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-proton-logo:before {
  content: "\e000";
}
.icons-demo {
  text-align: center;
}
.icons-demo h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
  border-color: transparent;
  padding-left: 10px;
}
.icons-demo a {
  display: block;
  height: 80px;
  padding: 5px;
  color: #666666;
  font-size: 12px;
  line-height: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.icons-demo a i {
  display: block;
  font-size: 20px;
  padding-bottom: 3px;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.icons-demo a:hover {
  background-color: #ff651c;
  color: #fff;
}
.icons-demo ul {
  list-style: none;
}
.ui-pnotify {
  top: 70px;
  max-width: 90%;
}
.ui-pnotify .ui-pnotify-container {
  border: none;
  margin-bottom: 0;
}
.ui-pnotify h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.ui-pnotify .ui-pnotify-icon span {
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-size: 16px;
}
.ui-pnotify .ui-pnotify-closer,
.ui-pnotify .ui-pnotify-sticker {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.ui-pnotify .alert {
  background-color: #333333;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify .alert hr {
  border-top-color: #262626;
}
.ui-pnotify .alert .alert-link {
  color: #e84b00;
}
.no-touch .ui-pnotify .alert:hover {
  background-color: #262626;
}
.ui-pnotify .alert-success {
  background-color: #aece4e;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify .alert-success hr {
  border-top-color: #a5c83a;
}
.ui-pnotify .alert-success .alert-link {
  color: #e84b00;
}
.no-touch .ui-pnotify .alert-success:hover {
  background-color: #a5c83a;
}
.ui-pnotify .alert-info {
  background-color: #ff651c;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify .alert-info hr {
  border-top-color: #ff5402;
}
.ui-pnotify .alert-info .alert-link {
  color: #e84b00;
}
.no-touch .ui-pnotify .alert-info:hover {
  background-color: #ff5402;
}
.ui-pnotify .alert-error {
  background-color: #ae3232;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify .alert-error hr {
  border-top-color: #9a2c2c;
}
.ui-pnotify .alert-error .alert-link {
  color: #e84b00;
}
.no-touch .ui-pnotify .alert-error:hover {
  background-color: #9a2c2c;
}
@media (max-width: 479px) {
  .ui-pnotify {
    right: 0 !important;
  }
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 5px 5px 0;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 3px;
  width: 100%;
  min-height: 37px;
  line-height: 21px;
  font-size: 0;
}
.bootstrap-tagsinput input {
  position: relative;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  font-size: 15px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\F057";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover,
.bootstrap-tagsinput .tag [data-role="remove"]:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.star-rating {
  color: #ff651c;
}
.star-rating .dimmed {
  color: #cccccc;
}
.star-rating .icon-remove-sign {
  padding: 5px;
}
pre.prettyprint {
  display: block;
  background-color: #333;
  margin-bottom: 0;
}
pre .nocode {
  background-color: none;
  color: #000000;
}
pre .str {
  color: #ffa0a0;
}
/* string  - pink */
pre .kwd {
  color: #f0e68c;
  font-weight: bold;
}
pre .com {
  color: #87ceeb;
}
/* comment - skyblue */
pre .typ {
  color: #98fb98;
}
/* type    - lightgreen */
pre .lit {
  color: #cd5c5c;
}
/* literal - darkred */
pre .pun {
  color: #ffffff;
}
/* punctuation */
pre .pln {
  color: #ffffff;
}
/* plaintext */
pre .tag {
  color: #f0e68c;
  font-weight: bold;
}
/* html/xml tag    - lightyellow */
pre .atn {
  color: #bdb76b;
  font-weight: bold;
}
/* attribute name  - khaki */
pre .atv {
  color: #ffa0a0;
}
/* attribute value - pink */
pre .dec {
  color: #98fb98;
}
/* decimal         - lightgreen */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #aeaeae;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
@media print {
  pre.prettyprint {
    background-color: none;
  }
  pre .str,
  code .str {
    color: #006600;
  }
  pre .kwd,
  code .kwd {
    color: #006;
    font-weight: bold;
  }
  pre .com,
  code .com {
    color: #600;
    font-style: italic;
  }
  pre .typ,
  code .typ {
    color: #404;
    font-weight: bold;
  }
  pre .lit,
  code .lit {
    color: #004444;
  }
  pre .pun,
  code .pun {
    color: #444400;
  }
  pre .pln,
  code .pln {
    color: #000000;
  }
  pre .tag,
  code .tag {
    color: #006;
    font-weight: bold;
  }
  pre .atn,
  code .atn {
    color: #440044;
  }
  pre .atv,
  code .atv {
    color: #006600;
  }
}
div.checker {
  position: relative;
  top: -1px;
}
.checkbox-inline div.checker {
  margin-left: -20px;
}
.text-center .farbtastic {
  margin: 0 auto;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-right: 20px;
  max-width: 100%;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #f5f5f5;
  overflow: visible !important;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px -10px 0;
  position: absolute;
  top: 42%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 25px;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  z-index: -1;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-prev {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background-color: black;
  font-size: 32px;
  color: white;
  padding: 8px;
  padding-top: 0px;
}
.flex-prev:hover {
  color: #e6e6e6;
}
.flex-prev:before {
  content: "\f053";
}
.flex-next {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background-color: black;
  font-size: 32px;
  color: white;
  padding: 8px;
  padding-top: 0px;
}
.flex-next:hover {
  color: #e6e6e6;
}
.flex-next:before {
  content: "\f054";
}
.slides {
  font-size: 0px;
}
.flexslider {
  margin: 0;
  background: transparent;
  border: none;
}
/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #e3e3e3;
  border-radius: 3px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-search input {
  background: #ffffff url('/styles/vendor/select2/  select2.png') no-repeat 100% -22px;
  border-color: #e3e3e3;
  border-radius: 3px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 35px;
  line-height: 1.42857143;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 31px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 56px;
  line-height: 1.33;
  border-radius: 3px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 33px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 29px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 54px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 14.5px 21px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #e3e3e3;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #d09c0d;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #a0780a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning.select2-drop-active {
  border-color: #a0780a;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #a0780a;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #5f1b1b;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #371010;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error.select2-drop-active {
  border-color: #371010;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #371010;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #758f27;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #54671c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success.select2-drop-active {
  border-color: #54671c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #54671c;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #ff651c;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #fff;
  background: #aaaaaa;
  border-color: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #969696;
  border-color: #8b8b8b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #f4c84f;
  color: #d09c0d;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #e3e3e3;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
.chorder-select .form-control {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
}
.chorder-select .form-control .select2-choice {
  color: #3699d2;
  border: none;
  background: transparent;
}
.chorder-select .form-control .select2-arrow.select2-arrow-styled {
  border-left: none;
}
.chorder-select .form-control.select2-dropdown-open .select2-choice {
  color: white;
  background: #3699d2;
}
.chorder-select .form-control.select2-dropdown-open .select2-choice span {
  color: white;
}
.chorder-select .icon-caret-down {
  position: relative;
  top: 5px;
  right: 2px;
}
.chorder-select .select2-drop-active {
  border-color: #3699d2;
}
.select2-results .select2-highlighted {
  background-color: #3699d2;
}
.chorder-guitar-chords img {
  width: 100%;
}
.chorder-guitar-chords .chorder-article-text {
  height: 68px;
  margin-bottom: 10px;
  font-size: 15px;
}
.chorder-guitar-tuner img {
  width: 100%;
}
.chorder-guitar-tuner .chorder-article-text {
  height: 68px;
  margin-bottom: 10px;
  font-size: 15px;
}
.chorder-guitar-brand {
  font-family: 'Roboto Condensed', sans-serif;
}
.chorder-guitar-brand .chorder-group {
  display: block;
  width: 100%;
  max-height: 247px;
  overflow: hidden;
  padding-top: 15px;
  font-size: 0px;
}
.chorder-guitar-brand .chorder-link-container {
  display: inline-block;
  width: 100%;
  margin-right: 2%;
  margin-bottom: 1px;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chorder-guitar-brand .chorder-link-container:hover {
  color: #626262;
  text-decoration: underline;
}
.chorder-guitar-brand.video-slider-column .chorder-group {
  max-height: 778px;
}
.chorder-guitar-brand.video-slider-column .chorder-show-more:before {
  top: -15px;
  height: 14px;
}
.chorder-guitar-brand.video-slider-column .expanded .chorder-group {
  max-height: 2500px;
}
.chorder-show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px dotted #c4c4c4;
  font-size: 14px;
  color: #3699d2 !important;
  cursor: pointer;
}
.chorder-show-more .icon-download {
  padding-left: 8px;
}
.chorder-show-more span {
  font-size: 12px;
}
.chorder-show-more span:hover {
  text-decoration: underline;
}
.chorder-show-more a {
  display: block;
}
.chorder-show-more:before {
  content: " ";
  position: absolute;
  top: -5px;
  width: 100%;
  height: 4px;
  left: 0;
  background: #fff;
}
.chorder-guitar-tuner {
  padding-left: 5px !important;
}
.chorder-guitar-chords {
  padding-right: 5px !important;
}
@media (max-width: 500px) {
  .chorder-guitar-chords,
  .chorder-guitar-tuner {
    display: block;
    width: 100%;
    padding: 0 10px !important;
    margin: 0;
  }
}
@media (min-width: 480px) {
  .chorder-guitar-brand .chorder-link-container {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .chorder-guitar-brand .chorder-group {
    padding: 16px 20px 13px !important;
    max-height: 260px;
  }
  .chorder-guitar-brand .chorder-link-container {
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
  }
  .chorder-guitar-brand .icon-download {
    padding-left: 0px;
  }
  .chorder-guitar-brand .chorder-show-more:before {
    top: -12px;
    height: 11px;
  }
  .chorder-guitar-chords {
    padding-right: 10px !important;
  }
  .chorder-guitar-tuner {
    padding-left: 10px !important;
  }
}
@media (min-width: 1280px) {
  .chorder-guitar-chords .chorder-article-text {
    height: 80px;
  }
  .chorder-guitar-tuner .chorder-article-text {
    height: 80px;
  }
  .chorder-guitar-brand .chorder-group {
    max-height: 288px;
  }
  .chorder-guitar-brand .chorder-link-container {
    font-size: 14px;
    height: 23px;
  }
}
.chorder-social-share {
  width: 355px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px dotted #e5e5e5;
  padding: 20px;
  padding-top: 8px;
}
.chorder-social-share h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
@media (min-width: 768px) {
  .social-container-menu {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1002;
    max-height: 0;
    background-color: white;
    margin: 0 auto;
    padding: 0;
  }
  .social-container-menu ul {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 11px;
  }
  .social-container-menu .social-buttons {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .social-container-menu .social-buttons .nav-text {
    font-size: 14px;
  }
  .social-container-menu .social-buttons .profile-name {
    font-size: 18px;
  }
  .social-container-menu .social-buttons:after {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    left: 7px;
    bottom: 66px;
    border-top-width: 0;
    border-bottom-color: white;
  }
  .social-container-menu li {
    display: inline-block;
    border-width: 0 0 0px;
    background-color: white;
    padding: 20px;
    margin: 0px;
    margin-right: -25px;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
  }
  .social-container-menu li .icon-facebook {
    color: white;
    background-color: #3B5998;
    padding: 5px;
  }
  .social-container-menu li .icon-twitter {
    color: white;
    background-color: #4099FF;
    padding: 5px;
  }
  .social-container-menu li .icon-envelope-alt {
    color: white;
    background-color: gray;
    padding: 5px;
  }
  .social-container-menu li .icon-rss {
    color: white;
    background-color: orange;
    padding: 5px;
  }
  .social-container-menu li .icon-google-plus {
    color: white;
    background-color: #D34836;
    padding: 5px;
  }
  .social-container-menu li .nav-icon {
    position: relative;
    display: table-cell;
    width: 46px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
  .social-container-menu li a {
    display: inline-block;
  }
  .social-container-menu li a:hover i {
    opacity: 0.8;
  }
  .social-container-menu li .icon-remove {
    display: block;
    position: absolute;
    right: 14px;
    top: 13px;
    cursor: pointer;
  }
  .social-container-menu li .icon-remove:hover {
    color: #AAA;
  }
  .social-container-menu.chorder-slide-social {
    width: 65%;
    right: -40px;
  }
  .social-container-menu.chorder-slide-social .social-buttons {
    font-size: 0px;
  }
  .social-container-menu.chorder-slide-social .social-buttons:after {
    left: 25px;
    bottom: 50px;
    border-left-color: white;
    border-bottom-color: transparent;
    border-top-width: 7px;
  }
  .social-container-menu.chorder-slide-social ul {
    top: -85px;
  }
  .social-container-menu.chorder-slide-social ul li {
    margin-top: -15px;
  }
  .social-container-menu.chorder-slide-social.single-news-page ul {
    top: -105px;
  }
  .social-container-menu.chorder-slide-social.single-news-page .social-buttons:after {
    bottom: 32px;
  }
  .social-container-menu.chorder-slide-review-social {
    width: 65%;
    right: 22px;
  }
  .social-container-menu.chorder-slide-review-social .social-buttons {
    font-size: 0px;
  }
  .social-container-menu.chorder-slide-review-social .social-buttons:after {
    left: 25px;
    bottom: 50px;
    border-left-color: white;
    border-bottom-color: transparent;
    border-top-width: 7px;
  }
  .social-container-menu.chorder-slide-review-social ul {
    top: -72px;
    left: -76px;
  }
  .social-container-menu.chorder-slide-review-social ul li {
    margin-top: -15px;
  }
  .social-container-menu.chorder-panel-big-social ul {
    right: 3px;
    top: -4px;
  }
  .social-container-menu.chorder-panel-medium-social ul {
    top: -7px;
    right: 3px;
  }
  .social-container-menu.active .social-buttons {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-box-shadow: 0px -3px 20px #999999;
    /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px -3px 20px #999999;
    /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
  }
  .social-container-menu.active.single-news-page .social-buttons {
    -webkit-box-shadow: 0px 2px 40px #999999;
    /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 2px 40px #999999;
    /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
  }
}
@media (min-width: 1280px) {
  .chorder-social-share {
    width: 400px;
  }
  .social-container-menu ul {
    top: -4px;
  }
  .social-container-menu.chorder-slide-social {
    width: auto;
    right: -2px;
    bottom: 2px;
  }
  .social-container-menu.chorder-slide-social .social-buttons:after {
    left: 7px;
    bottom: 66px;
    border-bottom-color: white;
    border-left-color: transparent;
    border-top-width: 0;
  }
  .social-container-menu.chorder-slide-social ul {
    top: 0px;
  }
  .social-container-menu.chorder-slide-social ul li {
    margin-top: 0px;
  }
  .social-container-menu.chorder-slide-social.single-news-page ul {
    top: -135px;
  }
  .social-container-menu.chorder-slide-social.single-news-page .social-buttons:after {
    bottom: -27px;
    border-top-color: white;
    border-left-color: transparent;
    border-top-width: 7px;
    border-bottom-width: 0px;
  }
  .social-container-menu.chorder-panel-big-social ul {
    right: 2px;
  }
  .social-container-menu.chorder-panel-medium-social ul {
    top: 0px;
    right: 0px;
  }
  .social-container-menu.chorder-slide-review-social {
    width: auto;
    right: -30px;
    bottom: -2px;
  }
  .social-container-menu.chorder-slide-review-social .social-buttons:after {
    left: 7px;
    bottom: 66px;
    border-bottom-color: white;
    border-left-color: transparent;
    border-top-width: 0;
  }
  .social-container-menu.chorder-slide-review-social ul {
    top: 10px;
    left: -129px;
  }
  .social-container-menu.chorder-slide-review-social ul li {
    margin-top: 0px;
  }
}
.chorder-slide .chorder-slide-group {
  padding: 10px 15px 12px;
  background-color: #ffffff;
}
.chorder-slide .chorder-slide-group p {
  display: block;
  width: 180px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chorder-slider-container {
  padding: 0;
}
.chorder-slider-container-review {
  padding: 0;
  font-size: 0px;
}
.chorder-slider-visual {
  position: relative;
  left: 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 10px;
}
.chorder-slide-review {
  position: relative;
  display: inline-block;
  max-width: 235px;
  width: 235px;
  margin-bottom: 0px;
  margin-right: 10px;
  font-size: 0px;
}
.chorder-slide-review img {
  width: auto;
}
.chorder-slide-review [class^="icon-star"],
.chorder-slide-review [class*=" icon-star"] {
  font-size: 12px;
  margin-right: 3px;
}
.chorder-slide-review .chorder-group {
  width: 56%;
  position: relative;
}
.chorder-slide-review .chorder-group .star-holder {
  position: absolute;
  left: 23px;
  bottom: 2px;
}
.chorder-slide-review .chorder-group h3 {
  max-height: 90px;
}
.chorder-slide-review .chorder-image-container {
  width: 44%;
  position: relative;
}
.chorder-slide-review .chorder-image-container img {
  width: auto;
  max-width: 140px;
  max-height: 100%;
}
.chorder-slide-review .guitar-review-star-rate {
  position: absolute;
  left: 120px;
  bottom: 17px;
}
.chorder-slide-review .panel-image-star-rate {
  position: relative;
  top: 7px;
  left: -7px;
  width: 100px;
  height: 30px;
  background: #ffa61b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chorder-slide-review .panel-image-star-rate [class^="icon-star"],
.chorder-slide-review .panel-image-star-rate [class*=" icon-star"] {
  position: absolute;
  top: 5px;
  right: 44px;
  color: white;
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.chorder-slide-review .panel-image-star-rate .text {
  position: absolute;
  top: 5px;
  right: 40px;
  color: white;
  font-size: 14px;
}
.flexslider-home {
  position: relative;
  margin-bottom: 50px;
}
.flexslider-home.no-pagination {
  margin-bottom: 20px;
}
.flexslider-home .social-nav-link {
  bottom: 9px;
  right: -1px;
}
.flexslider-home.native-scroll {
  overflow: hidden;
  overflow-x: scroll;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.flexslider-home.native-scroll .slides > li {
  display: block;
  float: left;
}
.flexslider-home.native-scroll .slides .slider-img {
  width: 228px;
}
@media only screen and (max-width: 768px) {
  .flexslider-home .slides > li {
    margin-right: 10px;
  }
  .flexslider-home .slides .slider-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .chorder-slider-container-review.chorder-brand {
    margin-right: -12px;
  }
  .chorder-slider-container-review.chorder-brand article {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .social-nav-link {
    position: absolute;
    bottom: 15px;
    right: -3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #ccc;
    cursor: pointer;
  }
  .social-nav-link.active {
    color: #a6a6a6;
  }
  .social-nav-link:hover {
    color: #a6a6a6;
  }
  .social-nav-link i {
    position: relative;
    left: 8px;
    font-size: 16px;
  }
  .chorder-slider-container {
    width: auto;
  }
  .chorder-slider-visual {
    position: static;
    display: block;
    width: auto;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .chorder-slider-review {
    height: auto;
  }
  .chorder-slide {
    width: auto;
    float: none;
  }
  .chorder-slide img {
    width: 100%;
  }
  .chorder-slide-review {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0px;
    font-size: 0px;
  }
  .chorder-slide-review img {
    width: auto;
  }
  .chorder-slide-review .form-group {
    bottom: 5px;
    left: 10px;
    z-index: 1001;
  }
  .chorder-slide-review .chorder-image-container {
    position: relative;
  }
  .chorder-slide-review .chorder-image-container img {
    background-color: white;
  }
  .chorder-slide-review .chorder-group {
    width: 49%;
    padding: 17px 7px 16px;
  }
  .chorder-slide-review .chorder-group .star-holder {
    left: 7px;
  }
  .chorder-slide-review .guitar-review-star-rate {
    position: absolute;
    left: 122px;
    bottom: 18px;
  }
  .chorder-slide-review .guitar-review-star-rate [class^="icon-star"],
  .chorder-slide-review .guitar-review-star-rate [class*=" icon-star"] {
    margin-right: 4px;
    font-size: 11px;
  }
  .chorder-slide-review .guitar-review-star-rate .icon-ellipsis-vertical {
    font-size: 16px;
  }
  .chorder-slide-review .guitar-review-star-rate .social-nav-link {
    right: 7px;
    bottom: -4px;
  }
}
@media (min-width: 1280px) {
  .chorder-slider-container-review.chorder-brand {
    margin-right: -12px;
  }
  .chorder-slider-container-review.chorder-brand article {
    width: 305px;
    max-width: 305px;
  }
  .chorder-slide .chorder-slide-group {
    padding: 15px 20px;
  }
  .chorder-slide .chorder-slide-group p {
    width: 250px;
  }
  .chorder-slide .chorder-title-medium-slide {
    font-size: 14px;
  }
  .flexslider-home .social-nav-link {
    bottom: 14px;
  }
  .chorder-slide-review {
    max-width: none;
    margin-right: 0px;
  }
  .chorder-slide-review .chorder-title-medium {
    font-size: 20px;
  }
  .chorder-slide-review .chorder-group {
    width: 56%;
    padding: 10px 7px 16px;
  }
  .chorder-slide-review .chorder-group h3 {
    max-width: 80%;
    max-height: 100px;
  }
  .chorder-slide-review .chorder-image-container {
    padding-right: 10px;
  }
  .chorder-slide-review .chorder-image-container img {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: white;
  }
  .chorder-slide-review .guitar-review-star-rate {
    position: absolute;
    left: 158px;
    bottom: 12px;
  }
  .chorder-slide-review .guitar-review-star-rate .social-nav-link {
    right: -30px;
    bottom: -4px;
  }
  .chorder-slide-review .guitar-review-star-rate [class^="icon-star"],
  .chorder-slide-review .guitar-review-star-rate [class*=" icon-star"] {
    margin-right: 6px;
  }
  .social-nav-link a {
    position: relative;
    bottom: 4px;
  }
}
.brand-subseries {
  border-bottom: thin solid black;
  margin-bottom: 55px;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  height: 54px;
}
.btn-file span {
  padding-top: 5px;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput .form-control {
  padding: 15px 12px;
  font-size: 16px;
}
.fileinput .alert.alert-error {
  font-size: 16px;
}
.fileinput .alert.alert-success {
  font-size: 16px;
}
.fileinput.alert {
  padding: 0px;
}
.fileinput .parsley-errors-list {
  display: none;
}
.fileinput .fileinput-filename {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileinput .fileinput-info {
  font-size: 14px;
  padding-left: 8px;
  color: #bbbbbb;
}
.fileinput-error {
  color: #ae3232;
  margin-bottom: 11px;
}
i.fileinput-exists {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput .uneditable-input {
  white-space: normal;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 3px 3px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
  color: #d09c0d;
  border-color: #f3a641;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #d09c0d;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #f3a641;
}
.form-group.has-error .fileinput .uneditable-input {
  color: #5f1b1b;
  border-color: #ae3232;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #5f1b1b;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ae3232;
}
.form-group.has-success .fileinput .uneditable-input {
  color: #758f27;
  border-color: #aece4e;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #758f27;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #aece4e;
}
.input-group-addon {
  background-color: #aaaaaa;
}
.input-group-addon:hover {
  outline: none;
  border: 1px solid #919191;
  background-color: #919191;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
.fileinput .form-control {
  height: 56px;
}
@media (min-width: 480px) {
  .fileinput .fileinput-info {
    font-size: 18px;
  }
}
.ebay-banner {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  overflow: hidden;
  overflow-x: scroll;
}
.ebay-banner .row {
  width: 960px;
  margin-bottom: 0;
}
.ebay-banner .item {
  padding-top: 20px;
}
.ebay-banner .item a {
  display: block;
  float: left;
  padding-left: 5px;
  font-size: 12px;
}
.ebay-banner .item .pic {
  width: 25%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}
.ebay-banner .item .pic img {
  max-width: 100%;
  max-height: 100%;
}
.ebay-banner .item .title {
  clear: right;
  max-width: 75%;
  height: 30px;
  line-height: 15px;
  overflow: hidden;
}
.ebay-banner .item .price {
  max-width: 75%;
  color: #000;
}
.ebay-banner .item .ebay-tag {
  display: block;
  width: 75%;
}
.hide-ga-mobile {
  display: none;
}
@media (min-width: 768px) {
  .ebay-banner {
    overflow: visible;
    margin: 0 0 20px;
  }
  .ebay-banner .row {
    margin: 0;
    width: auto;
  }
  .hide-ga-mobile {
    display: block;
  }
}
.replace-ad {
  margin-top: 20px;
}
.hero-section .hero-img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.hero-section .hero-img img {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}
.hero-section .option {
  padding: 16px 10px 15px;
  color: #ccc;
  font-weight: lighter;
  text-align: center;
}
.hero-section .option i {
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-size: 14px;
}
.hero-section .option b {
  font-weight: lighter;
}
.hero-section h1 {
  font-size: 26px;
  font-weight: 300;
  margin: 4px 0 0;
  color: #222222;
}
.hero-section p.chorder-subtitle {
  margin: 5px 0 2px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 34px;
    margin: 6px 0 0;
  }
  .hero-section p.chorder-subtitle {
    margin: 6px 0 18px;
    font-size: 23px;
  }
  .hero-section .option {
    position: relative;
    top: -2px;
    padding: 0 20px 13px;
    text-align: right;
  }
  .hero-section .option i {
    margin-right: 7px;
  }
  .hero-section .option b {
    display: none;
  }
}
.review-page-slider a {
  position: relative;
  display: block;
  height: 102px;
  overflow: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.no-touch .review-page-slider a:hover {
  border-bottom: 2px solid #ff651c;
}
.review-page-slider .chorder-slide-review {
  height: 102px;
  margin-bottom: 0;
}
.review-page-slider .chorder-group {
  padding-top: 13px;
}
.review-page-slider .section-title {
  border: none;
}
@media (min-width: 768px) {
  .review-page-slider .chorder-group {
    padding-top: 12px;
  }
  .review-page-slider .chorder-group h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.active-slider {
  border-bottom: 2px solid #ff651c !important;
}
.short-review .rev-wrapper {
  position: relative;
  padding: 21px 21px 19px;
  line-height: 22px;
  font-weight: 300;
  color: #222;
}
.short-review .rev-wrapper .title {
  font-weight: normal;
}
.short-review .has-stars {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.short-review hr {
  display: none;
}
.short-review .get-it {
  margin-bottom: 25px;
  background-color: #fafafa;
  border: 1px solid #ececec;
}
.short-review .get-it .ebay,
.short-review .get-it .amazon {
  position: relative;
}
.short-review .get-it img {
  display: none;
  position: absolute;
  width: 70px;
  top: 25px;
  right: 15px;
  z-index: 2;
}
.short-review .get-it .amazon {
  border-top: 1px dashed #c8c8c8;
}
.short-review .get-it .amazon img {
  top: 31px;
}
.short-review .get-it p {
  padding: 22px 21px 16px;
}
.short-review .social-sec .share-me {
  display: none;
}
.short-review .social-sec .rev-wrapper {
  border-top: 1px dashed #ececec;
}
.short-review .social-sec .rev-wrapper p {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 17px;
}
.short-review .social-sec .rev-wrapper .click {
  margin-top: 2px;
  margin-bottom: 17px;
  color: #cccccc;
  font-size: 15px;
}
.short-review .star-holder {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
}
.short-review .star-holder .rating-title {
  display: block;
  float: left;
  width: 50%;
}
.short-review .star-holder .rating,
.short-review .star-holder .rate-me {
  display: block;
  float: right;
}
.short-review .star-holder .star-rating {
  color: #ffa61b;
}
.short-review .star-holder .rate-me {
  position: relative;
  max-width: 95px;
}
.short-review .star-holder .rating {
  margin-left: 10px;
}
.short-review .rev-buttons {
  margin-top: -2px;
  padding-bottom: 9px;
}
.short-review .rev-buttons p.experience {
  margin-bottom: 15px;
}
.short-review .rev-buttons .btn-chorder {
  display: block;
  float: left;
  width: 46%;
  margin: 0 2% 10px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 480px) {
  .short-review .get-it img {
    display: block;
  }
  .short-review .rev-buttons .btn-chorder {
    margin: 0 0 10px;
    width: 22%;
  }
  .short-review .star-holder .rate-me {
    max-width: none;
    top: -4px;
    font-size: 24px;
  }
  .short-review .btn-chorder + .btn-chorder {
    margin-left: 4%;
  }
}
@media (min-width: 1280px) {
  .short-review .row > hr {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    height: 100%;
    left: 50%;
    width: 0;
    border-left: 1px solid #ececec;
  }
  .short-review .social-sec .rev-wrapper {
    display: block;
    border: none;
  }
  .short-review .social-sec .share-me {
    padding-bottom: 30px;
  }
  .short-review .social-sec .share-me p {
    font-size: 13px;
    margin-bottom: 11px;
  }
  .short-review .social-sec hr {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    left: -15px;
    right: -15px;
    height: 0;
    border-top: 1px dashed #ececec;
  }
}
.specs.full-specs {
  margin-bottom: 0;
}
.specs .row {
  margin: 0;
}
.specs .panel-heading {
  position: relative;
}
.specs .panel-heading .panel-title-width {
  max-width: 80%;
}
.specs .panel-heading a {
  color: #222;
}
.specs .panel-heading .instructions {
  position: absolute;
  left: 20px;
  bottom: 2px;
  font-size: 11px;
  font-weight: 300;
  color: #cccccc;
}
.specs .spec {
  position: relative;
  display: block;
  border: 1px solid #ececec;
  border-width: 0 1px 1px 0;
  font-weight: 300;
}
.specs .spec .spec-inner {
  position: relative;
  height: 48px;
  padding: 13px 10px 0;
  font-size: 14px;
  color: #888888;
}
.specs .spec span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.specs .spec .name {
  float: left;
  max-width: 60%;
}
.specs .spec .value {
  float: right;
  max-width: 40%;
  color: #222222;
}
.specs .spec.active,
.specs .spec:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.specs .footer {
  margin-top: -1px;
  border-top: 1px solid #ececec;
}
.specs .footer .spec-inner {
  position: relative;
  padding: 13px 10px;
  font-size: 14px;
  color: #888888;
}
.specs .spec-menu {
  position: absolute;
  display: none;
  top: 48px;
  left: -11px;
  right: -11px;
  z-index: 1030;
  cursor: default;
}
.specs .spec-menu h3.chorder-title-medium {
  color: #888888;
  max-width: 90%;
}
.specs .spec-menu h3.chorder-title-medium i {
  margin-right: 10px;
}
.specs .spec-menu .arrow,
.specs .spec-menu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  content: " ";
}
.specs .spec-menu .arrow {
  border-width: 8px;
  right: 15px;
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
  top: -8px;
}
.specs .spec-menu .arrow:after {
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.spec-menu-item {
  display: block;
  padding: 14px 20px;
  line-height: 18px;
}
.spec-menu-item .num {
  position: relative;
  display: block;
}
.spec-menu-item:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.spec-menu-item + .spec-menu-item {
  border-top: 1px solid #ececec;
}
@media (min-width: 480px) {
  .specs .panel-heading .panel-title-width {
    width: auto;
    max-width: 40%;
  }
  .specs .panel-heading .instructions {
    position: relative;
    max-width: 50%;
    left: auto;
    bottom: auto;
    display: block;
    float: left;
    font-size: 15px;
    margin-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.review-title i {
  margin-right: 8px;
  font-size: 17px;
}
.review-title .chorder-heading {
  padding: 9px 6px 20px 12px;
}
.review-title .chorder-subtitle {
  font-size: 16px;
}
.complete-review {
  padding: 21px 20px;
}
.complete-review p {
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 17px;
}
.complete-review h5 {
  margin: 0 0 8px;
  padding: 0;
  font-weight: bold;
  font-size: 17px;
}
.complete-review .article-small-img {
  display: block;
  float: right;
  max-width: 60%;
  padding-top: 9px;
  padding-left: 25px;
}
.complete-review .article-big-imgblock {
  display: block;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
.complete-review .article-big-imgblock img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 580px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.complete-review .article-big-imgblock p,
.complete-review .article-big-imgblock .btn {
  font-size: 14px;
}
.complete-review .article-big-imgblock p {
  margin-bottom: 14px;
}
.complete-review .article-big-imgblock .btn-holder {
  padding: 0 20px 21px;
  margin: 0 auto;
  max-width: 580px;
}
.complete-review .article-big-imgblock .btn {
  width: 100%;
}
.complete-review .article-big-imgblock textarea {
  display: none;
  resize: none;
  padding: 14px 20px 17px;
  margin: 14px 0 0;
  border-color: #d3d3d3;
  background-color: #fafafa;
  color: #888888;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -1px;
}
@media (min-width: 1280px) {
  .review-title i {
    margin-right: 11px;
  }
  .review-title .chorder-heading {
    height: auto;
    padding: 11px 6px 5px 9px;
  }
  .complete-review .article-big-imgblock {
    float: left;
    width: 580px;
    margin: 0;
    margin-right: 19px;
  }
  .complete-review .article-big-imgblock img {
    padding-top: 9px;
  }
  .complete-review .article-big-imgblock .btn-holder {
    padding: 0 0 10px;
  }
  .complete-review .article-big-imgblock p {
    float: left;
  }
  .complete-review .article-big-imgblock .btn {
    position: relative;
    width: auto;
    float: left;
    top: -7px;
    padding-right: 0;
    font-weight: 300;
  }
  .complete-review .article-big-imgblock .btn:hover,
  .complete-review .article-big-imgblock .btn:focus {
    color: #226e99;
  }
  .complete-review .article-big-imgblock textarea {
    float: left;
    display: block;
    margin-top: 0;
  }
}
.review-title.good-to-know-title {
  height: 45px;
}
.good-to-know {
  padding: 14px 20px 16px;
}
.good-to-know p,
.good-to-know a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
.good-to-know p {
  margin: 0 0 9px;
}
.good-to-know p.faded {
  font-size: 12px;
  line-height: 15px;
  margin: 9px 0 0;
  color: #cccccc;
}
@media (min-width: 768px) {
  .good-to-know {
    padding: 16px 20px 18px;
  }
}
.video-slider-column {
  overflow: hidden;
}
#video-flexslider .flex-control-nav {
  z-index: 1;
}
#video-flexslider .chorder-title-medium-slide {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#video-flexslider .chorder-slide {
  width: 235px;
}
@media (min-width: 768px) {
  #video-flexslider .chorder-slide {
    width: none;
  }
}
.compare-specs .panel-heading {
  height: auto;
  padding-right: 8px;
}
.compare-specs .panel-heading .panel-title-width {
  width: 100%;
  padding-bottom: 15px;
}
.compare-specs .panel-heading .selectors {
  position: relative;
  float: left;
  width: 100%;
  top: -4px;
  padding: 0 0 10px;
}
.compare-specs .panel-heading .selectors > div {
  float: left;
}
.compare-specs .panel-heading .selectors .to {
  display: none;
}
.compare-specs .panel-heading .selectors .order {
  display: block;
  float: left;
  width: 7%;
  padding: 3px 0 0;
  color: #666666;
}
.compare-specs .panel-heading .selectors .form-group {
  position: relative;
  float: left;
  width: 93%;
  margin: 0 0 5px;
}
.compare-specs .panel-heading .selectors .select2-container .select2-choice {
  height: 30px;
}
.compare-specs .panel-heading .selectors .select2-chosen,
.compare-specs .panel-heading .selectors .select2-choice > span:first-child,
.compare-specs .panel-heading .selectors .select2-container .select2-choices .select2-search-field input {
  padding: 2px 8px;
  color: #666666;
}
.compare-specs .panel-heading .selectors .select2-container .select2-choice .select2-arrow b,
.compare-specs .panel-heading .selectors .select2-container .select2-choice div b {
  background-position: 0 2px;
}
.compare-specs .spec .name {
  max-width: 80%;
}
.compare-specs .spec.active,
.compare-specs .spec:hover {
  cursor: default;
  background-color: inherit;
}
.compare-specs .spec-name {
  float: left;
  font-weight: normal;
  background-color: #fafafa;
  -webkit-box-shadow: 0 -5px 10px -4px rgba(0,0,0,0.1);
  box-shadow: 0 -5px 10px -4px rgba(0,0,0,0.1);
}
.compare-specs .spec-name.active,
.compare-specs .spec-name:hover {
  background-color: #fafafa;
}
.compare-specs .value-second i {
  display: none;
  float: right;
  font-size: 16px;
}
.compare-specs .value-second.worse span,
.compare-specs .value-second.worse i {
  color: #ae3232;
}
.compare-specs .value-second.worse .icon-level-down {
  display: block;
}
.compare-specs .value-second.better span,
.compare-specs .value-second.better i {
  color: #aece4e;
}
.compare-specs .value-second.better .icon-level-up {
  display: block;
}
@media (max-width: 479px) {
  .compare-specs .value-first,
  .compare-specs .value-second {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .compare-specs .panel-heading .panel-title-width {
    width: 70px;
    padding-bottom: 0;
  }
  .compare-specs .panel-heading .selectors {
    float: right;
    width: 300px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .compare-specs .panel-heading .selectors {
    width: auto;
  }
  .compare-specs .panel-heading .selectors .to {
    display: block;
    padding: 2px 14px 0;
    font-size: 15px;
    color: #666666;
  }
  .compare-specs .panel-heading .selectors .order {
    display: none;
  }
  .compare-specs .panel-heading .selectors .form-group {
    width: 271px;
    margin: 0;
  }
  .compare-specs .spec-name {
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1280px) {
  .compare-specs .panel-heading {
    padding-bottom: 0;
  }
}
.post-review {
  margin-bottom: 3px;
}
.post-review .panel-heading i {
  top: -1px;
  font-size: 15px;
  margin-right: 6px;
}
.post-review .post-section {
  padding: 20px;
  background-color: #fafafa;
}
.post-review .form-group {
  margin-bottom: 9px;
}
.post-review textarea {
  padding: 4px 11px 2px;
  font-size: 13px;
}
.post-review textarea.inactive {
  color: #cccccc;
}
.post-review #recaptcha_widget_div {
  margin-bottom: 19px;
}
.post-review #recaptcha_widget_div #recaptcha_area {
  margin: 0 auto;
}
.post-review .post-buttons .btn {
  float: left;
  width: 48.80952381%;
}
.post-review .post-buttons .btn-reset {
  margin-right: 2.38095238%;
}
.post-review .post-buttons .btn-post:focus,
.post-review .post-buttons .btn-post:hover {
  background-color: #ce4400;
  border-color: #ce4400;
}
.post-review .post-section-login {
  padding: 11px 0 11px;
  text-align: center;
  border-top: 1px dashed #c8c8c8;
}
.post-review .post-section-login p {
  margin-bottom: 15px;
}
.post-review .post-section-login .or {
  padding: 0 9px;
}
.post-review .post-section-login .social-buttons {
  width: 202px;
  margin: 0 auto;
}
.post-review .post-section-login .social-buttons a,
.post-review .post-section-login .social-buttons div {
  display: block;
  float: left;
  height: 20px;
}
.post-review .post-section-login p.tap {
  display: block;
  border-top: 1px dashed #c8c8c8;
  padding-top: 12px;
  margin: 24px 0px 2px;
}
@media (min-width: 768px) {
  .post-review .post-section {
    padding-bottom: 10px;
  }
  .post-review .form-group {
    margin-bottom: 19px;
  }
  .post-review .btn-chorder {
    padding: 4px 12px;
  }
  .post-review textarea {
    min-height: 175px;
  }
}
@media (min-width: 1280px) {
  .post-review .post-section-login {
    padding: 11px 20px 11px;
  }
  .post-review .post-section-login > p,
  .post-review .post-section-login > div {
    display: block;
    float: left;
  }
  .post-review .post-section-login p {
    letter-spacing: -1px;
  }
  .post-review .post-section-login .social-buttons {
    margin: 0 10px;
  }
  .post-review .post-section-login p.tap {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.user-reviews-title {
  height: 45px;
}
.user-reviews-title i {
  margin-right: 8px;
  font-size: 17px;
}
.user-reviews .panel-heading {
  padding: 15px 20px 0;
}
.user-reviews .panel-heading img {
  position: relative;
  display: block;
  float: left;
  top: -5px;
  height: 30px;
  width: 30px;
  border-radius: 7%;
  margin: 0;
  margin-right: 10px;
}
.user-reviews .panel-heading h3 {
  width: auto;
  overflow: visible;
}
.user-reviews .panel-heading span {
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
.user-reviews .panel-heading span.date {
  color: #cccccc;
  margin-right: 0;
}
.user-reviews .user-article {
  padding: 13px 20px 7px;
  border-bottom: 1px solid #ececec;
}
.user-reviews .user-article h3,
.user-reviews .user-article p {
  font-weight: 300;
}
.user-reviews .user-article h3 {
  padding: 0;
  margin: 0;
  color: #222;
  font-size: 18px;
}
.user-reviews .user-article p {
  margin-top: 10px;
  line-height: 17px;
  font-size: 14px;
}
.user-reviews .comment-buttons {
  font-weight: 300;
}
.user-reviews .comment-buttons .btn {
  display: block;
  float: left;
  width: 50%;
  padding: 12px 12px 14px;
  font-weight: 300;
  border-top-width: 0;
  border-radius: 0;
}
.user-reviews .comment-buttons .btn i {
  margin-right: 4px;
}
.user-reviews .comment-buttons .btn:focus,
.user-reviews .comment-buttons .btn:hover {
  color: #226e99;
}
.user-reviews .comment-buttons .btn-comment {
  border-right: 1px solid #ececec;
}
.user-reviews .comment-article {
  display: block;
  padding-top: 15px;
  padding-bottom: 7px;
  background-color: #fafafa;
}
.user-reviews .comment-article .panel-heading {
  padding: 0;
}
.user-reviews .comment-article p {
  margin-top: 2px;
}
.user-reviews .comment-article.comment-article-input {
  padding: 20px;
}
.user-reviews .comment-article textarea .inactive {
  color: #cccccc;
}
.comment-buttons + .comment-article {
  border-top: 1px solid #ececec;
}
@media (max-width: 479px) {
  .user-reviews .panel-heading .date {
    display: none;
  }
}
@media (min-width: 768px) {
  .user-reviews-title .chorder-heading {
    padding-top: 8px;
  }
  .user-reviews .comment-buttons {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 2;
  }
  .user-reviews .comment-buttons .btn {
    float: left;
    width: auto;
    padding: 11px 6px 13px;
    min-width: 80px;
    font-size: 14px;
  }
  .user-reviews .comment-buttons .btn-comment {
    border-right-color: transparent;
    margin-right: 4px;
  }
  .user-reviews .input-group .btn-chorder.btn-post-comment {
    padding: 5px 30px;
  }
}
.disclaimer {
  padding: 0 10px;
}
.disclaimer p,
.disclaimer h4 {
  font-weight: 300;
  color: #888888;
}
.disclaimer h4 {
  padding: 0;
  margin: 0 0 11px;
  font-size: 18px;
}
.disclaimer p {
  margin: 0 0 18px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .disclaimer {
    padding: 0;
    margin-top: -5px;
  }
}
.title-chord {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 14px 20px 65px;
}
.title-chord h1 {
  font-size: 26px;
  font-weight: 300;
  margin: 4px 0 0;
  color: #222222;
}
.title-chord p.chorder-subtitle {
  margin: 5px 0 2px;
  font-size: 18px;
}
.title-chord img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 180px;
}
@media (min-width: 768px) {
  .title-chord {
    margin-bottom: 20px;
    padding: 14px 20px 12px;
  }
  .title-chord img {
    right: 20px;
    width: auto;
  }
}
.fretboard-scroller {
  height: 200px;
  width: 50%;
  min-width: 128px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.fretboard-wrapper {
  position: relative;
  display: block;
  width: 108px;
  height: 980px;
  margin: 0 auto;
}
.fretboard-wrapper img {
  display: block;
  width: 108px;
  height: 980px;
  margin: 0;
}
@media (min-width: 768px) {
  .fretboard-wrapper img {
    height: 118px;
    width: 980px;
    padding: 0;
    padding-bottom: 10px;
  }
}
.fretboard-wrapper .fretboard-holder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: -9px;
  bottom: -6px;
  left: 0;
  right: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .fretboard-wrapper .fretboard-holder {
    top: 0;
    bottom: 10px;
    left: -9px;
    right: 7px;
  }
}
.fretboard-wrapper .fret {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 1.1s, box-shadow 0.8s;
  transition: background-color 1.1s, box-shadow 0.8s;
}
.fretboard-wrapper .fret:hover,
.fretboard-wrapper .fret.played {
  -webkit-box-shadow: 0 0px 20px rgba(242, 131, 34, 0.7);
  box-shadow: 0 0px 20px rgba(242, 131, 34, 0.7);
  -webkit-transition: background-color 0.03s, box-shadow 0.03s;
  transition: background-color 0.03s, box-shadow 0.03s;
  background-color: rgba(242, 101, 34, 0.7);
}
.fretboard-wrapper .string-0,
.fretboard-wrapper .string-1,
.fretboard-wrapper .string-2,
.fretboard-wrapper .string-3,
.fretboard-wrapper .string-4,
.fretboard-wrapper .string-5 {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 100%;
  font-size: 0;
}
@media (min-width: 768px) {
  .fretboard-wrapper .string-0,
  .fretboard-wrapper .string-1,
  .fretboard-wrapper .string-2,
  .fretboard-wrapper .string-3,
  .fretboard-wrapper .string-4,
  .fretboard-wrapper .string-5 {
    width: 100%;
    height: 18px;
  }
}
.fretboard-wrapper .f-0 {
  height: 2.23325062%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-0 {
    height: 100%;
    width: 2.23325062%;
  }
}
.fretboard-wrapper .f-0 .circle {
  bottom: -15px !important;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-0 .circle {
    bottom: 0 !important;
    right: -15px !important;
  }
}
.fretboard-wrapper .f-1 {
  height: 7.19602978%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-1 {
    height: 100%;
    width: 7.19602978%;
  }
}
.fretboard-wrapper .f-2 {
  height: 6.82382134%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-2 {
    height: 100%;
    width: 6.82382134%;
  }
}
.fretboard-wrapper .f-3 {
  height: 6.4516129%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-3 {
    height: 100%;
    width: 6.4516129%;
  }
}
.fretboard-wrapper .f-4 {
  height: 6.20347395%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-4 {
    height: 100%;
    width: 6.20347395%;
  }
}
.fretboard-wrapper .f-5 {
  height: 5.70719603%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-5 {
    height: 100%;
    width: 5.70719603%;
  }
}
.fretboard-wrapper .f-6 {
  height: 5.45905707%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-6 {
    height: 100%;
    width: 5.45905707%;
  }
}
.fretboard-wrapper .f-7 {
  height: 5.33498759%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-7 {
    height: 100%;
    width: 5.33498759%;
  }
}
.fretboard-wrapper .f-8 {
  height: 4.83870968%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-8 {
    height: 100%;
    width: 4.83870968%;
  }
}
.fretboard-wrapper .f-9 {
  height: 4.59057072%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-9 {
    height: 100%;
    width: 4.59057072%;
  }
}
.fretboard-wrapper .f-10 {
  height: 4.34243176%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-10 {
    height: 100%;
    width: 4.34243176%;
  }
}
.fretboard-wrapper .f-11 {
  height: 4.21836228%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-11 {
    height: 100%;
    width: 4.21836228%;
  }
}
.fretboard-wrapper .f-12 {
  height: 3.84615385%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-12 {
    height: 100%;
    width: 3.84615385%;
  }
}
.fretboard-wrapper .f-13 {
  height: 3.59801489%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-13 {
    height: 100%;
    width: 3.59801489%;
  }
}
.fretboard-wrapper .f-14 {
  height: 3.47394541%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-14 {
    height: 100%;
    width: 3.47394541%;
  }
}
.fretboard-wrapper .f-15 {
  height: 3.22580645%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-15 {
    height: 100%;
    width: 3.22580645%;
  }
}
.fretboard-wrapper .f-16 {
  height: 3.10173697%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-16 {
    height: 100%;
    width: 3.10173697%;
  }
}
.fretboard-wrapper .f-17 {
  height: 2.97766749%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-17 {
    height: 100%;
    width: 2.97766749%;
  }
}
.fretboard-wrapper .f-18 {
  height: 2.72952854%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-18 {
    height: 100%;
    width: 2.72952854%;
  }
}
.fretboard-wrapper .f-19 {
  height: 2.72952854%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-19 {
    height: 100%;
    width: 2.72952854%;
  }
}
.fretboard-wrapper .f-20 {
  height: 2.48138958%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-20 {
    height: 100%;
    width: 2.48138958%;
  }
}
.fretboard-wrapper .f-21 {
  height: 2.23325062%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-21 {
    height: 100%;
    width: 2.23325062%;
  }
}
.fretboard-wrapper .f-22 {
  height: 2.10918114%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-22 {
    height: 100%;
    width: 2.10918114%;
  }
}
.fretboard-wrapper .f-23 {
  height: 2.10918114%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-23 {
    height: 100%;
    width: 2.10918114%;
  }
}
.fretboard-wrapper .f-24 {
  height: 1.98511166%;
}
@media (min-width: 768px) {
  .fretboard-wrapper .f-24 {
    height: 100%;
    width: 1.98511166%;
  }
}
.fretboard-wrapper .circle {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  padding: 0;
  border: 1px solid #222222;
  border-radius: 50%;
  color: #222222;
  background-color: #ffa61b;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 768px) {
  .fretboard-wrapper .circle {
    bottom: 0;
    left: auto;
    right: 5%;
  }
}
@media (min-width: 768px) {
  .fretboard-scroller {
    height: auto;
    width: auto;
    min-width: 128px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 -20px 20px;
  }
  .fretboard-wrapper {
    height: 108px;
    width: 980px;
  }
}
@media (min-width: 1280px) {
  .fretboard-scroller {
    overflow: hidden;
  }
}
.chordboard .panel-heading {
  height: auto;
  padding-right: 8px;
}
.chordboard .panel-heading .panel-title-width {
  width: 100%;
  padding-bottom: 15px;
}
.chordboard .panel-heading .selectors {
  position: relative;
  float: left;
  width: 100%;
  top: -4px;
  padding: 0 0 10px;
}
.chordboard .panel-heading .selectors > div {
  float: left;
}
.chordboard .panel-heading .selectors .form-group {
  position: relative;
  float: left;
  width: 93%;
  margin: 0 0 5px;
}
.chordboard .panel-heading .selectors .select2-container .select2-choice {
  height: 30px;
}
.chordboard .panel-heading .selectors .select2-chosen,
.chordboard .panel-heading .selectors .select2-choice > span:first-child,
.chordboard .panel-heading .selectors .select2-container .select2-choices .select2-search-field input {
  padding: 2px 8px;
  color: #666666;
}
.chordboard .panel-heading .selectors .select2-container .select2-choice .select2-arrow b,
.chordboard .panel-heading .selectors .select2-container .select2-choice div b {
  background-position: 0 2px;
}
.chordboard .chord-row {
  padding: 10px 20px;
  padding-right: 0;
  background-color: #fafafa;
}
.chordboard .chord-buttons {
  padding: 3px 0 0;
}
.chordboard .chord-buttons p {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 300;
  color: #888888;
}
.chordboard .chord-buttons .btn-chorder {
  display: block;
  float: left;
  width: 66px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 480px) {
  .chordboard .panel-heading .panel-title-width {
    width: 170px;
    padding-bottom: 0;
  }
  .chordboard .panel-heading .selectors {
    float: right;
    width: 270px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .chordboard .panel-heading .selectors {
    width: auto;
  }
  .chordboard .panel-heading .selectors .form-group {
    width: 240px;
    margin: 0;
  }
  .chordboard .panel-heading .selectors .chords-selector {
    margin-left: 7px;
    width: 260px;
  }
}
@media (min-width: 1280px) {
  .chordboard .panel-heading {
    padding-bottom: 0;
  }
}
.link-blocks article {
  position: relative;
  height: 106px;
}
.link-blocks h3 {
  padding: 34px 20px 0;
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  color: #666666;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.link-blocks img {
  position: absolute;
  display: block;
  right: 30px;
  top: 0;
}
.link-blocks #notation-score,
.link-blocks #guitar-tablature {
  top: 15px;
}
.link-blocks a:hover h3 {
  color: #222222;
}
@media (max-width: 479px) {
  .link-blocks h3 {
    width: 110px;
    padding: 22px 18px 0;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .link-blocks h3 {
    width: 110px;
    padding: 22px 18px 0;
    font-size: 18px;
  }
}
.learn-top-play .chorder-group {
  padding: 14px 17px 16px;
}
.learn-top-play p {
  color: #888888;
}
.learn-top-play ul {
  padding: 12px 0 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  line-height: 20px;
  color: #222222;
}
.learn-top-play ul li {
  display: block;
}
.link-to-chord {
  padding: 12px 20px;
}
.link-to-chord .article-big-imgblock {
  float: left;
  width: 100%;
  margin: 0;
}
.link-to-chord .article-big-imgblock .btn-holder {
  padding: 0 0 13px;
  margin: 0 auto;
  max-width: none;
}
.link-to-chord .article-big-imgblock .btn-holder a {
  top: -5px;
}
.link-to-chord .share-me {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 11px;
}
.link-to-chord .share-me p {
  display: inline-block;
  margin: 4px 0 0;
  margin-right: 10px;
}
.link-to-chord .share-me > iframe,
.link-to-chord .share-me > div {
  display: block !important;
  margin-top: 6px !important;
  margin-bottom: 20px !important;
}
@media (min-width: 480px) {
  .link-to-chord .share-me {
    margin-top: 10px;
  }
  .link-to-chord .share-me > iframe,
  .link-to-chord .share-me > div {
    display: inline-block !important;
    vertical-align: top !important;
    margin-bottom: 10px !important;
  }
}
.panel-search-box {
  background-color: #222222;
}
.panel-search-box .row {
  padding: 10px 10px 5px;
}
.panel-search-box .form-group {
  margin-bottom: 0;
}
.panel-search-box .bootstrap-tagsinput {
  background-color: #222222;
  padding: 0;
  margin-bottom: 0;
  border: none;
  width: 100%;
}
.panel-search-box .bootstrap-tagsinput .tag.label.label-info {
  background-color: #f5f5f5;
  color: #505050;
  border-radius: 2px;
}
.panel-search-box .bootstrap-tagsinput .tag [data-role="remove"] {
  color: #ff651c;
  opacity: 0.9;
}
.panel-search-box .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #e84b00;
  opacity: 1;
}
.panel-search-box .bootstrap-tagsinput input {
  display: none;
}
.panel-search-box .btn-search {
  display: none;
  float: right;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.panel-search-box .btn-search .icon-search {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .panel-search-box .btn-search {
    display: block;
    margin-top: 0;
    width: auto;
  }
}
#advanced-search .modal-header {
  padding: 10px 20px 0;
}
#advanced-search .modal-header .results {
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  color: #888;
}
#advanced-search .modal-header .btn-search {
  float: right;
  margin-right: 20px;
}
#advanced-search .modal-header .close {
  margin-top: 4px;
}
#advanced-search .modal-header .icon-search {
  top: 2px;
}
#advanced-search .modal-title i {
  font-size: 20px;
}
#advanced-search .modal-body {
  overflow: hidden;
  padding: 0 15px;
}
#advanced-search .modal-body .search-wrapper {
  margin: -6px -16px 0;
}
#advanced-search .select2-container .select2-choice,
#advanced-search .select2-container .select2-choices {
  -webkit-transform: translate3d(0, 0, 0);
}
#advanced-search .main-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
#advanced-search .search-group {
  border-right: 1px solid #ececec;
}
#advanced-search .search-form-box {
  padding: 0 20px 6px;
}
#advanced-search .search-form-box.box-border {
  padding: 13px 20px;
  border: 1px solid #ececec;
  border-width: 1px 0 1px 0;
  margin-top: 6px;
  margin-bottom: 13px;
}
#advanced-search .search-form-box.checkbox-group {
  border-bottom: none;
  padding-bottom: 0;
}
#advanced-search .search-form-box .icon-align-left {
  top: 3px;
}
#advanced-search .search-form-box .checkbox {
  padding-left: 0;
}
@media (min-width: 992px) {
  #advanced-search .modal-dialog {
    width: 940px;
    padding: 0;
    margin: 167px auto 30px;
  }
  #advanced-search .modal-body .search-wrapper {
    margin: -14px -16px 0;
  }
  #advanced-search .modal-body .search-wrapper > .row {
    display: table-row;
  }
  #advanced-search .modal-body .search-form-box.box-border {
    margin-top: 13px;
    border-width: 1px 0 1px 0;
  }
  #advanced-search .modal-body .search-form-box .select2-container {
    width: 272px;
  }
  #advanced-search .search-group {
    float: none;
    display: table-cell;
    padding-bottom: 13px;
    border-bottom: 1px solid #ececec;
  }
}
#advanced-search.advanced-search-mobile {
  display: block;
  margin-bottom: 10px;
}
#advanced-search.advanced-search-mobile .modal-dialog {
  width: 100%;
  margin: 0;
  padding: 0;
}
#advanced-search.advanced-search-mobile .btn-search {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
}
#advanced-search.advanced-search-mobile .modal-header .results {
  float: none;
  margin: 10px auto;
  text-align: center;
}
#advanced-search.advanced-search-mobile .modal-footer .btn {
  display: block;
  width: 100%;
  float: none;
  margin: 5px auto;
}
.tuner {
  position: relative;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  padding-top: 85%;
  background-image: url('/images/tuner-page/tuner-mob.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.legend {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 2;
}
.legend .play {
  position: absolute;
  width: 12.17391304%;
  height: 14.32225064%;
  border-radius: 100%;
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: transparent;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.legend .play:after {
  content: ' ';
  opacity: 0.0001;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.legend .play:hover {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.legend .play:hover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -5px;
  content: "\f04b";
  opacity: 1;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  color: #fff;
  z-index: 2;
}
.legend .play-1 {
  left: 75.86956522%;
  top: 50.63938619%;
}
.legend .play-2 {
  left: 63.04347826%;
  top: 46.2915601%;
}
.legend .play-3 {
  left: 50.2173913%;
  top: 41.68797954%;
}
.legend .play-4 {
  left: 37.60869565%;
  top: 37.34015345%;
}
.legend .play-5 {
  left: 24.7826087%;
  top: 33.24808184%;
}
.legend .play-6 {
  left: 12.39130435%;
  top: 28.64450128%;
}
.legend .line {
  position: absolute;
  margin-top: -4px;
  width: 1px;
  top: 7.4168798%;
  border-right: 1px dashed rgba(0, 0, 0, 0.7);
}
.legend .line-6 {
  left: 82.17391304%;
  height: 43.47826087%;
}
.legend .line-5 {
  left: 69.13043478%;
  height: 39.64194373%;
}
.legend .line-4 {
  left: 56.30434783%;
  height: 35.03836317%;
}
.legend .line-3 {
  left: 43.69565217%;
  height: 30.69053708%;
}
.legend .line-2 {
  left: 30.86956522%;
  height: 26.59846547%;
}
.legend .line-1 {
  left: 18.47826087%;
  height: 22.25063939%;
}
.legend .note {
  position: absolute;
  top: 5px;
  margin-left: 9.6%;
  width: 11.95652174%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
}
.legend .note-1 {
  left: 66.4876087%;
}
.legend .note-2 {
  left: 53.87913043%;
}
.legend .note-3 {
  left: 41.27043478%;
}
.legend .note-4 {
  left: 28.66152174%;
}
.legend .note-5 {
  left: 16.05304348%;
}
.legend .note-6 {
  left: 3.22673913%;
}
@media (min-width: 768px) {
  .tuner {
    margin-top: 0;
    padding-top: 63.06451613%;
    background-image: url('/images/tuner-page/tuner-desktop.jpg');
  }
  .tuner-menu {
    width: 100%;
    height: 306px;
  }
  .legend {
    top: 0.25575448%;
    bottom: -0.51150895%;
    left: 25.64516129%;
    right: -25.80645161%;
  }
  .legend .play {
    width: 8.38709677%;
    height: 13.29923274%;
  }
  .legend .play-1 {
    left: 56.29032258%;
    top: 50.63938619%;
  }
  .legend .play-2 {
    left: 46.77419355%;
    top: 46.2915601%;
  }
  .legend .play-3 {
    left: 37.25806452%;
    top: 41.68797954%;
  }
  .legend .play-4 {
    left: 27.90322581%;
    top: 37.34015345%;
  }
  .legend .play-5 {
    left: 18.38709677%;
    top: 33.24808184%;
  }
  .legend .play-6 {
    left: 9.19354839%;
    top: 28.64450128%;
  }
  .legend .line {
    top: 23px;
  }
  .legend .line-6 {
    left: 60.64516129%;
  }
  .legend .line-5 {
    left: 50.96774194%;
  }
  .legend .line-4 {
    left: 41.77419355%;
  }
  .legend .line-3 {
    left: 32.09677419%;
  }
  .legend .line-2 {
    left: 22.90322581%;
  }
  .legend .line-1 {
    left: 13.70967742%;
  }
  .legend .note {
    margin-left: 7.4%;
    width: 8.06451613%;
  }
  .legend .note-1 {
    left: 49.32951613%;
  }
  .legend .note-2 {
    left: 39.97483871%;
  }
  .legend .note-3 {
    left: 30.62%;
  }
  .legend .note-4 {
    left: 21.265%;
  }
  .legend .note-5 {
    left: 11.91032258%;
  }
  .legend .note-6 {
    left: 2.39403226%;
  }
  .note {
    height: 30px;
    font-size: 15px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  .tuner-menu {
    height: 393px;
  }
  .legend .line {
    top: 30px;
  }
}
.tuner-menu {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.tuner-menu-item {
  padding: 14px 20px;
  background-color: #fff;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
}
.tuner-menu-item:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  content: ' ';
}
.tuner-menu-item:hover,
.tuner-menu-item.selected {
  background-color: #f5f5f5;
  color: #000;
  cursor: pointer;
}
.tuner-menu-item:hover:after,
.tuner-menu-item.selected:after {
  background-color: #ff651c;
}
.tuner-menu-item + .tuner-menu-item {
  border-top: 1px dashed #cccccc;
}
@media (min-width: 768px) {
  .tuner-menu-item {
    font-size: 12px;
    padding: 10px 20px 10.2px;
    padding-right: 5px;
  }
}
@media (min-width: 1280px) {
  .tuner-menu-item {
    font-size: 15px;
    padding: 13px 20px 14.2px;
  }
}
.review-v1 .ebay-banner .panel {
  background: white;
}
.review-v1 .hero-section .hero-img {
  margin-top: 20px;
}
.review-v2 .ebay-banner {
  margin: 0;
  margin-top: -20px;
}
.review-v2 .ebay-banner .panel {
  background: #f5f5f5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.review-v2 .hero-section .hero-img {
  margin-top: 20px;
}
.review-v3 .ebay-banner {
  margin: 0;
  margin-top: -20px;
}
.review-v3 .ebay-banner .panel {
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.review-v3 .hero-section .hero-img {
  margin-top: 20px;
}
.review-v4 .ebay-banner {
  margin: 0;
  margin-top: -20px;
}
.review-v4 .ebay-banner .panel {
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.review-v4 .hero-section .hero-img {
  margin-top: 20px;
}
.review-v5 .ebay-banner {
  margin: 0;
}
.review-v5 .ebay-banner .panel {
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.review-v5 .hero-section .hero-img {
  margin-top: 20px;
}
.review-v6 .ebay-banner {
  margin-top: -10px;
  margin-bottom: 10px;
}
.review-v6 .ebay-banner .panel {
  background: white;
  border: 1px solid #3699d2;
}
.review-v6 .hero-section .hero-img {
  margin-top: 20px;
}
.compare-diff {
  color: #ae3232;
}
.review-v7 .ebay-banner {
  margin-top: 15px;
}
.review-v7 .ebay-banner .panel {
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chorder-group .guitarfingering-img {
  width: auto;
  margin-right: 25px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
.chorder-group .chorder-fingering-text-container {
  width: 80%;
}
.chords-container {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.chords-container img {
  width: 75%;
}
.chords-container .chords-title {
  font-size: 14px;
  margin-bottom: 20px;
}
.chords-container .chord {
  padding-top: 20px;
}
.chords-container .chord .chord-title {
  font-size: 14px;
  color: #000;
}
.guitarfingering-text {
  font-size: 16px;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .chords-container {
    width: 50%;
  }
  .guitarfingering-img {
    float: left;
  }
  .chorder-fingering-text-container {
    float: left;
    width: 100%;
  }
}
#links-list {
  font-size: 16px;
  font-weight: lighter;
  list-style: circle;
  list-style-type: disc;
}
#links-list li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 20px;
}
.terms-of-services-list li {
  list-style-type: decimal;
  display: list-item;
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 20px;
}
.sub-list li {
  list-style-type: none;
}
.chorder-group .person-container {
  width: 100%;
}
.chorder-group .person-container .person-img {
  width: 200px;
  float: none;
  margin-right: 20px;
  margin: 0 auto;
  display: block;
}
.chorder-group .person-container .info-container {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .chorder-group .person-container .person-img {
    width: 200px;
    float: left;
    margin-right: 20px;
  }
  .chorder-group .person-container .info-container {
    max-width: 70%;
    float: left;
  }
}
