/******* screen-large.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* hide-mobile.less 2013-1-16 *******/
#mobile-navi,
.togglenavigation,
.cb-mobile-access,
.cb-mobile-navigation,
.body-mobile {
  display: none;
}
.cb-mobile-navigation {
  opacity: 0;
  transition: none;
}
.cb-mobile-invisible,
.body-non-mobile {
  display: block;
}
.dock {
  display: block;
}
div.navi {
  float: left;
  display: block;
}
div.navi > .item {
  float: left;
  display: block;
}
div.navi > .item > .menu {
  display: block;
}
.navidesk div.sub2 > .item {
  position: relative;
}
.navidesk div.sub2 > .item:hover > .menu,
.navidesk div.sub2 > .item:focus > .menu {
  color: #fff;
  background: #3c000f;
}
.navidesk div.sub2 > .item > .menu {
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  font-family: 'EmpiricaHeadlineRegular', serif;
  padding: 18px 10px;
  letter-spacing: 1px;
}
.navidesk div.sub2 > .item > .menu.path {
  color: #fff;
  background: #3c000f;
}
.navidesk div.sub3 {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  flex-direction: column;
  min-width: 100%;
  display: none;
  padding: 11px 0;
}
.navidesk div.sub3 > .item {
  position: relative;
}
.navidesk div.sub3 > .item.item-empty > .menu {
  background: none;
  padding-right: 10px;
}
.navidesk div.sub3 > .item > .menu {
  white-space: nowrap;
  color: #3c000f;
  padding: 5px 28px 5px 10px;
  font-weight: 500;
  background-size: 8px 14px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url(/images/corner-right-maincolor.svg);
  font-size: 16px;
  line-height: 1.625;
}
.navidesk div.sub3 > .item > .menu:hover,
.navidesk div.sub3 > .item > .menu:focus {
  color: #6c2d35;
}
.navidesk div.sub3 > .item > .menu.path {
  color: #6c2d35;
  font-weight: bold;
}
.navidesk div.sub2 .item:hover div.sub3 {
  display: flex;
}
#subnavi div.sub3 {
  width: 100%;
  margin-top: 18px;
}
#subnavi div.sub3 .cb-toggle {
  display: none;
}
#subnavi div.sub3 > .item {
  width: 100%;
  position: relative;
  margin: 5px 0;
}
#subnavi div.sub3 > .item.init {
  margin-top: 0;
}
#subnavi div.sub3 > .item.exit {
  margin-bottom: 0;
}
#subnavi div.sub3 > .item.item-empty > .menu {
  padding-right: 0;
}
#subnavi div.sub3 > .item.item-empty > .cb-toggle {
  display: none;
}
#subnavi div.sub3 > .item > .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 26px;
  background-size: 14px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/corner-down-maincolor.svg);
  cursor: pointer;
  transition: all 0.2s;
}
#subnavi div.sub3 > .item > .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
#subnavi div.sub3 > .item > .menu {
  color: #3c000f;
  font-weight: 500;
  padding-right: 32px;
  font-size: 16px;
  line-height: 1.625;
}
#subnavi div.sub3 > .item > .menu:hover,
#subnavi div.sub3 > .item > .menu:focus {
  color: #6c2d35;
}
#subnavi div.sub3 > .item > .menu.path {
  color: #6c2d35;
  font-weight: bold;
}
.navidesk div.sub4 {
  position: absolute;
  left: 100%;
  top: -11px;
  background-color: #fff;
  flex-direction: column;
  display: none;
  padding: 11px 0;
}
.navidesk div.sub4 > .item > .menu {
  white-space: nowrap;
  color: #3c000f;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
}
.navidesk div.sub4 > .item > .menu:hover,
.navidesk div.sub4 > .item > .menu:focus {
  color: #6c2d35;
}
.navidesk div.sub4 > .item > .menu.path {
  color: #6c2d35;
  font-weight: bold;
}
.navidesk div.sub3 .item:hover div.sub4 {
  display: flex;
}
#subnavi div.sub4 {
  width: 100%;
  overflow: hidden;
}
#subnavi div.sub4 > .cb-toggle {
  display: none;
}
#subnavi div.sub4 > .item {
  width: 100%;
  margin-top: -51px;
  opacity: 0;
  transition: all 0.4s;
}
#subnavi div.sub4 > .item > .menu {
  color: #3c000f;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  font-size: 16px;
  line-height: 1.625;
}
#subnavi div.sub4 > .item > .menu:hover,
#subnavi div.sub4 > .item > .menu:focus {
  color: #6c2d35;
}
#subnavi div.sub4 > .item > .menu.path {
  color: #6c2d35;
  font-weight: bold;
}
#subnavi div.sub3 > .item.cb-toggle-target-active div.sub4 > .item {
  transition: all 0.4s, opacity 0.4s 0.2s;
  margin-top: 0;
  opacity: 1;
}
/******* layout-large.less 2013-1-16 *******/
.desk {
  max-width: 95%;
}
#home {
  margin-bottom: 0;
}
html.ie10 #home {
  height: 128px;
  background: url(/images/logo2.png) no-repeat 0 0;
}
html.ie10 #home img {
  display: none;
}
#find {
  display: block;
}
#services .meta {
  font-size: 14px;
  line-height: 1.15;
}
#services .meta.auth {
  display: block;
}
.searchwidth {
  display: block;
}
.cb-navi-sticky {
  display: flex;
}
.footpart {
  width: 31.11111111%;
}
.cb-layout5 #maincontent,
.cb-layout4 #maincontent,
.cb-layout2 #maincontent,
.cb-layout3 #maincontent {
  float: right;
  width: 79.25925926%;
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 1.61290323%;
  margin-left: 1.61290323%;
  width: 96.77419355%;
}
.area h2,
.area .foot {
  margin-right: 1.66666667%;
  margin-left: 1.66666667%;
}
.area .part,
.area > .grid table {
  margin-right: 1.66666667%;
  margin-left: 1.66666667%;
  width: 96.66666667%;
}
.area > .slim {
  width: 30.10752688%;
}
.area > .slim h2,
.area > .slim .foot,
.area > .slim .part,
.area > .slim.grid table {
  margin-right: 5.35714286%;
  margin-left: 5.35714286%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 89.28571429%;
}
.area > .slim .tiny {
  width: 89.28571429%;
}
.cb-layout5 .main,
.cb-layout4 .main,
.cb-layout2 .main,
.cb-layout3 .main {
  width: 100%;
}
.cb-layout5 .main > .unit,
.cb-layout4 .main > .unit,
.cb-layout2 .main > .unit,
.cb-layout3 .main > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-layout5 .main h2,
.cb-layout4 .main h2,
.cb-layout2 .main h2,
.cb-layout3 .main h2,
.cb-layout5 .main .foot,
.cb-layout4 .main .foot,
.cb-layout2 .main .foot,
.cb-layout3 .main .foot {
  margin-right: 2.01793722%;
  margin-left: 2.01793722%;
}
.cb-layout5 .main .part,
.cb-layout4 .main .part,
.cb-layout2 .main .part,
.cb-layout3 .main .part,
.cb-layout5 .main > .grid table,
.cb-layout4 .main > .grid table,
.cb-layout2 .main > .grid table,
.cb-layout3 .main > .grid table {
  margin-right: 2.01793722%;
  margin-left: 2.01793722%;
  width: 95.96412556%;
}
.cb-layout5 .main .tiny,
.cb-layout4 .main .tiny,
.cb-layout2 .main .tiny,
.cb-layout3 .main .tiny {
  width: 45.96412556%;
}
.cb-layout5 .main > .slim,
.cb-layout4 .main > .slim,
.cb-layout2 .main > .slim,
.cb-layout3 .main > .slim {
  width: 50%;
}
.cb-layout5 .main > .slim h2,
.cb-layout4 .main > .slim h2,
.cb-layout2 .main > .slim h2,
.cb-layout3 .main > .slim h2,
.cb-layout5 .main > .slim .foot,
.cb-layout4 .main > .slim .foot,
.cb-layout2 .main > .slim .foot,
.cb-layout3 .main > .slim .foot,
.cb-layout5 .main > .slim .part,
.cb-layout4 .main > .slim .part,
.cb-layout2 .main > .slim .part,
.cb-layout3 .main > .slim .part,
.cb-layout5 .main > .slim.grid table,
.cb-layout4 .main > .slim.grid table,
.cb-layout2 .main > .slim.grid table,
.cb-layout3 .main > .slim.grid table {
  margin-right: 4.03587444%;
  margin-left: 4.03587444%;
}
.cb-layout5 .main > .slim .part,
.cb-layout4 .main > .slim .part,
.cb-layout2 .main > .slim .part,
.cb-layout3 .main > .slim .part,
.cb-layout5 .main > .slim.grid table,
.cb-layout4 .main > .slim.grid table,
.cb-layout2 .main > .slim.grid table,
.cb-layout3 .main > .slim.grid table {
  width: 91.92825112%;
}
.cb-layout5 .main > .slim .tiny,
.cb-layout4 .main > .slim .tiny,
.cb-layout2 .main > .slim .tiny,
.cb-layout3 .main > .slim .tiny {
  width: 41.92825112%;
}
.base {
  width: 100%;
}
.base > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.base h2,
.base .foot {
  margin-right: 2.01793722%;
  margin-left: 2.01793722%;
}
.base .part,
.base > .grid table {
  margin-right: 2.01793722%;
  margin-left: 2.01793722%;
  width: 95.96412556%;
}
.base .tiny {
  width: 20.96412556%;
}
.base > .slim {
  width: 25%;
}
.base > .slim h2,
.base > .slim .foot,
.base > .slim .part,
.base > .slim.grid table {
  margin-right: 8.07174888%;
  margin-left: 8.07174888%;
}
.base > .slim .part,
.base > .slim.grid table {
  width: 83.85650224%;
}
.base > .slim .tiny {
  width: 83.85650224%;
}
.cb-layout4 .main > .seam .tiny,
.cb-layout2 .main > .seam .tiny,
.cb-layout3 .main > .seam .tiny {
  width: 20.96412556%;
}
.cb-layout4 .main > .seam .tiny:first-child + .tiny,
.cb-layout2 .main > .seam .tiny:first-child + .tiny,
.cb-layout3 .main > .seam .tiny:first-child + .tiny {
  width: 45.96412556%;
}
.unit.form .tile .name,
.unit a.capt {
  float: left;
  width: 33%;
}
.unit.form .tile .chop,
.unit.form .tile textarea,
.unit.form .tile input.text,
.unit.form .tile .ctrl,
.unit input.capt {
  float: right;
  width: 63%;
}
/*.unit {
  margin-top: 10px;
  margin-bottom: 10px;
}*/
div.main {
  width: 103.33333333%;
  margin-left: -1.66666667%;
}
.cb-layout4 div.main,
.cb-layout2 div.main,
.cb-layout3 div.main {
  width: 104.20560748%;
  margin-left: -2.10280374%;
}
div.base {
  width: 104.20560748%;
  margin-left: -2.10280374%;
}
.cb-layout4 .seam > .body:before,
.cb-layout2 .seam > .body:before,
.cb-layout3 .seam > .body:before {
  right: 2.01793722%;
  left: 2.01793722%;
}
.cb-layout5 .main .flat,
.cb-layout4 .main .flat,
.cb-layout2 .main .flat,
.cb-layout3 .main .flat {
  margin-left: 2.01793722%;
  margin-right: 2.01793722%;
  width: 95.96412556%;
}
.cb-layout5 .main .flat.slim,
.cb-layout4 .main .flat.slim,
.cb-layout2 .main .flat.slim,
.cb-layout3 .main .flat.slim {
  width: 45.96412556%;
}
.cb-layout5 .main .edge.wide .part.tiny,
.cb-layout4 .main .edge.wide .part.tiny,
.cb-layout2 .main .edge.wide .part.tiny,
.cb-layout3 .main .edge.wide .part.tiny {
  width: 29.26008969%;
}
.cb-layout5 .main .edge.slim,
.cb-layout4 .main .edge.slim,
.cb-layout2 .main .edge.slim,
.cb-layout3 .main .edge.slim {
  width: 33.29596413%;
}
.cb-layout5 .main .edge.slim .part,
.cb-layout4 .main .edge.slim .part,
.cb-layout2 .main .edge.slim .part,
.cb-layout3 .main .edge.slim .part {
  margin-left: 6.06060606%;
  margin-right: 6.06060606%;
  width: 87.87878788%;
}
div.base div.seam.wide .part {
  width: 45.96412556%;
}
#disp {
  left: 50%;
  margin-left: -175px;
  width: 350px;
  font-size: 15px;
  font-size: 1.5rem;
  top: 120px !important;
}
#disp.zoom {
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
#disp.tube {
  left: 50%;
  margin-left: -330px;
  width: 660px;
}
#disp.site > .body {
  overflow: auto;
  max-height: 400px;
}
/*#disp.site li,
div.cb-sitemap li {
  .font-size(14); 
}*/
/* scan-large.less 2013-1-16 */
.scan li,
.scan li > .cb-hybrid,
.scan span,
.same > .cb-hybrid {
  padding: 0 0.3em;
}
th.prev,
th.next {
  font-weight: normal;
}
.scan th.prev,
.scan td.prev {
  text-align: left;
}
.scan th.next,
.scan td.next {
  text-align: right;
}
.same,
.this .same,
.same > .cb-hybrid {
  background: #3c000f;
  color: #fff;
}
.same,
.mese .same > span {
  background-color: #3c000f;
}
.this .same,
.this .same > .cb-hybrid,
.mese.this .same > span {
  background-color: #090002;
}
.mese .same {
  background: none;
}
/******* module-album-large.less 2013-1-16 *******/
.cb-manual > .head > h2 {
  padding-right: 40px;
  min-height: 24px;
}
.aspt,
.cb-sort-mode {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.1em 1em;
  min-height: 1.3em;
  border: 1px solid;
  border-color: #230009 #000000 #000000 #230009;
  border-radius: 2px;
  background-color: #3c000f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  line-height: 1.3em;
  float: left;
  text-shadow: none;
}
.aspt:hover,
.cb-sort-mode:hover,
.aspt:focus,
.cb-sort-mode:focus {
  border-color: #230009 #000000 #000000 #230009;
  background-color: #4b0013;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.aspt:active,
.cb-sort-mode:active {
  outline: none;
  border-color: #230009 #000000 #000000 #230009;
  background-color: #090002;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  text-shadow: none;
}
.aspt {
  margin-right: 0.5em;
}
/*# sourceMappingURL=./screen-large.css.map */