/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	LAYOUT */

.reset,
.reset * {
  margin: 0;
  padding: 0;
  line-height: 1em;
  list-style: none;
}

.page {
  min-width: 320px;
  max-width: 460px;
  margin: 0 auto;
}
/*.tree .branch {  min-height: 234px; }*/
.tree .branch .leaf {
  display: block;
}

.tree .branch .map {
  height: 330px;
}
.map #js_map {
  height: 100%;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	GENERIC */

body {
  background-color: #f2f2f2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  color: #848484;
  height: 100vh;
}
a {
  color: #98ca3c;
  text-decoration: none;
}
a:hover {
  background-color: #98ca3c;
}
a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[class^="icon-"] {
  color: #bfc3c5;
  font-size: 16px;
}
[class^="icon-"]:hover {
  background-color: transparent;
  opacity: 1;
  color: #98ca3c;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	HEADER */

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 9000;
}

#header .wrap .wrap_bg {
  background-color: #f2f2f2;
  height: 77px;
}

#header .wrap {
  box-shadow: 0 5px 2px -5px #000;
  box-shadow: 0 5px 2px -5px rgba(0, 0, 0, 0.6);
  background-color: #f2f2f2;
  height: 77px;
}

/*	-------------	ID */

#header .id {
  margin: 0 auto 0 auto;
  width: 43px;
  padding-top: 10px;
}

#header .id img {
  display: block;
  width: 43px;
  margin: 0 auto;
  height: auto;
}
/*
	#header .id a { background-color: transparent; }
	#header .id a:hover img { opacity: 0.8; }*/

/*	-------------	FLY */

#header .fly {
  color: #000;
  width: 40px;
  padding: 0 0 0 0;
  float: left;
  margin-left: 10px;
}

.fly {
  position: relative;
}
.fly .block {
  background-color: #fff;
  padding: 10px 0 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 4px -5px rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 40px;
}
.fly .paper {
  z-index: 9200;
}
.fly .plane {
  padding-top: 38px;
  z-index: 9100;
}

.fly .paper a {
  display: none;
  width: 25px;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 0 0 0 0;
}

.fly .plane .point {
  border-bottom: 1px solid #ececec;
  padding: 9px 0 0 0;
  height: 26px;
  width: 25px;
  vertical-align: top;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.fly .plane .point:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
  height: 18px;
}
.fly .plane .selected a {
  color: #ed1c24;
}
.fly .plane .selected a:hover {
  color: #f68d91;
}

#header .off .plane {
  display: none;
}
#header .off .paper .fly_close,
#header .on .paper .fly_open {
  display: none;
}
#header .on .paper .fly_close {
  display: block;
}
#header .off .paper .fly_open {
  display: block;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	BLACKOUT */

#black {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000;
  text-align: center;
  background-image: url(/views/2013/autumn/app/images/bgs/white-60.png);
  display: none;
}

#black .messenger {
  color: #000;
  width: 200px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  margin-top: 20px;
}
#black .messenger .title {
  font-weight: bold;
  font-size: 1.4em;
}
#black .messenger .noted p {
  margin: 20px 20%;
  padding: 0;
  line-height: 1.3em;
  color: #aaa;
}

#black span {
  vertical-align: middle;
  height: 100%;
  display: block;
  margin: auto 0;
  margin-top: 100px;
}

#black .blackout_closure {
  tex-align: center;
  background-color: transparent;
  display: block;
  width: 40px;
  margin: 10px auto 0 auto;
}
#black .blackout_closure i {
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 0;
}
#black .blackout_closure i:before {
  margin: 0;
}

body.blackout #header,
body.blackout #torso,
body.blackout #footer {
  opacity: 0.2;
}
body.blackout #black {
  display: block;
}

@media screen and (min-width: 960px) {
  #black .face {
    float: right;
    clear: both;
    width: 100%;
    max-width: 480px;
  }
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	TREE */

.tree {
  background-color: #f5f5f5;
  padding: 77px 5px 0 5px;
  position: relative;
}
.tree .branch .map {
  background-color: #e5e5e5;
}

.tree .branch .leaf_close {
  float: right;
  display: block;
  text-align: right;
  background-repeat: repeat-y;
  background-position: 13px 0;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  padding-top: 20px;
  width: 18px;
}

.tree .branch .leaf_close .smart_icon {
  color: #98ca3c;
  margin-right: 0;
  background-color: #f5f5f5;
  font-size: 1.6em;
}
.tree .branch .leaf_close .smart_icon:hover {
  opacity: 0.7;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	NOTIFY */

.tree .notify {
  display: block;
  margin-top: 5px;
  color: #999;
  background-color: #fff;
  z-index: 8000;
  /*position: absolute;*/
  padding: 2px 20px 2px 5px;
  border-top: 2px solid #f2f2f2;
  /*box-shadow: 0 5px 20px -2px #888; /*box-shadow: 0 5px 20px -2px rgba(100, 100, 100, 0.6); */
}

.tree .notify .pane {
  margin: 0 auto;
  padding: 5px 0 5px 0;
  position: relative;
}
.tree .notify .pane .icon {
  float: left;
  width: 17px;
  margin-right: 8px;
}
.tree .notify .pane .icon .icon-flash {
  display: block;
  color: #777;
}
.tree .notify .pane .icon .spinner {
  display: none;
}
.tree .notify .pane .icon .spinner img {
  display: block;
}

.tree .notify .pane .msg {
  float: left;
  max-width: 85%;
  line-height: 17px;
  vertical-align: middle;
}

#App.busy .tree .notify .pane {
  /*padding-left: 7px;*/
}
#App.busy .tree .notify .pane .icon {
}
#App.busy .tree .notify .pane .icon .spinner {
  display: block;
}
#App.busy .tree .notify .pane .icon .icon-flash {
  display: none;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	LOGIN */

.tree .branch .login {
  background-color: #f5f5f5;
  padding-top: 0;
  padding-bottom: 5px;
}

.login .block {
  border-bottom: 2px solid #f2f2f2;
  padding: 0 17px 3px 14px;
  font-size: 0.9em;
  color: #b0b0b0;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: 24px 100%;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
}

.login .block .title {
  float: left;
  display: block;
  width: 80%;
  padding-top: 20px;
  margin-bottom: 5px;
}

.login .block .title .smart_icon {
  display: block;
  float: left;
}
.login .block .title .label {
  margin-top: 2px;
  display: block;
  float: left;
  margin-left: 5px;
}

.login .form_block {
  padding-top: 10px;
}
.login .form_block .title {
  padding-top: 0;
}
.login .form_block .title .label {
}

.login .edit form fieldset {
  margin-left: 4px;
  margin-right: 5px;
  margin-bottom: 0;
}
.login .edit form ol.submit {
  margin: 7px 0 2px 3px;
}
.login .edit form ol.submit button {
}
.login .edit form ol.submit li {
  margin: 0;
}

.login .oauth_accounts .title {
  background-image: none;
  padding-top: 8px;
}

.social {
  float: right;
  width: 205px;
  padding-top: 10px;
}
.play {
  background-color: #fff;
  padding-bottom: 8px;
}

.social .service {
  float: left;
  padding-right: 10px;
  width: 35px;
  margin-right: 10px;
  border-right: 1px solid #f0f0f0;
}
.social .service:nth-of-type(2n) {
  /*text-align: center;*/
}
.social .service:last-child {
  margin-right: 0;
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.social .service .status {
  text-transform: uppercase;
  font-size: 0.75em;
  display: block;
  float: left;
  margin: 4px 0 0 5px;
}

.social .service .icon,
.social .service .smart_icon {
  display: block; /*float: left;*/
  margin: 0 auto;
  text-align: center;
}

.social .foursquare .icon {
  width: 16px;
}
.social .foursquare .icon img {
  width: inherit;
  display: block;
}

.social .service a {
  display: block;
  min-width: 22px;
  width: 100%;
  margin: 0 auto;
}
.social .service a:hover {
  background-color: transparent;
}
.social .foursquare a:hover img {
  opacity: 0.6;
}

.tree .branch .login .oauth_accounts {
  padding-bottom: 5px;
  margin-top: 5px;
  background-color: transparent;
  background-image: url(/views/2013/autumn/app/images/bgs/black-5.png);
  background-position: 24px 0;
  background-repeat: repeat-y;
}

.login .edit {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 10px 0;
  font-size: 0.9em;
  color: #b0b0b0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
}

.edit form fieldset .ff {
  display: table;
  width: 100%;
}
.edit form fieldset .ff li {
  display: table-row;
  width: 100%;
}
.edit form fieldset .ff li label,
.edit form fieldset .ff li input {
  display: table-cell;
}

.edit form fieldset input[type="text"],
.edit form fieldset input[type="name"],
.edit form fieldset input[type="email"],
.edit form fieldset input[type="password"],
.edit form fieldset input[type="number"],
.edit form fieldset textarea {
  display: table-cell;
  outline: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 1.13em;
}

.login .edit form fieldset .js_form_option_note {
  margin-bottom: 0;
}
.edit form .note {
  display: table-cell;
  padding: 0 10px 10px 10px;
  font-size: 1.13em;
}

.edit form .note p {
  line-height: 1.3em;
}
.edit form .note p strong {
  margin-bottom: 7px;
}

@media screen and (max-width: 320px) {
  .edit form .note p strong {
    display: block;
    margin-bottom: 7px;
  }
  .edit form .note p br {
    display: none;
  }
}

.edit form fieldset {
  padding: 5px;
  background-color: #fff;
}
.edit form fieldset {
  padding: 5px 5px 5px 5px;
  margin: 5px 0 10px 0;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: repeat-y;
  background-position: 19px 0;
}

.edit form fieldset .ff {
  margin-bottom: 5px;
}
.edit form fieldset .ff:last-child {
  margin-bottom: 0;
}
.edit form fieldset.password_block .ff:first-child {
  margin-bottom: 5px;
}
.edit form fieldset .ff li {
  background-color: #f2f2f2;
}

.edit form fieldset .ff li label {
  width: 20px;
  padding: 5px;
  background-color: #e8e8e8;
  text-align: center;
  background-color: #f9fcf4;
}

.edit form fieldset .ff li:hover label .smart_icon {
  color: #98ca3c;
}

/*.edit form fieldset .ff li input { padding: 10px 1%; background-color: #fff; color: #000; font-size: 1.1em;font-family: Helvetica, Arial,sans-serif }*/

.edit form fieldset .ff li input,
.edit form fieldset textarea {
  padding: 7px 5px 7px 10px;
  font-size: 1.15em;
  color: #848484;
  width: 92%;
}
.edit form fieldset textarea {
  padding: 0 0 0 2%;
  width: 94%;
}
.edit form fieldset .ff li input:hover,
.edit form fieldset textarea:hover {
  color: #aaa;
}
.edit form fieldset .ff li input:focus,
.edit form fieldset textarea:focus {
  color: #000;
}
.edit form fieldset .ff li:hover {
  background-color: #f6f6f6;
}

.edit form fieldset .form_remember li {
  display: block;
  padding: 0 0 0 0;
  background-color: #f2f2f2;
}
.edit form fieldset .form_remember li.checkbox .box {
  min-width: 21px;
  width: 22px;
  line-height: 10px;
  display: block;
  float: left;
  padding: 7px 5px;
  background-color: #f00;
  background-color: #e8e8e8;
}
.edit form fieldset .form_remember li.checkbox .box input {
  display: block;
  width: 18px;
  margin: 0 auto;
}
.edit form fieldset .form_remember li.checkbox label {
  width: 160px;
  background-color: #f00;
  background-color: #f2f2f2;
  padding: 6px 10px 6px 9px;
  font-size: 1.13em;
  display: block;
  float: left;
  margin-top: 1px;
}

.edit form .submit button {
  outline: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: block;
}
.edit form fieldset .submit {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  padding: 10px 0;
}
.edit form .submit li {
  margin-top: 10px;
  margin-bottom: 5px;
}
.edit form .submit button,
.edit form .submit .cancel {
  background-color: #f2f2f2;
  display: block;
  padding: 0 0;
  float: right;
  margin-right: 5px;
  padding: 0;
  background-color: #ffffff;
}
.edit form .submit button .smart_icon,
.edit form .submit .cancel .smart_icon {
  display: block;
  float: left;
  width: auto;
  padding: 5px;
  background-color: #e8e8e8;
  text-align: center;
  background-color: #f9fcf4;
}
/*.edit form .submit button label,  .edit form .submit .cancel .link { display: block; float: left; padding: 9px 6px 0 5px; color: #848484; }*/
.edit form .submit button label,
.edit form .submit .cancel .link {
  color: #848484;
  display: block;
  float: right;
  height: 11px;
  padding: 0 6px 0 5px;
  margin-top: 8px;
  font-weight: bold;
}

.edit form .submit button:hover label,
.edit form .submit button:hover .smart_icon,
.edit form .submit .cancel:hover .smart_icon {
  color: #98ca3c;
}
.edit form .submit button:active label,
.edit form .submit button:active .smart_icon {
  color: #ed1c24;
}

.edit form .submit .cancel {
  float: left;
  margin: 0 0 0 5px;
}
.edit form .submit .cancel .smart_icon {
  padding: 5px;
  width: 20px;
  font-size: 1.3em;
}
.edit form .submit .cancel .link {
  padding: 0 6px 0 5px;
  background-color: transparent;
}

.edit form .dual {
  margin-bottom: 5px;
}
.edit form .dual .lft {
  float: left;
  width: 48%;
}
.edit form .dual .rht {
  float: right;
  width: 48%;
}

.login .edit {
  background-image: none;
  padding-bottom: 5px;
}
.edit form .submit .js_form_options_toggle {
  float: right;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 10px 0 0;
  margin: 6px 10px 0 0;
}
.edit form .submit .js_form_options_toggle a {
  margin-top: 2px;
  display: block;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	ACCOUNT */

.tree .branch .account {
  background-color: #f5f5f5;
  padding-top: 0;
  padding-bottom: 5px;
}

.account .person {
  border-bottom: 2px solid #f2f2f2;
  padding: 0 0 3px 16px;
  font-size: 0.9em;
  color: #b0b0b0;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: 24px 100%;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  float: left;
  width: 110px;
}

.account .person .avatar {
  float: left;
  width: 48px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.account .person .details {
  float: left;
  margin-right: 5px;
  width: 50px;
  padding-top: 11px;
  max-width: none;
  min-width: none;
}
.account .person .details span {
  display: block;
  margin-bottom: 3px;
}
.account .person .details .alias {
  color: #848484;
}
.account .person .details .date {
  font-size: 0.8em;
}

.account .social {
  width: auto;
}
.account .social .service a {
  display: block;
}
.account .social .service a:hover {
  background-color: #f0f0f0;
}
.account .social .service {
  float: left;
  padding: 0;
  margin: 0;
  width: 45px;
}
/*.account .social .service:nth-of-type(2n) { float: right; }

	.account .social .service { float: right; text-align: center; padding-left: 10px; width: 35px; margin-left: 10px; border-right: 1px solid #f0f0f0;  }
	.account .social .service:nth-of-type(2n) { }
	.account .social .service:first-child { margin-left: 0; border-right: none; margin-left: 0; padding-right: 0;  }
	*/
.account .social .service a {
}
.account .social .service .icon {
  float: none;
}
.account .social .service .status {
  float: none;
  margin-top: 10px;
  font-size: 14px;
}
.account .edit form .submit .cancel .link {
  padding-top: 0;
}

.account .social .service .activated .icon-twitter {
  color: #00acee;
}
.account .social .service .activated .icon-facebook-squared {
  color: #3b5999;
}
.account .social .service .activated .icon-gplus {
  color: #dd4b39;
}

.account .social .service:hover .smart_icon {
  color: #98ca3c;
}

.account .social .foursquare .icon {
  margin-bottom: 13px;
}

/*	--------------------------------------------------------------------------------------------------------------------------------------------------------------------	OPTIONS */

.tree .branch .vein {
  background-color: #f7f7f7;
  padding-top: 0;
  font-size: 0.9em;
  border-bottom: 1px solid #f2f2f2;
}
.vein .i-con {
  color: #fff;
  font-size: 12px;
}
.vein .title {
  float: left;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-7.png);
  background-repeat: no-repeat;
  padding-top: 11px;
  background-position: 24px 0px;
  text-transform: uppercase;
}
.vein .icon-wrap {
  display: block;
  float: left;
  margin-left: 15px;
}
.vein .closure {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}

.vein .icon-wrap .i-con:before {
  margin: 0;
  width: 0;
  line-height: 11px;
  padding: 0;
  vertical-align: central;
}
.vein .icon-wrap .i-con {
  width: 11px;
  height: 11px;
  line-height: 11px;
  display: block;
  background-color: #98ca3c;
  border-radius: 20px;
  padding: 5px;
  margin: 0 auto;
}
.vein .title .icon-wrap .i-con {
  background-color: #ccc;
}

.vein .title .label {
  float: left;
  margin: 4px 0 0 7px;
  display: block;
}

.vein .closure {
  float: right;
  margin-right: 20px;
  padding-top: 10px;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-7.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  background-position: 24px 31px;
}

.vein .closure .icon-wrap {
  float: none;
  margin-bottom: 8px;
}

.vein .closure .i-con:before {
  line-height: 16px;
}
.vein .closure .i-con {
  font-size: 16px;
  line-height: 16px;
  padding: 2px 0 2px 6px;
  width: 14px;
  height: 16px;
}
.vein .closure .icon-wrap:hover .i-con {
  background-color: #cccccc;
}

.trunk {
  background-color: #fff;
  postion: relative;
}
.clot {
  border-bottom: 2px solid #f2f2f2;
  margin: 0 5px 0 5px;
  display: block;
}

.tree .branch .trunk .vein {
  background-color: #fff;
  /*padding: 10px 0 5px 0;*/
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-7.png);
  background-repeat: no-repeat;
  background-position: 24px 100%;
}

.trunk .vein .title {
  float: none;
  padding: 0 0 7px 0; /*margin-top: 5px;*/
  background-image: none;
}
.blood .trunk .group .vein .title .label {
  color: #8d8d8d;
  margin-top: 6px;
}
.blood .trunk .group .vein .sub_title {
  padding: 5px 0;
}
.blood .trunk .group .group .vein .title .label {
  margin-top: 6px;
}

.blood .trunk .group .vein .sub_title .icon-wrap .i-con {
  padding-left: 6px;
  padding-right: 3px;
}
.blood .trunk .group .vein .sub_title .icon-wrap .icon-flow-line {
  padding-left: 8.5px;
  padding-right: 1.5px;
}

/*.trunk .vein .title .icon-wrap { background-color: #cccccc; }*/
/**/
.options .list .items {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 13px 0 17px;
}
.options .list .horizontal .item {
  float: left;
}
.options .list .horizontal .item {
  text-transform: uppercase;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-7.png);
  background-repeat: no-repeat;
  padding-bottom: 10px;
  background-position: 7px 100%;
  margin-right: 10%;
}
.options .list .vertical {
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-7.png);
  background-repeat: repeat-y;
  background-position: 24px 0%;
}
.options .list .vertical .item {
  text-transform: uppercase;
  background-image: url(/views/2013/autumn/app/images/bgs/black-h-7.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 10px;
  margin: 0 0 8px 7px;
}

.options .list .items .item:last-child {
  margin-right: 0;
}

.options .list .items .item .button:hover {
  background-color: transparent;
}
.options .list .items .item .button .icon-wrap {
  display: block;
  background-color: #ccc;
  color: #fff;
  padding: 0 0 0 0;
  border-radius: 10px;
  float: left;
  height: 16px;
  width: 16px;
}
.options .list .items .item .button .icon-wrap span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 2px auto 0 auto;
  border-radius: 10px;
}
.options .list .items .item .button .description {
  display: block;
  font-size: 0.85em;
  color: #b2b2b2;
  float: left;
  margin: 4px 0 0 6px;
}
.options .list .items .item .button:hover .icon-wrap span {
  background-color: #f0f0f0;
}
.options .list .items .item .button:hover .icon-wrap {
  background-color: #b2b2b2;
}
.options .list .items .selected .button .icon-wrap {
  background-color: #98ca3c;
}
.options .list .items .selected .button .description {
  color: #98ca3c;
}

.options .list .items .selected .button:hover .icon-wrap {
  background-color: #98ca3c;
}
.options .list .items .selected .button:hover .icon-wrap span {
  background-color: #fff;
}

/* flow and groups */

.options .list .vertical .item .button .icon-wrap {
  margin-left: 7px;
}

.trunk .flow .title:hover a {
  background-color: transparent;
  color: #000;
}

.trunk .flow .title:hover a .i-con {
  color: #000;
}

.tree .branch .group .group .flow {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 5px;
}
.tree .branch .group .group .list {
  border-top: 1px solid #f2f2f2;
}
/*.trunk .flow .title .icon-wrap { background-color: transparent; padding-top: 0; margin-top: 1px; }*/

.trunk .flow .title .icon-wrap {
  height: auto;
  width: 21px;
  margin-top: 5px;
}
.trunk .flow .title .icon-wrap .i-con {
  background: none;
  color: #ccc;
  padding: 0;
  width: 12px;
  height: 12px;
  font-size: 16px;
}
/*.trunk .flow .title .icon-wrap .i-con { color: #ccc; padding-top: 0; margin-top: 0; display: block; margin-top: 2px; }*/

.trunk .flow .title .label {
}

.trunk .js_light_off .js_light_bulb {
  display: none;
}
.trunk .js_light_off .title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.trunk .flow .title .icon-wrap .icon-list {
  display: none;
}

.trunk .js_light_off .title .icon-wrap .icon-down-open {
  display: none;
}
.trunk .js_light_off .title .icon-wrap .icon-list {
  display: block;
}

.js_switch_bulb_off {
  opacity: 0.6;
}
.js_switch_bulb_off .js_switch_bulb {
  display: none;
}

.js_country_block .js_country_block_name .title .icon-wrap .icon-down-open {
  display: block;
}
.js_country_block .js_country_block_name .title .icon-wrap .icon-menu {
  display: none;
}
.js_switch_bulb_off .js_country_block_name .title .icon-wrap .icon-down-open {
  display: none;
}
.js_switch_bulb_off .js_country_block_name .title .icon-wrap .icon-menu {
  display: block;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	SEEKER */

.tree .seeker {
  border-bottom: 2px solid #e6e6e6;
  margin: 5px 0 0 0;
}

.seeker .leg {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.seeker .leg .point {
  display: table-row;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.seeker .leg .point .left,
.seeker .leg .point .middle,
.seeker .leg .point .right {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.seeker .leg .point .left,
.seeker .leg .point .right {
  width: 35px;
}

/* ---- left ------	*/

.seeker .leg .point .left {
  background-color: #ffffff;
  width: 20px;
  padding: 7px 5px 5px 5px;
  text-align: center;
}

/* ---- middle ----	*/

.seeker .leg .point .middle {
  background-color: #f4f4f4;
  padding: 0 0;
}
.seeker .leg .point .middle input {
  outline: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: block;
  width: 94%;
}
.seeker .leg .point .middle input {
  padding: 7px 3%;
  font-size: 1.1em;
  color: #848484;
  background-color: #f0f0f0;
}
.seeker .leg .point .middle input:hover {
  background-color: #f2f2f2;
  color: #aaa;
}
.seeker .leg .point .middle input:focus {
  color: #000;
}

/* ---- right ----	*/

.seeker .leg .point .right {
  background-color: #ebebeb;
  padding: 7px 5px 5px 10px;
  width: 25px;
}

/* ---- refined ----	*/

.seeker .leg .point .smart_icon {
  line-height: 10px;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 36px;
  width: auto;
}

.seeker .to {
  margin-top: 8px;
}

/* ---- states ----	*/

.seeker .router .leg .close_places,
.seeker .router .leg .show_places {
  display: none;
}
.seeker .router .leg .no_new_point .right,
.seeker .router .leg .has_places .arrow {
  display: none;
}
.seeker .router .leg .has_places .show_places {
  display: block;
}
.seeker .router .leg .shown_places .close_places {
  display: block;
}
.seeker .router .leg .shown_places .show_places {
  display: none;
}
.seeker .router .leg .shown_places .left {
  background-color: #f4faeb;
}

/*	-------------	GO */
.seeker .go_with_options {
  margin-bottom: 0;
}

.seeker .go_with_options button {
  outline: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: block;
}
.seeker .go_with_options .smart_icon {
  color: #bfc3c5;
}
.seeker .go_with_options .options_toggle {
  float: left;
  width: 20px;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  text-align: center;
  margin-left: 15px;
  padding: 30px 0 20px 0;
  position: relative;
}

.seeker .go_with_options .js_seeker_search {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.seeker .go_with_options .direction {
  width: 35px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.seeker .go_with_options .direction {
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: no-repeat;
  background-position: 50% -5px;
  padding: 10px 0 0 0;
}
.seeker .go_with_options .direction .smart_icon {
  font-size: 1.15em;
  display: block;
  padding: 0;
  margin: 0;
}
.seeker .go_with_options .direction .wrap {
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 35px;
}
.seeker .go_with_options .direction:hover .smart_icon {
  color: #98ca3c;
}
.seeker .go_with_options .direction:active .smart_icon {
  color: #ed1c24;
}

/*	-------------	PLACES	*/

.seeker .places .places_list .place .dot .smart_icon {
  font-size: 5px;
  display: block;
}

.seeker .places {
  display: block;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.seeker .places .items_list {
  padding: 5px 0;
}

.seeker .listing .label {
  margin: 10px 0 0 11px;
  padding: 0 0 7px 0;
  color: #bdbdbd;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: no-repeat;
  background-position: 3px 100%;
  /*box-shadow: 0 0px 2px 0px #000; box-shadow: 0 5px 2px -5px rgba(0, 0, 0, 0.6);
		box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.6);*/
}

.seeker .listing .foursquare .label img {
  margin-left: -3px;
}

.seeker .listing .items_list {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f4faeb;
  max-height: 180px;
  overflow: scroll;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.6);
}
.seeker .listing .items_list .item {
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: repeat-y;
  background-position: 14px 0;
}
.seeker .listing .items_list .item .select {
  float: left;
  width: 30px;
  padding-top: 0;
}
.seeker .listing .items_list .item .name {
  float: left;
  margin-left: 5px;
  min-width: 60%;
  width: 64%;
  max-width: 66%;
}
.seeker .listing .items_list .item .action {
  float: right;
}

.seeker .listing .items_list .item .dot {
  display: block;
  font-size: 1em;
  background-color: #e9f5d9;
  border-radius: 15px;
  height: 19px;
  width: 24px;
  margin: 0 auto;
  padding-top: 5px;
}
.seeker .listing .items_list .item .dot .holder {
  background-color: #d1dcc3;
  border-radius: 10px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}
.seeker .listing .items_list .item .dot .holder img {
  display: block;
  width: 100%;
  height: 100%;
}
.seeker .listing .items_list .item .dot .holder:hover {
  background-color: #98ca3c;
}

.seeker .listing .items_list .item {
  border-bottom: 1px solid #ebf5d9;
  border-top: 1px solid #fafdf6;
  padding: 5px 0;
}
.seeker .listing .items_list .item:first-child {
  border-top: none;
  padding-top: 0;
}
.seeker .listing .items_list .item:last-child {
  border-bottom: none;
}

.seeker .listing .items_list .item .name {
}

.seeker .listing .items_list .item .name .link {
  display: block;
  padding-top: 6px;
  line-height: 1.2em;
}
.seeker .listing .items_list .item .name .link a:hover {
  background-color: transparent;
  color: #d1dcc3;
}
.seeker .listing .items_list .item .name .link em {
  color: #d1dcc3;
  font-style: normal;
}
.seeker .listing .items_list .item .action {
  width: 35px;
  text-align: right;
  padding: 4px 10px 0 0;
  font-size: 1.18em;
}
.seeker .listing .items_list .item .action .words {
  display: none;
}

.seeker .listing .items_list .item .action .js_place_delete {
  width: 100%;
}

.seeker .listing .items_list .item .action .js_place_delete_confirm,
.seeker .listing .items_list .item .action .js_place_delete_confirm .smart_icon {
  color: #ed1c24;
  background-color: transparent;
}
.seeker .listing .items_list .item .action .js_place_delete_confirm .smart_icon {
  font-size: 1.18em;
}
.seeker .listing .items_list .item .action a:hover,
.seeker .listing .items_list .item .action a:hover .smart_icon {
  color: #f68d91;
}

.seeker .places_add {
  border-bottom: 2px solid #f2f2f2;
  padding: 0 0 10px 0;
  font-size: 0.9em;
  color: #b0b0b0;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  margin-bottom: 0;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	ROUTE */

#torso .route {
  margin: 5px 5px 10px 5px;
  padding-bottom: 5px;
  z-index: 600;
}

.route .trip .leg {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
.route .trip .leg:last-child {
  margin-bottom: 0;
}

.route .trip .leg .top {
  background-color: #d1e8b2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-transform: uppercase;
  padding: 5px;
}

.route .trip .leg .top .timing_schedule {
  float: left;
  width: 43%;
  font-size: 0.825em;
  margin-top: 5px;
}
.route .trip .leg .top .counter_route_detail {
  float: right;
  width: 57%;
  margin-bottom: 2px;
}
.route .trip .leg .top .counter {
  float: left;
  width: 24%;
}
.route .trip .leg .top .route_detail {
  float: left;
  width: 74%;
  font-size: 0.825em;
  margin-top: 5px;
  color: #464f3b;
  margin-left: 3px;
}

.route .trip .leg .top .timing_schedule .smart_icon {
  display: block;
  float: right;
  line-height: 10px;
  margin: 3px 7px 0 0;
  color: #000;
  opacity: 0.2;
}
.route .trip .leg .top .timing_schedule .block {
  float: right;
  margin-right: 5px;
  color: #96a77f;
}
.route .trip .leg .top .timing_schedule .schedule {
  margin-left: 2px;
}

.route .trip .leg .top .route_detail .detail {
  color: #96a77f;
}
.route .trip .leg .top .timing_schedule .block strong,
.route .trip .leg .top .route_detail .detail strong {
  color: #000;
}
.route .trip .leg .top .timing_schedule .block span/*, .route .trip .leg .top .route_detail .detail span */ {
  color: #000;
}

.route .trip .leg .top .counter .link {
  color: #fff;
  display: block;
  background-color: #8cc63f;
  font-size: 1.1em;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 20px;
  height: 28px;
  width: 28px;
  margin: auto auto;
  font-weight: bold;
  line-height: 1em;
  padding-top: 0;
}

.route .trip .leg .top .counter .link .number {
  line-height: 28px;
  vertical-align: middle;
}
.route .trip .leg .top .counter .icon-down-dir {
  color: #fff;
  margin: -4px auto 0 auto;
  width: 10px;
  padding: 0;
  line-height: 10px;
  display: block;
}
.route .trip .leg .top .counter .icon-down-dir:before {
  margin-left: 0;
  margin-right: 0;
  width: 10px;
}

.route .trip .leg .top .title {
  clear: both;
  text-align: center;
  width: 82%;
  margin: 10px auto 5px auto;
  display: block;
  color: #6a775a;
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 1.1em;
}
.route .trip .leg .top .title strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.1em;
}

.route .trip .leg .stops {
  text-align: center;
  font-size: 1.1em;
  color: #000;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
.route .trip .leg .stops .stop {
  background-repeat: no-repeat;
  background-color: #fff;
}
.route .trip .leg .stops .from {
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-position: 50% -5px;
  padding: 15px 15px 5px 15px;
  color: #b8b8b8;
}

.route .trip .leg .stops .seperator {
  background-image: url(/views/2013/autumn/app/images/bgs/black-1by1.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  width: 90%;
  margin: 0 auto;
}
.route .trip .leg .stops .seperator .dir_wrap {
  background-color: #e5e5e5;
  display: block;
  width: 20px;
  height: 16px;
  padding: 3px 0 0 0;
  border-radius: 10px;
  margin: 0 auto;
}
.route .trip .leg .stops .seperator .smart_icon {
  color: #fff;
}
.route .trip .leg .stops .seperator .smart_icon:before {
  margin: 0 auto 0 auto;
}
/*
	.route .trip .leg .stops .seperator { background-image: url(/views/2013/autumn/app/images/bgs/black-1by1.png); background-position:50% 50%; background-repeat: repeat-x; width: 80%; margin: 0 auto; }
	.route .trip .leg .stops .seperator .smart_icon { background-color: #e5e5e5; display: block; width: 20px; height: 20px; font-size: 1.2em; margin: 0 auto; border-radius: 10px; text-align: center; color: #fff;   }
	.route .trip .leg .stops .seperator .smart_icon:before { margin: 0 auto;  width: 20px; height: 20px; }
	*/
.route .trip .leg .stops .to {
  background-position: 50% 100%;
  padding: 5px 15px 0 15px;
  color: #b8b8b8;
  padding-bottom: 5px;
}
.route .trip .leg .stops .seperator {
}

/* ---- detail ----	*/

.route .trip .leg_focus .stops .seperator {
  background-position: 50% 8px;
}
.route .trip .leg .stops .details {
  display: none;
}
.route .trip .leg .stops .seperator .icon-minus {
  display: none;
}
.route .trip .leg_focus .stops .details {
  display: block;
}
.route .trip .leg_focus .stops .seperator .icon-minus {
  display: block;
}
.route .trip .leg_focus .stops .seperator .icon-plus {
  display: none;
}

.route .trip .leg .stops .details {
  background-image: url(/views/2013/autumn/app/images/bgs/black-1by1.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  padding: 5px 0;
}

.route .trip .leg .stops .details .walking {
  background-color: #f2f2f2;
  margin-bottom: 2px;
}
.route .trip .leg .stops .details .an-icon {
  float: left;
  width: 20px;
  text-align: left;
  display: block;
  padding-top: 7px;
}
.route .trip .leg .stops .details .an-icon .smart_icon {
  color: #919191;
}
.route .trip .leg .stops .details .message {
  float: left;
  width: 90%;
  text-align: left;
  display: block;
  font-size: 0.87em;
  color: #858585;
}

.route .trip .leg .stops .details .walking .title {
  border-bottom: 2px solid #fff;
  padding: 0 0 0 10px;
  text-align: left;
}
.route .trip .leg .stops .details .walking .title .an-icon {
  background-image: url(/views/2013/autumn/app/images/bgs/black-2x5x-10.png);
  background-position: 6px 0%;
  background-repeat: no-repeat;
  padding-top: 10px;
}

.route .trip .leg .stops .details .walking .title .label {
  font-size: 0.66em;
  padding: 12px 0 6px 0;
  color: #858585;
  float: left;
  display: block;
  width: 80%;
}
.route .trip .leg .stops .details .walking .title .label strong {
  font-size: 1.1em;
}

.route .trip .leg .stops .details .walking .foot {
  padding: 0 5px 0 10px;
}
.route .trip .leg .stops .details .walking .foot .an-icon .smart_icon {
  color: #cdcdcd;
}
.route .trip .leg .stops .details .walking .foot .message {
  padding: 7px 0 7px 0;
}
.route .trip .leg .stops .details .walking .foot .message {
  border-bottom: 1px solid #fff;
  font-size: 0.85em;
  line-height: 1.2em;
}
.route .trip .leg .stops .details .walking .foot:last-child .message {
  border-bottom: none;
}

.route .trip .leg .stops .details .sign {
  background-color: #ffc;
  padding: 5px 5px 0 10px;
}
.route .trip .leg .stops .details .sign .an-icon .smart_icon {
  color: #f00;
}
.route .trip .leg .stops .details .sign .message {
  padding: 7px 0 10px 0;
  line-height: 1.2em;
  font-size: 0.87em;
}

.route .trip .leg .stops .details .sign .message .copyright {
  font-size: 0.8em;
  margin-top: 3px;
  opacity: 0.7;
}

.route .trip .leg .stops .details .operator {
  background-color: #f2f2f2;
  text-align: left;
  padding: 7px 0 0 7px;
  margin-top: 2px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.route .trip .leg .stops .details .operator dt.an-icon {
  text-align: center;
  margin-right: 2px;
  padding-top: 1px;
}
.route .trip .leg .stops .details .operator .op {
  float: left;
  font-size: 0.85em;
  padding: 0 0 8px 0;
  color: #858585;
}
.route .trip .leg .stops .details .operator .op strong {
  font-size: 1.15em;
  line-height: 1.2em;
}
.route .trip .leg .stops .details .operator .contact {
  padding-right: 10px;
  padding-top: 0;
}
.route .trip .leg .stops .details .operator .contact .an-icon {
  float: right;
  padding: 0;
  margin-right: 15px;
  text-align: left;
  padding: 0 0;
  width: 14px;
  height: 18px;
  display: block;
  background-image: url(/views/2013/autumn/app/images/bgs/white-1x5x-100.png);
  background-position: 6px 0%;
  padding: 7px 7px 3px 7px;
  border-radius: 20px;
  margin-bottom: 7px;
}
.route .trip .leg .stops .details .operator .contact .an-icon .smart_icon {
  display: block;
  height: 18px;
}

.route .trip .leg .stops .details .operator .contact .an-icon:first-child {
  margin-right: 0;
}
.route .trip .leg .stops .details .operator .contact .an-icon:first-child {
  border-right: 0;
}
.route .trip .leg .stops .details .operator .contact .an-icon a:hover {
  background-color: transparent;
  opacity: 0.5;
}

.route .trip .leg .stops .details .operator .no_contacts,
.route .trip .leg .stops .details .operator .contact .none {
  display: none;
}

.route .trip .leg .stops .details .first {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: 2px;
}
.route .trip .leg .stops .details .last {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.to-the-top {
  width: 36px;
  height: 36px;
  margin: 0 auto 0 auto;
  padding-top: 15px;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.to-the-top a {
  display: block;
  text-align: center;
  font-size: 2em;
  color: #e5e5e5;
  width: 36px;
  height: 31px;
  border: 1px solid #e6e6e6;
  border-radius: 36px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding-top: 4px;
}
.to-the-top a:hover {
  background-color: #fff;
  color: #c5c5c5;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	FOOTER */

#footer {
  font-size: 0.75em;
  color: #c8c8c8;
}
#footer .sub {
  text-transform: uppercase;
  font-size: 1.05em;
}
#footer .sub .pointer {
  width: 165px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 25px 0;
}
#footer .sub .pointer .nav {
  padding-left: 7px;
  width: 70px;
  margin: 0 auto 10px auto;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .sub .pointer .nav a {
  display: block;
  float: left;
}
#footer .sub .pointer .nav .memo {
  float: right;
}
#footer .sub .pointer .location {
  font-weight: lighter;
  color: #d2d2d2;
  margin-bottom: 9px;
}
#footer .sub .pointer .icon-twitter {
  font-size: 1.8em;
  color: #dddddd;
}
#footer .sub .pointer .icon-twitter:hover {
  color: #98ca3c;
}

#footer .foot {
  background-color: #fff;
  background-image: url(/views/2013/autumn/app/images/bgs/black-v-15.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
}
#footer .foot .reset {
  background-repeat: no-repeat;
  height: 163px;
  width: 145px;
  margin: 0 auto;
}

#footer .foot .reset p.creator {
  display: block;
  width: 48%;
  float: left;
}
#footer .foot .reset p.creator a {
  display: block;
  background: none;
}
#footer .foot .reset p.creator a img {
  display: block;
}
#footer .foot .reset p.creator a:hover {
  opacity: 0.5;
}

#footer .foot .reset p.copy {
  padding: 67px 0 0 0;
  display: block;
  width: 48%;
  float: right;
  margin-left: 0;
  line-height: 1.1em;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	Scrolling */
#torso {
  position: relative;
}
#torso.fixed .tree {
  position: fixed;
  z-index: 5000;
}

#torso.fixed .route {
  position: relative;
  z-index: 100;
  margin-top: 0;
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	RESPONSIVE 	*/

@media screen and (max-height: 520px) {
  /* all small screens */
  .tree .branch .map {
    height: 250px;
  }
  #header {
    height: 70px;
  }
  #header .wrap,
  #header .wrap .wrap_bg {
    height: 67px;
  }
  /*#header .wrap { background-position: 0 55px; }*/
  #header .id img {
    width: 33px;
  }
  .tree {
    padding-top: 67px;
  }
}

@media screen and (max-height: 420px) {
  /* iphone safari */
  .tree .branch .map {
    height: 220px;
  }
}

@media screen and (max-height: 350px) {
  /* iphone safari */
  .tree .branch .map {
    height: 220px;
  }
}

/*@media screen and (max-height: 355px ) and (min-aspect-ratio: 1/1) 	{	/* not enough room to show map */
/*@media screen and (min-aspect-ratio: 1/1) 	{*/
@media screen and (max-height: 479px) and (min-aspect-ratio: 1/1) {
  /*.tree .branch .js_leaf_map { display: block; }*/
  /*.tree .branch .map { height: 220px;  }*/
  #mt {
    height: 1px;
  }
}

#wider {
  display: none;
  height: 0;
}

@media screen and (min-width: 960px) {
  /* via: http://www.onderhond.com/blog/responsive-grid-old-trick/

		body, html { height: 100%; }

		.grid { padding-right:480px; }
		.grid > section { float:left; width:100%; background-color: yellow; height: 100%; }
		.grid > aside { float:right; width:480px; margin-right:-480px; }
		.grid > section, .grid > aside { margin:0 0; }

		.grid { padding-right:480px; overflow:hidden;  height: 100%;  }
		.grid > section {float:left; width:100%; margin:0;}
		.grid > aside {float:right; width:480px; margin:0; margin-right:-480px; }
		*/

  /* halted till JS can be fixed */
  .page {
    max-width: 100%;
  }
  /*#map { display: none; }*/

  body,
  html {
  }
  #header {
    position: relative;
    float: right;
    clear: right;
    width: 480px;
    display: block;
    margin-right: 13px;
  }
  #header .page {
    position: fixed;
  }
  .tree {
    padding-top: 0;
  }
  #header .page,
  #footer,
  #torso {
    float: right;
    clear: right;
    width: 480px;
    display: block;
    margin-right: 13px;
  }
  #wider {
    display: block;
    background-color: #f5f5f5;
    height: 100%;
    float: left;
    position: fixed;
  }
  body .tree .branch .js_leaf_map {
    display: none;
  }
  body .tree .branch .js_leaf_options .closure {
    visibility: hidden;
  }
  body .seeker .go_with_options .options_toggle {
    visibility: hidden;
  }

  body .fly .plane .js_fly_plane_map {
    display: none;
  }

  body .tree .notify {
    position: relative;
    border: none;
    margin-top: 0;
  }
  .clot {
    margin-bottom: 7px;
  }
}

/*	---------------------------------------------------------------------------------------------------------------------------------------------------------------------	LAYOUT */

.no-support {
  display: none;
  font-size: 1em;
  max-width: 240px;
  line-height: normal;
  color: #fff;
  padding: 20px;
}
.lte8 body * {
  display: none;
}
.lte8 body,
html.lte8 {
  background-color: #000;
}
.lte8 body .no-support {
  display: block;
}
.lte8 body .no-support * {
  display: inline-block;
}
.lte8 body .no-support strong {
  font-size: 1.3em;
  display: block;
  margin-bottom: 7px;
}
/* fixes ------------------------------------------------------------------------------------------------------------------- */
form input[disabled="disabled"] {
  cursor: not-allowed;
}
