
/* ---------- Overall Specifications ---------- */

@font-face {
    font-family: FrutigerLTStd-Light; /* имя шрифта для CSS правил */
    src: local("FrutigerLTStd-Light"), /* проверяем наличие шрифта в ОС пользователя */
    url(../fontd/FrutigerLTStd-Light.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}


body {
  line-height: 1.5;
  font-size: 13px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

  font-family: 'OpenSans-Regular';
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-family: 'DINPro-Regular';
  font-weight: inherit;
}
h1 {
  font-size: 26px;
  color: #2b2b2b;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
    font-size: 18px;
    font-weight: bold;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    color: #2d2d2d;
    font-family: 'OpenSans-Regular';
}

h5 {
    font-size: 15px;
    font-weight: bold;
}

p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
  height: auto;
}
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-family:monospace, Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  font-family: monospace;
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
}
#header,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
.breadcrumb {
}
input,
textarea,
select,
a.button {
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
  font-size: 1em;
}

#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  padding: 20px 0 0 0; /* LTR */
}
#name-and-slogan {
  float: left; /* LTR */
  padding-top: 18px;
  margin: 0; /* LTR */
}
#site-name {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: lighter;
    text-transform: uppercase;
}
h1#site-name {
  margin: 0;
}
#site-name a, #site-name strong {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
  clear: both;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0 15px;
}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 0 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

/*#main {
    background: url("../images/sidebar-first-bg.png") 260px top repeat-y;
}*/

body.front #main {
    position: relative;
    background: none;
}

body.front #main .section {
    margin: 0 0 85px 45px;
}


body.front #main #content ul li.front-space {
    display: none;
}

body.front #main #content ul li.front-space a {
    text-indent: -1000em;
}

body.front .front-space-menu {
}



body.front #main #content {
    margin-top: 10px;
    width: 1170px;
    padding-top: 1420px;

    background: #fff url(../images/front_bg.png) left top no-repeat;
}

body.front #main #content h1 {
    display: none;
}

body.front #main #content ul li.front-space-DMAN {
    display: block;

    position: absolute;
    left: 393px;
    top: 0;

    width: 385px;
    height: 301px;

    background: url(../images/space_1_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-DMAN a {
    display: block;

    width: 385px;
    height: 301px;
}

body.front #main #content ul li.front-space-ALIVE {
    display: block;
    position: absolute;
    left: 0;
    top: 1220px;

    width: 385px;
    height: 200px;

    background: url(../images/space_2_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ALIVE a {
    display: block;

    width: 385px;
    height: 200px;
}

body.front #main #content ul li.front-space-ADOH {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;

    width: 385px;
    height: 609px;

    background: url(../images/space_3_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ADOH a {
    display: block;

    width: 385px;
    height: 609px;
}

body.front #main #content ul li.front-space-HWARE {
    display: block;
    position: absolute;
    right: 0px;
    top: 646px;

    width: 385px;
    height: 300px;

    background: url(../images/space_4_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-HWARE a {
    display: block;

    width: 385px;
    height: 300px;
}

body.front #main #content ul li.front-space-ALEG {
    display: block;
    position: absolute;
    right: 0;
    top: 1220px;

    width: 385px;
    height: 200px;

    background: url(../images/space_5_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ALEG a {
    display: block;

    width: 385px;
    height: 200px;
}
body.front #main #content ul li.front-space-ATPE {
    display: block;
    position: absolute;
    left: 393px;
    top: 983px;

    width: 385px;
    height: 200px;

    background: url(../images/space_14.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ATPE a {
    display: block;

    width: 385px;
    height: 200px;
}
body.front #main #content ul li.front-space-ADRR {
    display: block;
    position: absolute;
    left: 393px;
    top: 308px;

    width: 385px;
    height: 301px;

    background: url(../images/space_6_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ADRR a {
    display: block;

    width: 385px;
    height: 301px;
}

body.front #main #content ul li.front-space-langueges {
    display: block;
    position: absolute;
    left: 393px;
    top: 1220px;

    width: 385px;
    height: 200px;

    background: url(../images/space_7_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-langueges a {
    display: block;

    width: 385px;
    height: 200px;
}

body.front #main #content ul li.front-space-SCRT {
    display: block;
    position: absolute;
    left: 0px;
    top: 983px;

    width: 385px;
    height: 200px;

    background: url(../images/space_13_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-SCRT a {
    display: block;

    width: 385px;
    height: 200px;
}

body.front #main #content ul li.front-space-ASIAE {
    display: block;
    position: absolute;
    right: 0px;
    top: 463px;

    width: 385px;
    height: 146px;

    background: url(../images/space_8_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ASIAE a {
    display: block;

    width: 385px;
    height: 146px;
}

body.front #main #content ul li.front-space-AEE {
    display: block;
    position: absolute;
    left: 393px;
    top: 646px;

    width: 385px;
    height: 150px;

    background: url(../images/space_9_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-AEE a {
    display: block;

    width: 385px;
    height: 150px;
}

body.front #main #content ul li.front-space-AMSE {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;

    width: 385px;
    height: 301px;

    background: url(../images/space_10_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-AMSE a {
    display: block;

    width: 385px;
    height: 301px;
}


body.front #main #content ul li.front-space-ASSIE {
    display: block;
    position: absolute;
    right: 0px;
    top: 308px;

    width: 385px;
    height: 148px;

    background: url(../images/space_11_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ASSIE a {
    display: block;

    width: 385px;
    height: 148px;
}

body.front #main #content ul li.front-space-AAAHSE {
    display: block;
    position: absolute;
    left: 393px;
    top: 803px;

    width: 385px;
    height: 143px;

    background: url(../images/space_12_bg.png) left top no-repeat;


}

body.front #main #content ul li.front-space-AAAHSE a {
    display: block;

    width: 385px;
    height: 143px;
}

body.front #main #content ul li.front-space-FPGA {
    display: block;
    position: absolute;
    left: 0px;
    top: 646px;

    width: 385px;
    height: 300px;

    background: #393939 url(../images/fpga_banner.png) left top no-repeat;


}

body.front #main #content ul li.front-space-FPGA a {
    display: block;

    width: 385px;
    height: 300px;
}

body.front #main #content ul li.front-space-ADDEV.front-space-userbetadev {
    display: block;
    position: absolute;
    right: 0px;
    top: 983px;

    width: 385px;
    height: 200px;

    background: #393939 url(../images/devedition.png) left top no-repeat;


}

body.front #main #content ul li.front-space-ADDEV.front-space-userbetadev a {
    display: block;

    width: 385px;
    height: 200px;
}





/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
}

.content div.field {
    clear: both;
}

h1#page-title {
  line-height: 1;
}

.node .content {
  font-size: 14px;
}
.node-teaser .content {
  font-size: 14px;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 15px;
  color: #8a8a8a;
  margin-bottom: -10px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
  
}
.sidebar .block {
  
  padding: 0 0 18px 0;
  margin: 0 0 35px;
}
.sidebar h2 {
  font-size: 18px;
    color: #2d2d2d;
    
    font-weight: lighter;
    padding: 0;
    text-transform: uppercase;
  margin: 0 0 18px 0;
    font-family: 'DINPro-Regular';


}
.sidebar .block .content {
  
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #c0c0c0;
  border-top: #d8d8d8 solid 1px;
    padding: 0 0 90px 0;
}

#footer {
  
}

#footer .region {
  overflow: hidden;
}

#footer div.block div.content {
  margin: 0;
}


div#footer div.site-map{
    font-size: 10px;
    color: #999;
    border-top: #d8d8d8 solid 2px;
    padding: 40px 0 0 0;

}
div#footer div.site-map a{
    color: #999;
}
div#footer div.site-map div.item{
    width: 155px;
    padding: 0 0 45px 0;
    float: left;
}

div#footer div.site-map div.item ul{
    margin: 0;
    padding: 0;
}

div#footer div.site-map div.item li{
    line-height: 18px;
    
    margin: 0;
    padding: 0;
    
    background: none;
}

div#footer div.site-map div.item li a{
    font-size: 10px;
    
    margin: 0;
    padding: 0;
    
}
div#footer div.site-map div.item h6{
    color: #000;
    margin: 0;
    padding: 0 0 23px 0;
    font-size: 12px;
font-weight: bold;
}
div.site-map div.item-last{
    width: 160px !important;
}
.copyright{
    padding: 70px 0 0 0;
    font-size: 10px;
    color: #7d7db7;
    clear: left;
    text-align: center;
}
.copyright a{
    color: #7d7db7;
}
.copyright .text{
    border-top:#e9e9e9 solid 1px;
    padding: 35px 0 0 0;
}
/* end Footer */

/* --------------- System Tabs  --------------- */

.logged-in .tabs {
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 0;
  margin: 0 auto  15px auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 0;
}

/* -------------- Breadcrumbs   -------------- */

#breadcrumb {
    float: left;
    font-family: 'DINPro-Regular';
  font-size: 14px;
  height: 42px;
    line-height: 42px;

    background: transparent url(../images/breadcamp-bg.png) left top no-repeat;

    padding-left: 60px;
    margin-top: 8px;
    margin-left: 16px;

    color: #ffffff;

    width: 700px;

    overflow: hidden;
}

#breadcrumb span {
    color: #8a8a8a;
}

#breadcrumb a {
    color: #ffffff;
}
/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

body.cke_editable div.collapse {
    background: #f2efe7;
    padding-bottom: 15px;
}

.collapse-text-title-bold .fieldset-legend .fieldset-title {
    font-weight: bold;
}

body.cke_editable {
    font-size: 14px;
    padding: 30px;
}

fieldset {
    background: #f2efe7;
    border: none;
    margin-top: 0px;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 10px;
    position: relative;
    top: 12px; /* Offsets the negative margin of legends */

}
.st-content .fieldset-wrapper {
    margin-top: 0;
}
.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}
.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
    margin-right: 10px;
}
.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
    background: transparent;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
fieldset legend {
    background: #f2efe7;
    border: none;
    border-bottom: none;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: 0; /* LTR */
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100%;
}
fieldset.collapsed legend {
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 15px 10px 0px 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 26px;
  margin-right: 5px;
  width: 400px;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/* ---------- wiki-toolbar ----------- */

#wiki-toolbar {
    line-height: 42px;
    border-bottom: 0;


}


/* Selected Style */

div.select-styled{
    position: relative;
    width: 176px;
    height: 28px;
}
div.select-styled select{
    position: absolute;
    width: 176px;
    height: 28px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    cursor: pointer;
}
div.select-styled div.select{
    position: absolute;
    width: 176px;
    height: 28px;
    font-size: 12px;
    color: #8b8b8b;
    text-indent: 18px;
    line-height: 28px;
    background: url("../images/bkg/select.png") no-repeat;
    z-index: 1;
}

/* Language Panel */

div.language-panel{
    float: right;
    color: #666666;
    font-size: 11px;
    line-height: 59px;
}

body.front div.language-panel{
    position: absolute;
    top: 47px;
    left: 120px;
    font-size: 13px;
}

/* Search Box (Start) */

#sidebar-first #block-block-3 {
     margin-top: 25px;
     padding: 0;
     background: none;
 }

div.search-box div.search-container{
    width: 232px;
    height: 30px;
    background: url("../images/bkg/search-input.png");
}
div.search-box input.input-text{
    width: 180px;
    height: 25px;
    padding: 0;
    margin: 2px 0 0 18px;
    /*border: #000 solid 1px;*/
    border: 0;
    float: left;
}

div.search-box button.submit{
    width: 24px;
    height: 24px;
    background: url("../images/bkg/search-button.png") no-repeat;
    border: 0;
    float: right;
    margin: 3px 3px 0 0;
}




#sidebar-first #block-search-form {
    margin-top: 25px;
    padding: 0;
    background: none;
    overflow: hidden;
}

div#block-search-form div.container-inline{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 360px;
    height: 50px;
    display: block;
    float: right;

    background: url("../images/bkg/search-input.png") left top no-repeat;
}



div#block-search-form input.custom-search-box{
    width: 310px;
    height: 25px;
    padding: 0;
    margin: 2px 0 30px 18px;

    border: 0;
    float: left;
    color: #6a6a6a;
    font-size: 12px;

    font-family: 'OpenSans-Regular';
}


div#block-search-form input.form-submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("../images/bkg/search-button.png") no-repeat;
    border: 0;
    float: right;
    margin: 2px 3px 0 0;
}

div#block-search-form .form-type-checkboxes {
    width: 232px;
    clear: both;
    margin-top: 0px;
    display: block;
}

div#block-search-form .form-type-checkboxes .form-type-checkbox {
    display: block;
}

div#block-search-form .form-type-textfield label {
    display: none;
}



/* Search Box (End) */

/* Menu (Start) */

#sidebar-first ul.menu{
    font-size: 13px;
    color: #2a2828;
    padding-left: 0 !important
}

#sidebar-first ul.menu ul{
    padding-left: 0 !important;
}

#sidebar-first ul.menu li{
    list-style-image: none !important;
    list-style-type: none;
    background: url("../images/bkg/left-nav-bullet.png") no-repeat left 9px;
    margin: 5px 0 0 0;

    padding-left: 23px;
    padding-top: 3px;
    padding-bottom: 4px;
}


#sidebar-first ul.menu li a{
    display: block;
    /*margin: 0 0 0 26px;*/
    color: #838383;
    
}

#sidebar-first ul.menu li a a{
    left: -22px !important;
    margint-right: -22px !important;
    top: 1px;
}


#sidebar-first ul.menu li.collapsed {
    background: url("../images/bkg/close-bullet.png") no-repeat left 4px;
}

#sidebar-first ul.menu li.expanded, #sidebar-first ul.menu li.wiki-menu-expanded {
    background: url("../images/bkg/open-bullet.png") no-repeat left 4px;
}

#sidebar-first ul.menu li li li.collapsed {
    background: url("../images/bkg/close-bullet-min.png") no-repeat left 4px;
    padding-bottom: 0;
}

#sidebar-first ul.menu li li li.expanded, #sidebar-first ul.menu li li li.wiki-menu-expanded {
    background: url("../images/bkg/open-bullet-min.png") no-repeat left 4px;
}

#sidebar-first ul.menu li.collapsed a, #sidebar-first ul.menu li a.active-trail {
    color: #2a2828;
}

/* Menu (End) */

/* Jquery Menu (Start) */

#sidebar-first ul.jquerymenu li.parent a {
    color: #333333;
}

#sidebar-first ul.jquerymenu li.parent li a {
    color: #838383;
}

#sidebar-first ul.jquerymenu li.parent span.closed {
    background: url("../images/bkg/close-bullet.png") no-repeat 0 0;
    margin-top: 2px;
    margin-left: 0px;
    width: 15px;
    height: 15px;
}

#sidebar-first ul.jquerymenu li.parent span.open {
    background: url("../images/bkg/open-bullet.png") no-repeat 0 0;
    margin-top: 2px;
    margin-left: 0px;
    width: 15px;
    height: 15px;
}

/* Jquery Menu (End) */

/* Submitted */

.node-submitted {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 20px 0;
    padding-bottom: 30px;
    line-height: 35px;
}

/* language category */

div#content div.languages{
    font-size: 13px;
    color: #2a2828;
}
div#content div.languages p{
    margin: 18px 0 18px 0;
}
div#content ul.lang-list{
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 18px 0 0 0;
}
div#content ul.lang-list li{
    width: 270px;
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0 0 40px 0;
}
div#content ul.lang-list li.last{
    width: 230px;
}

.language{
    line-height: 32px;
    padding-left: 54px;
    font-size: 14px;
    display: inline-block;
}
.lang-english{
    background: url("../images/icons/english.png") no-repeat;
}
.lang-german{
    background: url("../images/icons/germany.png") no-repeat;
}
.lang-china{
    background: url("../images/icons/china.png") no-repeat;
}
.lang-japan{
    background: url("../images/icons/japan.png") no-repeat;
}
.lang-russian{
    background: url("../images/icons/russian.png") no-repeat;
}
.lang-polski{
    background: url("../images/icons/polski.png") no-repeat;
}

p.msg, div.messages {
    background: #f7f7f7;
    border: #e0e0e0 solid 1px;
    padding: 20px 50px 20px 95px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    color: #6a6a6a;
}

p.msg p, div.messages p {
    margin-bottom: 8px;
}
p.msg-error, div.messages.error, p.msg-warning, div.messages.warning{
    background: #ffe6e6 url("../images/bkg/WIKI_warning.png") no-repeat 25px 25px;
    border-color:#f3c9c9;

}
p.msg-success, div.messages.status{
    background: #f2fff4 url("../images/bkg/WIKI_tip.png") no-repeat 25px 25px;
    border-color:#96cc9c;

}
p.msg-info, div.messages.info{
    background: #f2f8ff url("../images/bkg/WIKI_info.png") no-repeat 25px 25px;
    border-color:#96a7cc;


}

p.msg-note, div.messages.note, div.messages.warning_custom {
    background: #fffff2 url("../images/bkg/WIKI_note.png") no-repeat 25px 25px;
    border-color:#ccca96;


}

div.toc ul, div.toc ul li {
    margin: 0;
    padding: 0;

    list-style-image: none;
    list-style-position: inherit;
    list-style-type: none;
}

div.toc ul li {
    padding-left: 0px;
    margin: 5px 0 10px 0;

    /*background: url(../images/14_info.png) no-repeat left 7px;*/
}

.toc-h2 {
    font-size: 14px;
}

.toc-h3 {
    font-size: 13px;
    margin-left: 20px !important;
}

.toc-h4 {
    font-size: 13px;
    margin-left: 40px !important;
}

.cke_editable .faqbox {
    background: #f5f5f5 !important;
    color: black;
    padding: 0;
    margin: 10px 0 20px 0;
    overflow: hidden;
    padding: 30px 20px;
}

.panel {
    background: #f5f5f5 !important;
    color: black;
    padding: 0;
    margin: 0px 0 30px 25px;
    overflow: hidden;
    padding: 25px 20px;
}



.panel .panelHeader {
    margin-bottom: 5px;
    font-weight: bold;
}

.panel h5 {
    margin: 0 0 20px 0;
    font-family: 'DINPro-Regular';
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal !important;

    display: block;
}

.panel font b {
    margin: 0 0 20px 0;
    font-family: 'DINPro-Regular';
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal !important;

    display: block;
}



.panel .panelContent {
    margin-bottom: 8px;
}

.panel.code {
    margin: 0;
    padding: 15px 20px;

    font-size: 14px;
}

.sidepanel {
    float: right;
    width: 216px;
    clear: both;
}

.iconLink {
    padding-left: 20px !important;
    margin: 5px 0 !important;
    background: url(../images/14_info.png) no-repeat left 5px;
}

.iconLink.icnpdf {
    background-image: url(../images/14_pdf.gif);
}
.iconLink.icnvideo {
    background-image: url(../images/14_video.png);
}

.linkList.horizontal .iconLink {
    display: inline;
    padding-right: 15px;
}

.linkList.horizontal .iconLink p {
    display: inline;
    margin: 0;
    padding: 0;
}

#wikimenu li.collapsed {
    position: relative;
}

ul#wikimenu a.wikimenu-bullet {
    display: block;
    width: 16px;
    height: 16px;

    position: absolute;
    top: 3px;
    left: 3px;
}

@media (max-width: 1170px) {
    ul#wikimenu a.wikimenu-bullet {
        width: 33px;
        height: 25px;

        top: -1px;
        left: -10px;
    }
}



table.sectionMacro tr {
    background: none;
}

.unpublished {
    background-color: #fff4f4;
}

#langbox {
    display: none;
}


#block-userloginbar-userloginbar {
    float: right;
    color: #666666;
    line-height: 42px;

    font-family: 'DINPro-Regular';
    font-size: 14px;
}

#block-userloginbar-userloginbar a {
    color: #666666;
    line-height: 42px;

    font-family: 'DINPro-Regular';
    font-size: 14px;
}

#block-userloginbar-userloginbar ul.welcome-box {
    list-style-type: none;
    list-style-image: none;

    margin: 0;
    padding: 0;
}

#block-userloginbar-userloginbar ul.welcome-box img {
    line-height: 42px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

#block-userloginbar-userloginbar ul.welcome-box li {
    float: right;

    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    padding-left: 22px;
    padding-right: 22px;
}

#block-userloginbar-userloginbar ul.welcome-box li.last {
    border-left: 0;
}


/* Mega menu (Start)*/

.main-menu-free-trial-link {
    position: absolute;
    right: 0;
    top: 23px;

    padding-left: 20px;
    background: transparent url("../images/download-link.png") left 3px no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #cc9a34 !important;

    text-decoration: none;
    text-transform: uppercase;
}

#header .region-header {
    padding-top:25px;
    margin-right: 88px;
}

.megamenu-menu,.megamenu-menu li,.megamenu-menu ul,.megamenu-menu a{list-style:none;text-transform:none;}.megamenu-menu h2,.megamenu-menu h3,.megamenu-menu h2 a,.megamenu-menu h3 a{text-transform:uppercase;}ul.megamenu-menu.megamenu-skin-main-menu li.megamenu-slot{margin-bottom:25px;}ul.megamenu-menu.megamenu-skin-main-menu li.megamenu-slot.last{margin-bottom:0px;}ul.megamenu-menu li.megamenu-slot{text-align:left;margin-bottom:7px;}.megamenu-menu h2{color:#fff;background-color:#171717;}ul.megamenu-menu ul.megamenu-slots-stacking{background-color:#171717;padding:25px;margin-top:10px;}ul.megamenu-menu.megamenu-skin-content-menu ul.megamenu-slots-stacking,.megamenu-menu .megamenu-slot{width:auto !important;min-width:150px;}.megamenu-menu li:hover h2 a:hover,.megamenu-menu li.hovering h2 a:hover,.megamenu-menu li h2.megamenu-active a{color:#fff !important;background-color:#171717 !important;border:none;}.megamenu-menu li a{padding:12px 20px;text-decoration:none;color:#8B8B8B;font-size:12px;}.megamenu-menu.megamenu-skin-content-menu  li a{padding:12px 7px;}.megamenu-menu li ul li a{padding:0px;}.megamenu-menu li h2 a.active{color:#000;}.megamenu-menu li.megamenu-parent ul.megamenu-slots-columnar{background-color:#171717 !important;margin-top:10px;padding-left:15px;padding-top:25px;padding-right:15px;}.megamenu-menu li.megamenu-parent ul.megamenu-slots-columnar li.megamenu-slot{padding-bottom:15px;min-width:25%;width:auto;}.megamenu-menu .megamenu-slot-title .nolink{text-decoration:none;background:transparent;color:#FFF;font-size:12px;white-space:nowrap;}.megamenu-menu li.megamenu-parent ul h3 a{text-decoration:none;background:transparent;color:#D6B046;font-size:12px;white-space:nowrap;}.megamenu-menu li.megamenu-parent ul h3 a:hover,.megamenu-menu li.megamenu-parent ul h3 a:active{text-decoration:underline;}.megamenu-menu li.megamenu-parent ul.megamenu-items li.megamenu-item,.megamenu-menu li.megamenu-parent ul h3{background:transparent;padding:0px;line-height:100%;}.megamenu-menu li.megamenu-parent ul.megamenu-items li.megamenu-item{margin-top:7px;}.megamenu-menu li.megamenu-parent ul li.megamenu-item a{font-size:12px;text-transform:uppercase;white-space:nowrap;color:#D8B247 !important;}#block-megamenu-menu-add-content-menu{z-index:300;}#block-megamenu-menu-add-content-menu li{z-index:310;}#block-megamenu-menu-add-content-menu ul{z-index:320;}#megamenu-main-menu{z-index:200;}#megamenu-main-menu li{z-index:210;}#megamenu-main-menu ul{z-index:220;}.i18n-de #megamenu-mlid-350 .megamenu-slots-stacking,.i18n-de #megamenu-mlid-1037 .megamenu-slots-stacking{width:200px !important;}
#header .region-header h2 a{
    font-weight: bold;
}
/* Mega menu (End) */

.node-wikipage img, .node-wikipageversion img  {
    max-width: 1078px;
}

span.collapse-text-anchor {
    position: relative;
    top: -50px;
    display: block;
}

.collapse-text-transparent, .collapse-text-transparent legend {
    background-color: transparent;
}

fieldset.collapsible.collapsed.collapse-text-fieldset-video .fieldset-legend {
    background-image: url(../images/14_video.png) !important;
}

fieldset.collapsible.collapse-text-fieldset-video .fieldset-legend {
    background: transparent url(../images/14_video.png) 5px 50% no-repeat !important;
}

/* Fixed Block (Start) */

.system-fixed-block {
    position: fixed;
    bottom: 0;
    right: 50px;

    width: 287px;
    /*height: 610px;*/


    z-index: 1000;

    background: #ffffff;
}

.system-fixed-block-collabsed .system-fixed-block-content {
    /*bottom: -577px;*/
    display: none;
}

.system-fixed-block-header {
    height: 33px;
    line-height: 33px;

    background: #a5915f url(../images/system-fixed-block-collapsible.png) 257px 14px no-repeat;

    font-family: Opensans-Semibold;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    padding-left: 21px;

    cursor: pointer;
}

.system-fixed-block-collabsed .system-fixed-block-header {
    background: #a5915f url(../images/system-fixed-block-collapsed.png) 257px 14px no-repeat;
}

.system-fixed-block-content {
    /*height: 577px;*/
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    padding-left: 21px;
    padding-top: 11px;
    padding-bottom: 30px;

    color: #2d2d2d;
}

.system-fixed-block-content p {
    width: 244px;
    margin-bottom: 10px;
}

.system-fixed-block-content form .mktoGutter,
.system-fixed-block-content form .mktoOffset,
.system-fixed-block-content form .mktoFieldWrap label,
.system-fixed-block-content form .mktoAsterix {
    display: none !important;
}

.system-fixed-block-content form select.mktoField {
    height: 35px;
    /*-webkit-appearance: none;*/
    border: 1px solid #dddddd;
    border-radius: 0;

    /*background: transparent url(../images/system-fixed-block-select-bg.png) 218px 15px no-repeat;*/
}

.system-fixed-block-content form input.mktoField {
  height: 35px;
}

.system-fixed-block-content form .mktoField {
    font-family: opensans-regular;
    font-size: 13px;

    width: 244px !important;
    padding: 5px 6px 5px 12px !important;

    color: #6a6a6a !important;

    border: 1px solid #dddddd;
}

.system-fixed-block-content form .mktoField::-webkit-input-placeholder {
    font-family: opensans-regular;
    font-size: 13px;
    color: #6a6a6a !important;
}



.system-fixed-block-content form .mktoHtmlText {
    width: 244px !important;

    font-family: opensans-regular;
    color: #bfbfbf;

    font-size: 12px;
}

.system-fixed-block-content form .mktoButtonRow {
    width: 244px;
    height: 43px;
    padding-top: 7px;
}

.system-fixed-block-content form .mktoButtonRow .mktoButtonWrap {
    width: 244px;
    height: 43px;
    margin: 0 !important;
}

.system-fixed-block-content form .mktoButtonRow .mktoButtonWrap button {
    width: 244px;
    height: 43px;
    margin: 0 !important;

    border: 0 !important;
    background: #a5915f url(../images/system-fixed-block-button-bg.png) 23px 10px no-repeat !important;

    border-radius: 20px;

    text-transform: uppercase;

    font-family: DINPro-Bold;
    font-size: 16px !important;
    color: #ffffff !important;


    padding-left: 30px !important;
    padding-right: 0px !important;
}

/* Two Column (Start) */

.system-fixed-block-two-column .system-fixed-block-content form .mktoHtmlText {
  width: 210px !important;
  float: left;
  color: #6a6a6a !important;
  font-size: 11px;
  padding-top: 13px;
}

.system-fixed-block-two-column .system-fixed-block-content form .mktoCheckboxList {
  width: 28px !important;
  float: left;
}

.system-fixed-block-two-column .system-fixed-block-content form .mktoCheckboxList .mktoField {
  width: auto !important;
  float: left;
}

.system-fixed-block.system-fixed-block-two-column.system-fixed-block-collabsed {
  width: 287px;
}

.system-fixed-block.system-fixed-block-two-column {
  width: 539px;
  background: transparent url("../images/system-fixed-block-bg.png") left 32px repeat-x;
}

.system-fixed-block-two-column .system-fixed-block-header {
  width: 287px;
}

.system-fixed-block-two-column .system-fixed-block-content {
  background: #ffffff;
}

.system-fixed-block-two-column .system-fixed-block-content p {
  width: 497px;
}

.system-fixed-block-two-column .mktoForm {
  width: 497px !important;
}

.system-fixed-block-two-column .system-fixed-block-content form .mktoButtonRow {
  width: 497px;
  text-align: center;
}

.system-fixed-block-two-column .system-fixed-block-row {
  width: 244px;
  float: left;
}

.system-fixed-block-two-column .system-fixed-block-row-first {
  margin-right: 9px;
}

  /* Two Column (End) */


/* Fixed Block (End) */

/* LightBox 2 (Strat) */

.lightbox2-orig-layout #modalContainer {
  /*padding: 5px !important;*/
  overflow: hidden !important;
  margin-right: 0 !important;

}

#bottomNav {
  margin-bottom: 0px !important;
}

#bottomNavClose {
  margin-top: 33px !important;
}

/* LightBox 2 (End) */

#edit-field-russion-title, #edit-field-de-title, #edit-field-ja-title, #edit-field-pl-title {
  display: none;
}


.btn-search {
  width: 12px;
  height: 12px;
  margin-left: 35px;
  background: url(/resources/menu/loupe.png) center 0 no-repeat;
  cursor: pointer;
}

.btn-search:hover {
  background: url(/resources/menu/loupe.png) center -12px no-repeat;
}

.b-search-collapsed .site-container {
  width: 1167px;
  margin: 0 auto;
  position: relative;
}

.form-search-collapsed {
  width: 770px;
  margin: 0 auto !important;
}
.form-search-collapsed .form-text {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 18px;
  padding: 12px 19px;
  background: none;
  border: none;
  outline: none;
}
.form-search-collapsed .form-actions {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 123px;
  padding-top: 0;
}
.form-search-collapsed .form-actions:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -57px;
  height: 20px;
  width: 1px;
  background-color: #ddd;
}
.form-search-collapsed .form-submit {
  background-color: transparent;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  height: 15px;
  width: 15px;
  background:  url(/resources/menu/loupe.png) center 0 no-repeat;
  border: none;
}

.b-search-collapsed {
  height: 148px;
  position: fixed;
  left: 0;
  right: 0;
  top: -148px;
  z-index: 55;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 48px;
  border-bottom: 1px solid #ddd;
}
.b-search-collapsed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4000px;
  margin-left: -2000px;
  background-color: #ffffff;
  z-index: -1;
}
.b-search-collapsed .site-container {
  padding: 0;
}
.search-active .b-search-collapsed {
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.b-search-collapsed .btn-close {
  height: 14px;
  width: 14px;
  background:  url(/resources/menu/close.png) center 0 no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

footer.footer .social-wrapper .wechat:hover {
  cursor: pointer;
}

footer.footer .social-wrapper .wechat:hover .wechat-qr {
  top: auto;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  margin-right: -100%;
  position: absolute;
  display: block;
}

footer.footer .social-wrapper .wechat:hover .wechat-qr span {
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: white;
  white-space: nowrap;
  display: block;
  color: #444444;

  cursor: pointer;
}

.ad16 {
  color: #c2c2c2 !important;
  width: 360px;
  height: 86px;
  border: 2px solid #a5915f;
  border-radius: 15px;
  font-size: 14px !important;
  font-family: "opensans-semibold";
  padding: 20px 0;
  margin-left: -15px;
  text-align: center;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 15px;
}

.ad16 span {
  color: #a5915f !important;
  font-family: "opensans-bold";
  text-transform: uppercase !important;
}

.ad16 img {
  margin-right: 10px;
  vertical-align: middle;
}

#cke_99.cke_panel.cke_combopanel__styles
{
  width: 550px !important;
  height: 500px !important;
}

/* Legacy Material (Begin) */




.legacy-material {
  margin: 0 0 8px;
  padding-left: 30px;
  position: relative
}



.legacy-material:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}



.legacy-material {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-top: 10px;
  float: left;
  margin-right: 50px;
}



.legacy-material:after {
  background: #f5f3ed;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -15px;
  bottom: -8px;
  left: -15px;
  z-index: -1;
  border-radius: 4px
}

.legacy-material:before {
  height: 20px;
  width: 20px;
  background: url('../images/icons-legacy-material.png') -10px -34px no-repeat
}

.legacy-material a {
  color: #a2905e
}

/* Legacy Material (End) */
