@font-face {    drop-lnk,
  font-family: 'bebas_neuelight';
  src: url('../fonts/bebasneue_light-webfont.eot');
  src: url('../fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_light-webfont.woff2') format('woff2'),  url('../fonts/bebasneue_light-webfont.woff') format('woff'), url('../fonts/bebasneue_light-webfont.ttf') format('truetype'), url('../fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {		drop-lnk,
  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;		
}		
/*		
  Base styles */		
html,		
body {		
  height: 100%;		
}		
body {		
  margin: 0;		
  color: #ffffff;		
  font: 16px 'roboto', Arial, Tahoma, sans-serif;		
  font-weight: 500;		
  background: #0f1218;		
  min-width: 320px;		
  -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;		
}		
body * {		
  -webkit-box-sizing: border-box;		
  -moz-box-sizing: border-box;		
  box-sizing: border-box;		
}		
a {		
  color: #fab01d;		
  text-decoration: none;		
}		
.no-touch a:hover {		
  text-decoration: underline;		
}		
img {		
  border-style: none;		
}		
input,		
textarea,		
select {		
  font: 16px 'proxima_novasemibold', Arial, Tahoma, sans-serif;		
  vertical-align: middle;		
  color: #212121;		
  outline: none;		
  -webkit-border-radius: 0;		
  -webkit-background-clip: padding-box;		
  -moz-border-radius: 0;		
  -moz-background-clip: padding;		
  border-radius: 0;		
  background-clip: padding-box;		
  -webkit-box-shadow: none;		
  -moz-box-shadow: none;		
  box-shadow: none;		
}		
input[type=submit],		
button {		
  -webkit-appearance: none;		
}		
form,		
fieldset {		
  margin: 0;		
  padding: 0;		
  border-style: none;		
}		
.absolute {		
  position: absolute;		
}		
.relative {		
  position: relative;		
}		
.hidden {		
  display: none;		
}		
.clear {		
  clear: both;		
}		
.nowrap {		
  white-space: nowrap;		
}		
.pull-left {		
  float: left;		
}		
.pull-right {		
  float: right;		
}		
.clearfix {		
  height: 100%;		
}		
.clearfix:before,		
.clearfix:after {		
  content: "";		
  display: table;		
  clear: both;		
}		
mark {		
  background: none;		
  color: #c8051d;		
}		
.color-a {		
  color: #229bd7;		
}		
.color-b {		
  color: #00a459;		
}		
.color-c {		
  color: #92b63e;		
}		
.color-d {		
  color: #ef9121;		
}		
.color-e {		
  color: #f26631;		
}		
.color-f {		
  color: #e02128;		
}		
.background-a {		
  background: #229bd7 !important;		
}		
.background-b {		
  background: #00a459 !important;		
}		
.background-c {		
  background: #92b63e !important;		
}		
.background-d {		
  background: #ef9121 !important;		
}		
.background-e {		
  background: #f26631 !important;		
}		
.background-f {		
  background: #e02128 !important;		
}		
/* 		
  Styles */		
.page-template-page-main, .page-template-page-map {		
  background: #2d3542;		
}		
#header {		
  position: fixed;		
  right: 0;		
  top: 0;		
  left: 55px;		
  height: 53px;		
  background: #fab124;		
  color: #272f21;		
}		
#header .header-ttl {		
  margin: 10px 34px;		
  text-transform: uppercase;		
  font: 30px/33px 'bebas_neuebold', Arial, Tahoma, sans-serif;		
  overflow: hidden;		
  text-overflow: ellipsis;		
  white-space: nowrap;		
}		
.logo {		
  display: block;		
  background: url(../images/logo-orange.gif) no-repeat;		
  width: 55px;		
  height: 53px;		
  text-indent: -9999px;		
  overflow: hidden;		
}		
.logo a {		
  display: block;		
  height: 100%;		
}		
.logo.logo-uk {		
  float: right;		
  background: url(../images/logo-ti-ds-dark.png) 0 0 no-repeat;		
  background-size: 131px;		
  width: 131px;		
  height: 35px;		
  margin: 13px 19px 0;		
}		
.logo.logo-uk.logo-uk-dark {		
  background-image: url(../images/logo-transparency-int-uk-dark.png);		
}		
#navbar {		
  position: fixed;		
  left: 0;		
  top: 0;		
  bottom: 0;		
  width: 55px;		
  background: #c5c4c5;		
  z-index: 101;		
}		
#navbar .logo {		
  position: absolute;		
  left: 0;		
  top: 0;		
}		
#navbar .logo.logo-bottom {		
  top: auto;		
  bottom: 0;		
  background-image: url(../images/logo-orange.gif);		
}		
#navbar .mobile-ttl .txt {		
  display: none;		
}		
#navbar .mobile-txt {		
  display: none;		
}		
#nav {		
  display: table;		
  height: 100%;		
  width: 100%;		
  border-bottom: 80px solid transparent;		
}		
#nav > ul {		
  display: table-cell;		
  vertical-align: middle;		
  padding: 0;		
  margin: 0;		
  list-style: none;		
}		
#nav > ul > li {		
  border-bottom: 1px solid #9e9d9f;		
  position: relative;		
}		
#nav > ul > li:first-child {		
  border-top: 1px solid #9e9d9f;		
}		
#nav > ul > li.active > a {		
  background: #f9f9f9;		
}		
#nav > ul > li.active .drop-lnk,
#nav > ul > li.active .nav-drop {
  z-index: 100;
  visibility: visible;
  left: 100%;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#nav > ul > li.active .nav-drop {
  left: 54px;
}
#nav > ul > li > a {
  display: block;
  height: 53px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  -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;
}
#nav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}
#nav > ul > li > a.active {
  background: #2D3542!important;
}
#nav > ul > li > a.active.icon-info {
  background: #101217 !important;
}
#nav > ul > li > a.active:after {
  background-position: 0 100% !important;
}
#nav > ul > li > a.icon-list:after {
  background: url(../images/icons/icon-list.png) no-repeat;
  width: 30px;
  height: 28px;
  margin: -14px 0 0 -15px;
}
#nav > ul > li > a.icon-map:after {
  background: url(../images/icons/icon-map.png) no-repeat;
  width: 22px;
  height: 25px;
  margin: -11px 0 0 -12px;
}
#nav > ul > li > a.icon-report:after {
  background: url(../images/icons/icon-report.png) no-repeat;
  width: 28px;
  height: 26px;
  margin: -13px 0 0 -14px;
}
#nav > ul > li > a.icon-info:after {
  background: url(../images/icons/icon-info.png) no-repeat;
  width: 31px;
  height: 32px;
  margin: -15px 0 0 -16px;
}
.no-touch #nav > ul > li > a:hover {
  background: #f9f9f9;
}
.no-touch #nav > ul > li:hover > a {
  background: #f9f9f9;
}
.no-touch #nav > ul > li:hover .drop-lnk,
.no-touch #nav > ul > li:hover .nav-drop {
  z-index: 100;
  visibility: visible;
  left: 100%;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.no-touch #nav > ul > li:hover .nav-drop {
  left: 54px;
}
.drop-lnk {
  position: absolute;
  /*left: 70px;*/
  left: 100%;
  top: 0;
  z-index: -1;
  height: 100%;
  padding: 12px 57px 11px 22px;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #f2f0f1;
  font: 18px/30px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  border-bottom: 1px solid #b5b8be;
  border-left: 1px solid #b5b8be;
  -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;
}
.drop-lnk a {
  color: #101217;
  display: block;
  position: relative;
  white-space: nowrap;
  -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;
}
.drop-lnk a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -5px;
  height: 1px;
  background: transparent;
  -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;
}
.drop-lnk a:after {
  content: "→";
  position: absolute;
  left: 100%;
  margin-left: 12px;
}
.no-touch .drop-lnk a:hover {
  text-decoration: none;
}
.no-touch .drop-lnk a:hover:before {
  background: #101217;
}
.nav-drop {
  position: fixed;
  left: 70px;
  top: 0;
  z-index: -1;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 243px;
  background: #f8f8f8;
  font: 18px/30px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  -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;
}
.nav-drop .dscr {
  display: none;
}
.nav-drop .logo {
  position: static !important;
  width: 100%;
  height: 181px;
  background-image: url(../images/logo-drop.gif);
}
.nav-drop ul {
  padding: 2px 0 0;
  margin: 0;
  list-style: none;
}
.nav-drop ul li {
  border-bottom: 1px solid #c6c6c6;
}
.nav-drop ul a {
  display: block;
  color: #303030;
  padding: 12px 25px 11px;
  -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;
}
.nav-drop ul a:after {
  content: "→";
  margin-left: 15px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
.no-touch .nav-drop ul a:hover {
  background: #eaeaea;
  text-decoration: none;
}
.no-touch .nav-drop ul a:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.drop-btn {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
  text-align: center;
  background: #fab224;
  font: 18px/30px 'proxima_nova_rgbold_italic', Arial, Tahoma, sans-serif;
  padding: 8px;
  color: #303030;
  -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;
}
.no-touch .drop-btn:hover {
  text-decoration: none;
  background: #fad895;
}
.theme-switcher {
  position: absolute;
  left: 9px;
  bottom: 67px;
  width: 34px;
  height: 34px;
  border: 2px solid #5a5b5f;
  color: #5a5b5f;
  text-align: center;
  line-height: 30px;
  font-family: 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: 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;
}
.no-touch .theme-switcher:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5b5f;
}
#main {

  height: 100%;
  padding: 111px 0 0;
  margin: 0 0 0 352px;
  margin-top: -20px;
  overflow: hidden;
  position: relative;
}
.page-template-page-main #main, .page-template-page-map #main {
  padding: 151px 30px 0 85px;
  margin: 0;
}
.page-template-page-main #main:after, .page-template-page-map #main:after {
  display: none;
}
#textpage #main {
  padding: 53px 0 0 55px;
  margin: 0;
}
#heading {
  position: relative;
  z-index: 2;
  border-top: 1px solid #0f1d30;
  border-bottom: 1px solid #5d6a7e;
  background: #434955;
  margin: -98px -30px 0;
  padding: 22px 25px 16px 33px;
  font: 16px/22px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  height: 100%;
  height: auto;
  color: #5d6a7e;
}
#heading:before,
#heading:after {
  content: "";
  display: table;
  clear: both;
}
#heading .select {
  margin-top: 1px;
}
#heading p {
  margin: 0;
}
.sort-by {
  float: left;
  margin: 2px 26px 0 0;
}
.sort-by p {
  padding: 0;
}
.sort-by ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}
.sort-by ul li {
  display: inline-block;
  vertical-align: top;
}
.sort-by ul li:before {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 8px;
}
.sort-by ul li:first-child:before {
  display: none;
}
.sort-by a {
  color: #5d6a7e;
  border-bottom: 1px solid transparent;
  -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;
}
.sort-by a.active {
  color: #f3f2f2;
  border-color: #fab224;
}
.sort-by a:hover {
  text-decoration: none;
  color: #f3f2f2;
}
.no-touch .sort-by a:hover {
  text-decoration: none;
  color: #f3f2f2;
}
.select {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 180px;
  background: #fff;
  font: 16px/30px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 7px;
}
.select.select-active {
  -webkit-box-shadow: 0 0 5px #229ee0;
  -moz-box-shadow: 0 0 5px #229ee0;
  box-shadow: 0 0 5px #229ee0;
}
.select.select-active .select-drop {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 100%;
  -webkit-box-shadow: 0 1px 3px #229ee0;
  -moz-box-shadow: 0 1px 3px #229ee0;
  box-shadow: 0 1px 3px #229ee0;
}
.select.select-active.select-bordered .select-button {
  background: #fff;
  border-color: #fff;
}
.select .select-button {
  display: block;
  position: relative;
  height: 50px;
  border: 2px solid #fff;
  padding: 8px 40px 8px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  z-index: 2;
  outline: 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;
}
.select .select-button: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 #000;
  margin: -3px 0 0;
}
.select .select-drop {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  /*top: 150%;*/
  font: 15px/18px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  -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;
}
.select .select-drop li {
  border-top: 1px solid #ccc;
}
.select .select-drop li.active a {
  background: #d8d8d8;
  color: #229ee0;
  text-decoration: none;
}
.select .select-drop a {
  display: block;
  color: #000;
  padding: 17px 20px;
  -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;
}
.select.select-bordered {
  background: none;
  color: #646d79;
  width: 105px;
}
.select.select-bordered .select-button {
  color: #646d79;
  border-color: #646d79;
}
.select.select-bordered .select-button:after {
  border-color: #646d79 transparent transparent;
}
.select.select-bordered .select-drop {
  font-size: 16px;
}
.select.select-bordered .select-drop a {
  padding-left: 28px;
  padding-right: 28px;
}
.no-touch .select-button:hover {
  text-decoration: none;
}
.no-touch .select-drop a:hover {
  background: #d8d8d8;
  color: #229ee0;
  text-decoration: none;
}
.search-section {
  margin: 0 303px 0 187px;
  height: 52px;
  background: #525d6a;
  position: relative;
}
.search-section:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  background: url(../images/icons/icon-search.png) 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.search-section form {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-section input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 52px;
  background: none;
  border: 1px solid transparent;
  padding: 11px 20px;
  margin: 0;
  line-height: 30px;
  z-index: 2;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -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;
}
.search-section input::-webkit-input-placeholder {
  color: #ffffff;
}
.search-section input:-moz-placeholder {
  color: #ffffff;
}
.search-section input::-moz-placeholder {
  color: #ffffff;
}
.search-section input:-ms-input-placeholder {
  color: #ffffff;
}
.search-section input:focus {
  background: #f2f0f1;
  border-color: #2797d4;
  -webkit-box-shadow: 0 0 1px #2797d4 inset;
  -moz-box-shadow: 0 0 1px #2797d4 inset;
  box-shadow: 0 0 1px #2797d4 inset;
}
.search-section input:focus::-webkit-input-placeholder {
  color: #f2f0f1;
}
.search-section input:focus:-moz-placeholder {
  color: #f2f0f1;
}
.search-section input:focus::-moz-placeholder {
  color: #f2f0f1;
}
.search-section input:focus:-ms-input-placeholder {
  color: #f2f0f1;
}
.search-section input:focus + .search-drop {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
  top: 100%;
}
.search-drop {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
  background: #d8d8d8;
  -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;
  font: 16px/30px 'proxima_nova_rgregular', Arial, Tahoma, sans-serif;
}
.search-drop li {
  border-bottom: 1px solid #dedede;
}
.search-drop li:last-child {
  border: none;
}
.search-drop li.active a {
  margin: 0 -1px;
  padding-left: 21px;
  padding-right: 21px;
  background: #7ea233;
  color: #fff;
  text-decoration: none;
}
.search-drop li.active a:before {
  content: "";
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 23px;
  top: 50%;
}
.search-drop li.active a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -3px;
}
.search-drop a {
  display: block;
  position: relative;
  padding: 14px 20px;
  color: #201d1d;
  -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;
}
.search-drop strong {
  font-weight: normal;
  font-family: 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
}
.no-touch .search-drop a:hover {
  margin: 0 -1px;
  padding-left: 21px;
  padding-right: 21px;
  background: #7ea233;
  color: #fff;
  text-decoration: none;
}
.no-touch .search-drop a:hover:before {
  content: "";
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 23px;
  top: 50%;
}
.no-touch .search-drop a:hover:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -3px;
}
.bands {
  height: 100%;
  overflow: auto;
  margin: 0 -30px;
  padding: 0 30px;
  font: 14px/16px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  position: absolute;
  left: -99999px;
  top: -99999px;
  visibility: hidden;
}
.bands.active {
  position: relative;
  left: auto;
  top: auto;
  visibility: visible;
}
.bands .row {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #434955;
  padding: 23px 0;
}
.bands .row.band-a .ttl span,
.bands .row.band-a ul a {
  color: #229bd7;
}
.bands .row.band-b .ttl span,
.bands .row.band-b ul a {
  color: #00a459;
}
.bands .row.band-c .ttl span,
.bands .row.band-c ul a {
  color: #92b63e;
}
.bands .row.band-d .ttl span,
.bands .row.band-d ul a {
  color: #ef9121;
}
.bands .row.band-e .ttl span,
.bands .row.band-e ul a {
  color: #f26631;
}
.bands .row.band-f .ttl span,
.bands .row.band-f ul a {
  color: #e02128;
}
.bands .ttl {
  float: left;
  width: 129px;
  height: 60px;
  border: 2px solid #5d6a7e;
  font: 45px/56px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  margin: 0 39px 0 0;
  padding-left: 11px;
}
.bands .num {
  float: right;
  width: 90px;
  text-align: right;
  font: 45px/56px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  color: #5d6a7e;
}
.bands ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.bands-abc {
  height: 100%;
  overflow: auto;
  margin: 0 -30px;
  padding: 0 66px 0 30px;
  font: 14px/20px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  position: absolute;
  left: -99999px;
  top: -99999px;
  visibility: hidden;
}
.bands-abc.active {
  position: relative;
  left: auto;
  top: auto;
  visibility: visible;
}
.bands-abc .row {
  overflow: hidden;
  border-bottom: 1px solid #273445;
  padding: 30px 0;
}
.bands-abc .row ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  /* -webkit-column-count: 3; */

}
.bands-abc .row ul li {
  /* overflow: hidden; */
  /* display: block; */
  text-overflow: ellipsis;
  width: 30%;
  float: left;
  margin-left: 3%;
}
.bands-abc .row .band {
  float: left;
  margin: 2px 18px 0 0;
  width: 16px;
  height: 16px;
  font: 11px/16px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.bands-abc .row .band-a {
  background: #229bd7;
}
.bands-abc .row .band-b {
  background: #00a459;
}
.bands-abc .row .band-c {
  background: #92b63e;
}
.bands-abc .row .band-d {
  background: #ef9121;
}
.bands-abc .row .band-e {
  background: #f26631;
}
.bands-abc .row .band-f {
  background: #e02128;
}
.bands-abc .row .txt {
  margin-left: 34px;
}
.abc {
  position: fixed;
  top: 180px;
  bottom: 30px;
  right: 15px;
  padding: 0 15px 0 0;
  margin: 0;
  list-style: none;
  font: 14px/22px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.abc a {
  color: #3d4857;
  -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;
}
.no-touch .abc a:hover {
  color: #fff;
  text-decoration: none;
}
.letter {
  float: left;
  width: 54px;
  height: 54px;
  border: 2px solid #5d6a7e;
  font: 42px/50px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-align: center;
  color: #fff;
  margin: 0 41px 0 0;
  text-transform: uppercase;
}
#sidebar {
  position: fixed;
  left: 55px;
  top: 0;
  height: 100%;
  background: #2d3542;
  width: 297px;
  padding: 13px 30px;
  font: 14px/16px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
}
#sidebar.band-a .ttl mark,
#sidebar.band-a a {
  color: #229bd7;
}
#sidebar.band-b .ttl mark,
#sidebar.band-b a {
  color: #00a459;
}
#sidebar.band-c .ttl mark,
#sidebar.band-c a {
  color: #92b63e;
}
#sidebar.band-d .ttl mark,
#sidebar.band-d a {
  color: #ef9121;
}
#sidebar.band-e .ttl mark,
#sidebar.band-e a {
  color: #f26631;
}
#sidebar.band-f .ttl mark,
#sidebar.band-f a {
  color: #e02128;
}
#sidebar .logo {
  float: none;
  margin: 0 0 14px;
}
#sidebar .ttl {
  font: 46px/52px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  overflow: hidden;
  margin: 0 0 19px;
}
#sidebar .ttl span {
  float: right;
  color: #5d6a7e;
}
#sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.no-touch #sidebar:after,
.no-touch #main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #101217;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  -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;
}
.no-touch #sidebar:hover:after,
.no-touch #main:hover:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
}
.no-touch #main:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
}
.no-touch #main.non-active:after {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
}
.no-touch .homepage #main:after, .no-touch .page-template-page-map #main:after {
  display: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.headline {
  background: #92b63e;
  height: 62px;
  color: #fff;
}
.headline h1 {
  margin: 0;
  padding: 19px 29px 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 28px/32px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
}
.headline .select {
  float: left;
  width: 100px;
  margin: 0;
  background: none;
  border-left: 1px solid #a8c565 !important;
  background: none !important;
}
.headline .select .select-button {
  height: 62px;
  border: none;
  padding: 18px 28px 14px 24px;
  color: #fff !important;
}
.headline .select .select-drop {
  background: #aad140 !important;
}
.headline .select .select-drop li {
  border-top-color: #83a836 !important;
}
.headline .select .select-drop li.active a {
  background: #91b73d !important;
  color: #fff !important;
}
.headline .select .select-drop a {
  color: #fff !important;
}
.headline .select.select-active {
  -webkit-box-shadow: 0 0 5px #80a138 !important;
  -moz-box-shadow: 0 0 5px #80a138 !important;
  box-shadow: 0 0 5px #80a138 !important;
}
.headline .select.select-active .select-button {
  background: #aad140 !important;
}
.headline .select.select-active .select-drop {
  -webkit-box-shadow: 0 1px 3px #80a138 !important;
  -moz-box-shadow: 0 1px 3px #80a138 !important;
  box-shadow: 0 1px 3px #80a138 !important;
}
.no-touch .headline .select .select-button:hover {
  background: #aad140;
}
.no-touch .headline .select .select-drop li a:hover {
  background: #91b73d;
  color: #fff !important;
}
.btn-back {
  float: left;
  position: relative;
  height: 62px;
  border-left: 1px solid #a8c565;
  width: 70px;
  text-indent: -9999px;
  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;
}
.btn-back:after,
.btn-back:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -8px;
}
.btn-back:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .btn-back:hover {
  background: #aad140;
}
.actions {
  background: #f2f0f1;
  overflow: hidden;
  color: #000;
  height: 49px;
  font: 14px/49px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.actions a {
  display: block;
  color: #000;
  -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 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
.actions ul li {
  display: table-cell;
  border-left: 1px solid #c2c0c1;
}
.actions ul li:first-child {
  border: none;
}
.actions ul li:last-child {
  width: 170px;
}
.actions .icon {
  vertical-align: middle;
  margin-right: 22px;
}
.actions .toggle-actions {
  display: none;
}
.no-touch .actions a:hover {
  background: #c2c0c1;
  text-decoration: none;
}
.icon {
  display: inline-block;
  vertical-align: baseline;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.icon.icon-download {
  background: url(../images/icons/icon-download.png) no-repeat;
}
.icon.icon-compare {
  background: url(../images/icons/icon-compare.png) no-repeat;
}
.bands-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #404146;
  color: #404145;
  font: 16px/37px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.bands-list li {
  float: left;
  padding-top: 17px;
  position: relative;
}
.bands-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  height: 11px;
  background: #535353;
}
.bands-list li:first-child:before {
  left: 0;
}
.bands-list li.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 11px;
  left: 50%;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #535353;
}
.bands-list li.active.color-a:before {
  background: #229bd7;
}
.bands-list li.active.color-a:after {
  border-top-color: #229bd7;
}
.bands-list li.active.color-b:before {
  background: #00a459;
}
.bands-list li.active.color-b:after {
  border-top-color: #00a459;
}
.bands-list li.active.color-c:before {
  background: #92b63e;
}
.bands-list li.active.color-c:after {
  border-top-color: #92b63e;
}
.bands-list li.active.color-d:before {
  background: #ef9121;
}
.bands-list li.active.color-d:after {
  border-top-color: #ef9121;
}
.bands-list li.active.color-e:before {
  background: #f26631;
}
.bands-list li.active.color-e:after {
  border-top-color: #f26631;
}
.bands-list li.active.color-f:before {
  background: #e02128;
}
.bands-list li.active.color-f:after {
  border-top-color: #e02128;
}
.main-content {
  height: 100%;
  overflow: auto;
}
.main-content .ttl {
  float: left;
  font: 40px/48px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  text-decoration: underline;
  width: 200px;
  margin-right: 42px;
}
.main-content .ttl span {
  text-decoration: underline;
  display: block;
}
.main-content h2 {
  margin: 0 0 5px;
  color: #717171;
  font: 15px/17px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.main-content .txt {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.main-content .txt.band-a a {
  color: #229bd7;
}
.main-content .txt.band-b a {
  color: #00a459;
}
.main-content .txt.band-c a {
  color: #92b63e;
}
.main-content .txt.band-d a {
  color: #ef9121;
}
.main-content .txt.band-e a {
  color: #f26631;
}
.main-content .txt.band-f a {
  color: #e02128;
}
.main-content .txt .toggle-txt {
  position: absolute;
  right: 0;
  bottom: 1px;
  padding: 0 30px;
  color: #fab01d !important;
  font: 16px/24px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  background: #101217;
}
.main-content .txt ul {
/*  padding: 0;
  margin: 0 0 17px;*/
  list-style: none;
}
.main-content .txt ul li:before {
  content: "- ";
}
.text-holder {
  padding: 30px;
  height: 100%;
  line-height: 24px;
}
.text-holder:before,
.text-holder:after {
  content: "";
  display: table;
  clear: both;
}
.text-holder p,
.text-holder ul,
.text-holder ol,
.text-holder table,
.text-holder blockquote,
.text-holder dl {
  margin: 0 0 17px;
}
.details-tabset {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  font: 15px/17px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
}
.details-tabset li {
  display: table-cell;
  width: 20%;
  height: 137px;
  position: relative;
  overflow: hidden;
  border: solid #34353a;
  border-width: 1px 0 1px 1px;
}
.details-tabset li:first-child {
  border-left-width: 0;
}
.details-tabset li.active {
  border-bottom-color: #1b1f26;
}
.details-tabset li.active a {
  background: #1b1f26;
}
.details-tabset a {
  display: block;
  height: 100%;
  color: #fff;
  -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;
}
.details-tabset div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98px;
  height: 98px;
  margin: -49px 0 0 -49px;
}
.details-tabset .dt-ttl {
  display: none;
}
.details-tabset .percent {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font: 35px/45px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  margin-top: -23px;
  text-align: center;
}
.details-tabset a {
  padding-top: 128px;
  height: auto;
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.details-tabset div {
  top: 21px;
  margin-top: 0;
}
.details-tabset .percent {
  margin-top: 0;
  top: 29%;
}
.details-tabset .dt-ttl {
  display: block;
  text-align: center;
  padding: 2px 10px 10px;
}
.no-touch .details-tabset:not(.details-tabset2) a:hover {
  background: #1b1f26;
  text-decoration: none;
}
.details-tabset2 * {
  text-decoration: none !important;
  cursor: default !important;
}
.dt-content {
  background: #1b1f26;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.dt-content.active {
  position: static;
}
.dtc-ttl {
  display: none;
}
.dtc-inner {
  padding: 34px 22px;
  border-bottom: 1px solid #404145;
  overflow: hidden;
}
.dtc-num {
  float: left;
  width: 47px;
  height: 47px;
  border: 2px solid #333745;
  text-align: center;
  font: 30px/42px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  padding-left: 3px;
  margin-right: 20px;
}
.dtc-score {
  position: relative;
  float: right;
  width: 105px;
  height: 120px;
  border: 2px solid #333745;
  margin-left: 20px;
  font: 30px/40px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  text-align: center;
  padding-top: 59px;
}
.dtc-txt {
  overflow: hidden;
}
.dtc-txt p,
.dtc-txt ul,
.dtc-txt ol,
.dtc-txt dl,
.dtc-txt table,
.dtc-txt blockquote {
  margin: 0 0 17px;
}
.dtc-txt-inner {
  border-bottom: 1px solid #37393c;
  margin-bottom: 17px;
}
.dtcs-num {
  font-size: 40px;
  line-height: 45px;
  position: absolute;
  right: 62px;
  top: 21px;
}
.score-NA .dtcs-num {
  right: 32px;
}
.scale {
  position: absolute;
  top: 26px;
  right: 22px;
  background: url(../images/icons/icon-scale.gif) no-repeat;
  width: 34px;
  height: 31px;
}
.scale span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: inherit;
  background-position: 0 100%;
}
.dtcs-toggle-comments {
  color: #848484;
  font: 14px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.dtcs-toggle-comments em {
  font-style: normal;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
}
.dtcs-toggle-comments span {
  display: none;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
}
.dtcs-toggle-comments.active em {
  display: none;
}
.dtcs-toggle-comments.active span {
  display: inline;
}


.dtcs-toggle-any {
  color: #848484;
  font: 14px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.dtcs-toggle-any em {
  font-style: normal;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
}
.dtcs-toggle-any span {
  display: none;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
}
.dtcs-toggle-any.active em {
  display: none;
}
.dtcs-toggle-any.active span {
  display: inline;
}

.slide-ttl {
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 5px 28px;
  color: #757679;
  font: 15px/19px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
}
.slide-ttl:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #47494d;
  margin-top: -6px;
  -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;
}
.slide-ttl.active:after {
  border-top-width: 0;
  border-bottom: 10px solid #47494d;
}
.slide-ttl span {
  margin-left: 10px;
}
.main-inner {
  height: 100%;
  overflow: auto;
  position: relative;
}
.promo {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  max-height: 200px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.promo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.promo #map {
  position: absolute;
  width: 100%;
  height: 100%;
}
.promo .txt {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 30px;
}
.promo .txt .sub-ttl {
  display: none;
}
.promo h1,
.promo .ttl {
  margin: 0;
  font: 72px/72px 'bebas_neuebold', Arial, Tahoma, sans-serif;
  color: #fff;
}
.text-tabset {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #1b1f26;
  height: 100%;
  height: auto;
  font: 16px/13px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  border-bottom: 1px solid #434448;
  text-transform: uppercase;
}
.text-tabset:before,
.text-tabset:after {
  content: "";
  display: table;
  clear: both;
}
.text-tabset li {
  float: left;
  border-left: 1px solid #434448;
  overflow: hidden;
}
.text-tabset li:first-child {
  border-left: none;
}
.text-tabset li.active {
  margin-bottom: -1px;
  border-bottom: 1px solid #101217;
}
.text-tabset li.active a {
  background: #101217;
  color: #fff;
}
.text-tabset a {
  display: block;
  padding: 16px 40px;
  color: #a2a2a2;
  -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;
}
.no-touch .text-tabset a:hover {
  text-decoration: none;
  color: #fff;
}
.toggle-tabs {
  display: none;
}
.no-touch .toggle-tabs:hover {
  text-decoration: none;
}
.tt-content {
  padding: 30px 15px 15px;
  height: 100%;
}
.tt-content:before,
.tt-content:after {
  content: "";
  display: table;
  clear: both;
}
.tt-content .tt-block-wrapper {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #404145;
  margin-bottom: 1.5em;
}
.tt-content .tt-block-wrapper:before,
.tt-content .tt-block-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.tt-content h2 {
  font: 18px/30px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #404145;
}
.tt-content-block {
  float: left;
  padding: 0 16px;
  color: #bcbbbd;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 .5em;
}
.tt-content-block img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.tt-content-block p,
.tt-content-block ol,
.tt-content-block ul,
.tt-content-block dl,
.tt-content-block table,
.tt-content-block blockquote {
  margin-top: 0;
  margin-bottom: 1em;
}
.block-1-3 {
  width: 33.33%;
}
.block-2-3 {
  width: 66.66%;
}
.block-3-3 {
  width: 100%;
}
.mark-text {
  font: 24px/34px 'dapifermedium', Arial, Tahoma, sans-serif;
}
.contacts-data {
  float: right;
  width: 33.33%;
  background: #1b1f26;
  margin: -30px -15px 0 0;
  padding: 30px 56px;
  color: #a2a2a2;
  font: 15px/22px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
}
.contacts-data .ttl {
  margin: 0 -35px;
  font: 15px/22px 'proxima_nova_rgbold', Arial, Tahoma, sans-serif;
  color: #fff;
}
.contacts-data p,
.contacts-data ul,
.contacts-data ol,
.contacts-data dl,
.contacts-data table,
.contacts-data blockquote {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.contacts-form {
  overflow: hidden;
  padding-left: 10px;
  font: 14px/18px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  color: #929291;
}
.contacts-form .row {
  overflow: hidden;
}
.contacts-form .row .input-holder {
  width: 50%;
  float: left;
}
.input-holder {
  padding: 0 20px 0 0;
  border-bottom: 20px solid transparent;
  position: relative;
}
.input-holder:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: -1;
}
.input-holder.icon-usr:before {
  background: url(../images/icons/icon-usr.png) no-repeat;
  width: 11px;
  height: 14px;
  margin: -7px 0 0 -4px;
}
.input-holder.icon-mail:before {
  background: url(../images/icons/icon-mail.png) no-repeat;
  width: 17px;
  height: 12px;
  margin: -6px 0 0 -7px;
}
.input-holder.icon-about:before {
  background: url(../images/icons/icon-about.png) no-repeat;
  width: 19px;
  height: 18px;
  margin: -9px 0 0 -9px;
}
.input-holder.icon-msg:before {
  background: url(../images/icons/icon-msg.png) no-repeat;
  width: 17px;
  height: 14px;
  top: 25px;
  margin: -7px 0 0 -7px;
}
.input-holder input,
.input-holder textarea {
  width: 100%;
  background: none;
  border: 1px solid #404145;
  height: 48px;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 20px 14px 42px;
  margin: 0;
  color: #fff;
  -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;
}
.input-holder input:focus,
.input-holder textarea:focus {
  border-color: #fff;
}
.input-holder textarea {
  height: 150px;
  resize: none;
}
.submit-holder {
  padding: 0 20px 17px;
}
.submit-holder .btn {
  float: right;
  width: 50%;
  margin-left: 20px;
}
.btn {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #fab124;
  background: #101217;
  color: #fab124;
  font: 14px/17px 'proxima_novasemibold', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  height: 49px;
  padding: 15px;
  text-align: center;
  -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;
}
.no-touch .btn:hover {
  background: #252a35;
  cursor: pointer;
  text-decoration: none;
}
/* 
light theme */
.light-theme {
  background: #f2f0f1 !important;
  color: #5c5a5b;
}
.light-theme .mCSB_dragger_bar {
  background: rgba(68, 28, 23, 0.2) !important;
}
.light-theme #navbar {
  background: #101217;
}
.light-theme #nav > ul > li {
  border-color: #404145;
}
.light-theme #nav > ul > li > a:after {
  background-position: 0 100%;
}
.light-theme #nav > ul > li > a.active {
  background: #aeb0b0 !important;
}
.light-theme #nav > ul > li > a.active:after {
  background-position: 0 0 !important;
}
.light-theme #nav > ul > li.active a:after {
  background-position: 2 0;
}
.light-theme #heading {
  background: #f6f5f5;
  border-top: 1px solid #f6f5f5;
  border-bottom: 1px solid #c2c0c1;
  color: #6e6d6e;
}
.light-theme .sort-by a {
  color: #8e8e8e;
}
.light-theme .sort-by a.active {
  color: #172b47;
}
.light-theme .search-section {
  background: #e7e7e7;
}
.light-theme .search-section:after {
  background-position: 0 100%;
}
.light-theme .search-section input {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #c5c4c4;
}
.light-theme .search-section input::-webkit-input-placeholder {
  color: #1a1a1a;
}
.light-theme .search-section input:-moz-placeholder {
  color: #1a1a1a;
}
.light-theme .search-section input::-moz-placeholder {
  color: #1a1a1a;
}
.light-theme .search-section input:-ms-input-placeholder {
  color: #1a1a1a;
}
.light-theme .search-section input:focus::-webkit-input-placeholder {
  color: #f2f0f1;
}
.light-theme .search-section input:focus:-moz-placeholder {
  color: #f2f0f1;
}
.light-theme .search-section input:focus::-moz-placeholder {
  color: #f2f0f1;
}
.light-theme .search-section input:focus:-ms-input-placeholder {
  color: #f2f0f1;
}
.light-theme .select {
  background: #cdcdcd;
}
.light-theme .select .select-button {
  border-color: #cdcdcd;
}
.light-theme .select.select-bordered {
  background: #fff;
}
.light-theme .select.select-bordered .select-button:after {
  border-top-color: #ebeaea;
}
.light-theme .select.select-active {
  -webkit-box-shadow: 0 0 2px #229ee0;
  -moz-box-shadow: 0 0 2px #229ee0;
  box-shadow: 0 0 2px #229ee0;
}
.light-theme .select.select-active .select-button {
  background: #fff;
  border-color: #fff;
}
.light-theme .select.select-active .select-drop {
  -webkit-box-shadow: 0 1px 2px #229ee0;
  -moz-box-shadow: 0 1px 2px #229ee0;
  box-shadow: 0 1px 2px #229ee0;
}
.light-theme .bands .ttl {
  color: #172b47;
  border-color: #d9d8d8;
}
.light-theme .bands .row {
  border-color: #d9d8d8;
}
.light-theme .bands-abc .row {
  border-color: #d9d8d8;
}
.light-theme .bands-abc .row a {
  color: #3e3e3e;
}
.light-theme .abc a {
  color: #3d4857;
}
.light-theme .letter {
  border-color: #3d4857;
  color: #172b47;
}
.light-theme .actions {
  background: #111217;
}
.light-theme .actions ul li {
  border-left-color: #33333d;
}
.light-theme .actions a {
  color: #eae9ee;
}
.light-theme .icon.icon-download,
.light-theme .icon.icon-compare {
  background-position: 0 100%;
}
.light-theme .bands-list {
  border-bottom-color: #c2c0c1;
  color: #c2c0c1;
}
.light-theme .bands-list li:before {
  background: #c2c0c1;
}
.light-theme .main-content .ttl {
  color: #06050a;
}
.light-theme .main-content h2 {
  color: #1c1b20;
}
.light-theme .main-content .txt .toggle-txt {
  background: #f2f0f1 !important;
}
.light-theme .details-tabset li {
  border-color: #cecccd;
}
.light-theme .details-tabset li.active {
  border-bottom-color: #e7e6e7;
}
.light-theme .details-tabset li.active a {
  background: #e7e6e7;
}
.light-theme .details-tabset a {
  color: #010002;
}
.light-theme .slide-ttl {
  color: #7e797d;
}
.light-theme .dt-content {
  background: #e7e6e7;
}
.light-theme #sidebar {
  background: #aeb0b0;
  color: #3b3b3d;
}
.light-theme #sidebar .logo {
  background-image: url(../images/logo-transparency-int-uk-dark.png);
}
.light-theme #sidebar .ttl span {
  color: #989697;
}
.light-theme #sidebar a {
  color: #666465 !important;
}
.light-theme .dtc-num,
.light-theme .dtc-score {
  border-color: #aaa9aa;
  color: #010002;
}
.light-theme .scale {
  background-position: 0 -31px;
}
.light-theme .scale span {
  background: none;
  overflow: hidden;
}
.light-theme .scale span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 31px;
  background: url(../images/icons/icon-scale.gif) no-repeat;
}
.light-theme .dtc-txt-inner,
.light-theme .dtc-inner {
  border-bottom-color: #cecccd;
}
.no-touch .light-theme .sort-by a:hover {
  color: #172b47;
}
.no-touch .light-theme .abc a:hover {
  color: #929fb1;
}
.no-touch .light-theme #nav > ul > li > a:hover:after {
  background-position: 0 0;
}
.no-touch .light-theme #nav > ul > li:hover > a:after {
  background-position: 0 0;
}
.no-touch .light-theme .actions a:hover {
  background: #272934;
}
.no-touch .light-theme .details-tabset a:hover {
  background: #e7e6e7;
}


/*fix for light-theme */
body.light-theme .tt-content-block p, body.light-theme .tt-content-block p span, body.light-theme .tt-content-block li span, body.light-theme .tt-content-block ol, body.light-theme .tt-content-block ul, body.light-theme .tt-content .input-holder input, body.light-theme .tt-content .input-holder textarea  {
  color: black !important;
}

#world-map-container {
      position: fixed !important;
    top: 110px !important;
    left: 0px !important;
    right: 0;
    bottom: 0 !important;
    padding-bottom: 0 !important;
    height: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    
}
#world-map {
  bottom: 180px;
    height: auto !important;
}


#map-bands {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 700px;
  height: 50px;
  background-color: transparent;
  white-space: nowrap;
  display: none;
  z-index: 2000;
}

#homepage .sort-by {
    display: none;
  }
@media only screen and (min-width: 901px) {
  #homepage .sort-by {
    display: block;
  }
#world-map-container {
      position: fixed !important;
    top: 151px !important;
    left: 56px !important;
    right: 0;
    bottom: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    padding-bottom: 0 !important;
    bottom: 0 !important;
    height: auto !important;
}
#world-map {
  bottom: 0;

}
}


#map-bands.show {
  display: block;
}
#map-bands > div {
    display: inline-block;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    opacity: 0.6;
}


#map-bands .band {
  height: 18px;
  position: relative;
  display: block;
  min-width: 20px;
  color: rgba(0,0,0,0.7);
  font-weight: 100;
  text-align: center;
  margin-bottom: 5px;
  font-size: 10px;
    line-height: 18px;
}

#map-bands .map-band-letter {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#map-bands[data-active="none"] > div {
  opacity: 0.9;
}



#map-bands >div:hover {
  opacity: 1;
}

#map-bands .map-band-letter {

}

#map-bands #band-a .band {
  background: #229bd7;
}
#map-bands[data-active="a"] #band-a {
  opacity: 1;
}
#map-bands #band-b .band {
  background: #00a459;
}
#map-bands[data-active="b"] #band-b {
  opacity: 1;
}
#map-bands #band-c .band {
  background: #92b63e;
}
#map-bands[data-active="c"] #band-c {
  opacity: 1;
}
#map-bands #band-d .band {
  background: #ef9121;
}
#map-bands[data-active="d"] #band-d {
  opacity: 1;
}
#map-bands #band-e .band {
  background: #f26631;
}
#map-bands[data-active="e"] #band-e {
  opacity: 1;
}
#map-bands #band-f .band {
  background: #e02128;
}
#map-bands[data-active="f"] #band-f {
  opacity: 1;
}
