@font-face {
  font-family: 'bebas_neuebold';
  src: url('../fonts/BebasNeue Bold-webfont.eot');
  src: url('../fonts/BebasNeue Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue Bold-webfont.woff2') format('woff2'), url('../fonts/BebasNeue Bold-webfont.woff') format('woff'), url('../fonts/BebasNeue Bold-webfont.ttf') format('truetype'), url('../fonts/BebasNeue Bold-webfont.svg#bebas_neuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../fonts/ProximaNova-Bold-webfont.eot');
  src: url('../fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold-webfont.woff2') format('woff2'), url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'), url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../fonts/ProximaNova-Semibold-webfont.eot');
  src: url('../fonts/ProximaNova-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold-webfont.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold-webfont.woff') format('woff'), url('../fonts/ProximaNova-Semibold-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dapifermedium';
  src: url('../fonts/Dapifer-Medium-webfont.eot');
  src: url('../fonts/Dapifer-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Dapifer-Medium-webfont.woff2') format('woff2'), url('../fonts/Dapifer-Medium-webfont.woff') format('woff'), url('../fonts/Dapifer-Medium-webfont.ttf') format('truetype'), url('../fonts/Dapifer-Medium-webfont.svg#dapifermedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../fonts/ProximaNova-Regular-webfont.eot');
  src: url('../fonts/ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opent../fonts/ype'), url('../fonts/ProximaNova-Regular-webfont.woff2') format('woff2'), url('../fonts/ProximaNova-Regular-webfont.woff') format('woff'), url('../fonts/ProximaNova-Regular-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold_italic';
  src: url('../fonts/ProximaNova-BoldIt-webfont.eot');
  src: url('../fonts/ProximaNova-BoldIt-webfont.eot?#iefix') format('embedded-openty../fonts/pe'), url('../fonts/ProximaNova-BoldIt-webfont.woff2') format('woff2'), url('../fonts/ProximaNova-BoldIt-webfont.woff') format('woff'), url('../fonts/ProximaNova-BoldIt-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-BoldIt-webfont.svg#proxima_nova_rgbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  height: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.color-a {
  color: #229bd7;
}
.color-b {
  color: #00a459;
}
.color-c {
  color: #92b63e;
}
.color-d {
  color: #ef9121;
}
.color-e {
  color: #f26631;
}
.color-f {
  color: #e02128;
}
@media only screen and (max-width: 767px) {
  .bands-abc .row ul li {
  /* overflow: hidden; */
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  float: none;
  margin-left: 0;
}
  .headline {
    position: relative;
    border-top: 1px solid #fff;
    height: 56px;
    padding-left: 58px;
  }
  .headline .select {
    width: 80px;
  }
  .headline .select .select-button {
    height: 55px;
    padding: 14px 26px 11px 12px;
    font-size: 16px;
  }
  .headline .select .select-button:after {
    margin-top: -4px;
    right: 15px;
    border-top-color: #5f742e;
  }
  .headline .select .select-drop a {
    padding: 12px 12px 11px;
  }
  .headline h1 {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 7px 16px;
  }
  .btn-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: #718c30;
  }
  .btn-back:before,
  .btn-back:after {
    width: 10px;
  }
  .btn-back:after {
    margin-top: -6px;
  }
  .actions {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    height: 48px;
    overflow: visible;
  }
  .actions .toggle-actions {
    display: block;
    position: relative;
  }
  .actions .toggle-actions:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #929395;
    border-bottom-width: 0;
    margin: -3px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .actions a {
    padding: 15px 23px;
  }
  .actions ul {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    background: #fff2f2;
    display: block;
    text-align: left;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .actions ul li {
    display: block;
    border-top: 1px solid #ccc2c2 !important;
  }
  .actions ul li:last-child {
    width: 100%;
  }
  .actions .icon {
    float: right;
    margin-right: -11px;
    margin-left: 11px;
  }
  .actions.active ul {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .actions.active .toggle-actions:after {
    border-top-width: 0;
    border-bottom: 8px solid #929395;
  }
  .bands-list {
    display: none;
  }
  #main {
    padding-top: 104px;
  }
  .text-holder {
    padding: 20px;
  }
  .main-content .ttl {
    float: none;
    margin: 0 0 15px;
    width: auto;
  }
  .main-content .txt {
    height: auto !important;
    padding-bottom: 0;
  }
  .main-content .txt div:first-child {
    padding-top: 0;
    border: none;
  }
  .main-content .txt .section {
    border-top: 1px solid #1c1e23;
    padding-top: 17px;
  }
  .main-content .toggle-txt {
    display: none;
  }
  .details-tabset {
    display: none;
  }
  .dt-content {
    position: static;
  }
  .dt-content.active:not(.hide-active) .dtc-ttl {
    background: #1b1f26;
  }

  .dt-content.active .dtc-ttl:after {
    border-top-width: 0;
    border-bottom-width: 8px;
  }
  .dt-content.active .dtc-content {
    display: block;
  }
  .dtc-ttl {
    display: block;
    position: relative;
    background: #101217;
    border: solid #404145;
    border-width: 1px 0;
    padding: 16px 160px 15px 22px;
    margin-bottom: -1px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #dt-06 .dtc-ttl,
  #dt-07 .dtc-ttl,
  #dt-08 .dtc-ttl,
  #dt-09 .dtc-ttl,
  #dt-10 .dtc-ttl {
    cursor: default;
  }

  .dtc-ttl:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #929395;
    border-bottom: 0px solid #929395;
    margin: -3px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #dt-06 .dtc-ttl:after,
  #dt-07 .dtc-ttl:after,
  #dt-08 .dtc-ttl:after,
  #dt-09 .dtc-ttl:after,
  #dt-10 .dtc-ttl:after
  {
    border: none;
  }
  .dtc-ttl div {
    position: absolute;
    margin: 16px 46px 15px 20px;
    right: 0;
    top: 0;
    height: 98px;
  }
  .dtc-ttl .percent {
    position: absolute;
    width: 90px;
    right: 50px;
    top: 43px;
    text-align: center;
    font: 35px/45px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  }
  .dtc-ttl .dt-ttl {
    font: 18px/24px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
    width: 100%;
    height: 98px;
    display: table;
  }
  .dtc-ttl .dt-ttl span {
    display: table-cell;
    vertical-align: middle;
  }
  .dtc-content {
    display: none;
  }
  .dtc-inner {
    padding: 23px 22px;
    position: relative;
  }
  .dtc-inner:before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 47px;
    height: 2px;
    background: #333745;
  }
  .dtc-num,
  .dtc-score {
    position: relative;
    z-index: 2;
    background: #1b1f26;
  }
  .dtc-txt {
    width: 100%;
  }
  .dtc-score {
    width: auto;
    padding: 6px 11px;
    line-height: 31px;
    height: auto;
    margin-bottom: 17px;
  }
  .dtcs-num {
    padding-left: 4px;
    float: left;
    position: static;
    font-size: inherit;
    line-height: inherit;
    margin-right: 10px;
  }
  .scale {
    position: relative;
    float: left;
    top: auto;
    right: auto;
  }
  .dtcs-txt {
    float: left;
  }
  .dtcs-txt:after {
    content: " - ";
  }
  .slide-ttl {
    padding: 20px 40px 20px 20px;
  }
  .tt-content-block {
    padding: 0 5px;
    width: 100% !important;
  }
  .tt-wrapper {
    position: relative;
    background: #1b1f26;
  }
  .toggle-tabs {
    display: block;
    height: 53px;
    border-bottom: 1px solid #434448;
    padding: 14px 20px 12px;
    font: 16px/26px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .toggle-tabs:before,
  .toggle-tabs:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 11px solid #434448;
    border-bottom-width: 0;
    margin: 0 0 0 -12px;
  }
  .toggle-tabs:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 9px solid #1b1f26;
    margin: 0 0 0 -11px;
  }
  .toggle-tabs span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .toggle-tabs em {
    float: right;
    position: relative;
    padding: 0 24px;
    font-style: normal;
    font-family: 'proxima_nova_rgregular', Arial, Tahoma, sans-serif;
    color: #848484;
    font-size: 15px;
  }
  .toggle-tabs em:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #848484;
    border-bottom-width: 0;
    margin: -4px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .active .toggle-tabs em:after {
    border-top-width: 0;
    border-bottom: 8px solid #848484;
  }
  .active .text-tabset {
    top: 100%;
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .text-tabset {
    position: absolute;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 150%;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .text-tabset li {
    float: none;
    border-left: none;
    border-bottom: 1px solid #434448;
  }
  .text-tabset li.active {
    display: none;
  }
  .text-tabset a {
    padding: 13px 20px 9px;
  }
  .tt-content .tt-block-wrapper {
    border: none;
    margin: 0;
  }
  .contacts-form {
    padding: 0;
    margin-right: -15px;
  }
  .contacts-form .row .input-holder {
    float: none;
    width: auto;
  }
  .input-holder {
    border-bottom-width: 15px;
    padding-right: 15px;
  }
  .submit-holder {
    padding: 0 15px 0 0 ;
  }
  .submit-holder .btn {
    display: block;
    margin: 0;
    float: none;
    width: 100%;
  }
  /* 
    light theme */
  .light-theme .actions ul {
    background: #111217;
  }
  .light-theme .main-content .txt .section {
    border-top-color: #cecccd;
  }
  .light-theme .dtc-ttl {
    background: #f2f0f1;
    border-color: #cecccd;
    color: #1c1b20;
  }
  .light-theme .dt-content.active:not(.hide-active) .dtc-ttl {
    background: #e7e6e7;
  }
  .light-theme .dtc-inner:before {
    background: #aaa9aa;
  }
  .light-theme .dtc-num,
  .light-theme .dtc-score {
    background: #e7e6e7;
  }
}
