/* COMMON CSS */

/********************************/
/* imports */
@font-face {
  font-family: 'Arial Webfont';
  src: url('../fonts/arial-bpg/arial-bpg.eot');
  src: url('../fonts/arial-bpg/arial-bpg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/arial-bpg/arial-bpg.woff2') format('woff2'),
       url('../fonts/arial-bpg/arial-bpg.woff') format('woff'),
       url('../fonts/arial-bpg/arial-bpg.ttf') format('truetype'),
       url('../fonts/arial-bpg/arial-bpg.svg#arial-bpg-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Caps Webfont';
  src: url('../fonts/arial-bpg/arial-bpg-caps.eot');
  src: url('../fonts/arial-bpg/arial-bpg-caps.eot?#iefix') format('embedded-opentype'),
       url('../fonts/arial-bpg/arial-bpg-caps.woff2') format('woff2'),
       url('../fonts/arial-bpg/arial-bpg-caps.woff') format('woff'),
       url('../fonts/arial-bpg/arial-bpg-caps.ttf') format('truetype'),
       url('../fonts/arial-bpg/arial-bpg-caps.svg#arial-bpg-caps-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/********************************/
/* common styles */

html {
  overflow: auto;
  position: relative;
  width: 100%; height: 100%;
}

body {
  overflow: hidden;
  position: relative;
  width: 100%; height: 100%;
}

body,
button, input, select, textarea {
  font: normal normal normal 10pt/normal 'Arial Webfont', 'Arial', 'Verdana', 'Sylfaen', sans-serif;
}

a {
  color: #007DA5;
  transition: color 0.3s linear; /* ie10+, fx16+, opera12.1+ */
}
a:hover {
  color: #3797B7;
}

/********************************/
/* layout elements */

#wrapper {
  overflow: auto;
  overflow-y: scroll; /* ie6+, fx1.5+, safari3+, chrome2+, opera9.5+ */
  position: relative;
  width: 100%; height: 100%;
  text-align: center;
}

#header {
  z-index: 1;
  position: relative;
  background-color: transparent;
}

#footer {
  z-index: 0;
  padding: 30px 0;
  position: relative;
  background-color: white;
  border-top: 1px solid #C8C8C8;
}

#content {
  z-index: 0;
  padding: 20px 0;
  position: relative;
  background-color: transparent;
  /* background: white url('../images/bg.png') repeat center -50px; */
}

/********************************/
/* layout classes */

.fixator {
  min-width: 1000px; min-height: 600px;
  _width:  expression(eval(this.parentNode.clientWidth)  < 1000 ? '1000px' : 'auto'); /* ie6 */
  _height: expression(eval(this.parentNode.clientHeight) <  600 ?  '600px' : 'auto'); /* ie6 */
}

.layout {
  width: 940px;
  text-align: left;
  margin: 0 auto; padding: 0;
  position: relative; /* ie6 */
}
.spacer {
  padding: 50px 0;
}

#pagebar {
  float: left;
  width: 700px;
}
#sidebar {
  float: right;
  width: 220px;
}
#page .whole-img {
  vertical-align: top;
  width: 660px; height: auto;
}
#page .page-fixator {
  vertical-align: top;
  width: 660px; height: auto;
  min-height: 400px; _height: 400px; /* ie6 */
}

.container {
  background-color: white;
  border: 1px solid #C8C8C8;
}
.container-pad {
  padding: 19px;
}
.container-div {
  width: auto; height: 1px;
  background-color: #C8C8C8;
  margin: 0 19px;
  font: 0/0 serif;
  overflow: hidden;
}
.container-head {
  padding: 10px 19px;
  background-color: #DCDCDC;
  font-size: 14pt;
}
.container-foot {
  padding: 10px 19px;
}

/********************************/
/* common clases */

.clear {
  clear: both;
  float: none;
  display: block;
  height: 0; width: 0;
  margin: 0; padding: 0;
  overflow: hidden;
  *zoom: 1; /* ie6, ie7 */
}

table.null {
  border: 0 none;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0; padding: 0;
}
table.null th.null {
  text-align: left;
  font-weight: normal;
}
table.null th.null,
table.null td.null,
table.null caption.null {
  vertical-align: top;
  margin: 0; padding: 0;
}

ul.null {
  list-style: none;
  margin: 0; padding: 0;
}
ul.null li.null {
  margin: 0; padding: 0;
}

.whole, .whole-x {
  width: 100%;
}
.whole, .whole-y {
  height: 100%;
}
.min-whole, .min-whole-x {
  min-width: 100%;
}
.min-whole, .min-whole-y {
  min-height: 100%;
}
.max-whole, .max-whole-x {
  max-width: 100%;
}
.max-whole, .max-whole-y {
  max-height: 100%;
}

.collapser-outer {
  margin-top: -200px;
  margin-bottom: -200px;
}
.collapser-inner {
  margin-top: 200px;
  margin-bottom: 200px;
}

.center-list {
  float: right;
  position: relative;
  left: -50%;
}
.center-list .center-item {
  float: left;
  position: relative;
  left: 50%;
}

.debug {
  background: rgba(0,0,0,0.1);
}

/********************************/
/* grid 960/12 system */

.grid,
.grid-12 {
  margin-left: -10px;
  margin-right: -10px;
  *zoom: 1; *position: relative; /* ie6, ie7 */
}
.grid-12 {
  width: 960px;
}
.grid-12 .cell-01,
.grid-12 .cell-02,
.grid-12 .cell-03,
.grid-12 .cell-04,
.grid-12 .cell-05,
.grid-12 .cell-06,
.grid-12 .cell-07,
.grid-12 .cell-08,
.grid-12 .cell-09,
.grid-12 .cell-10,
.grid-12 .cell-11,
.grid-12 .cell-12 {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  *zoom: 1; *display: inline; /* ie6, ie7 */
}
.grid-12 .push-01, .grid-12 .pull-01,
.grid-12 .push-02, .grid-12 .pull-02,
.grid-12 .push-03, .grid-12 .pull-03,
.grid-12 .push-04, .grid-12 .pull-04,
.grid-12 .push-05, .grid-12 .pull-05,
.grid-12 .push-06, .grid-12 .pull-06,
.grid-12 .push-07, .grid-12 .pull-07,
.grid-12 .push-08, .grid-12 .pull-08,
.grid-12 .push-09, .grid-12 .pull-09,
.grid-12 .push-10, .grid-12 .pull-10,
.grid-12 .push-11, .grid-12 .pull-11,
.grid-12 .push-12, .grid-12 .pull-12 { position: relative; }
.grid-12 .cell-01 { width:  60px; }
.grid-12 .cell-02 { width: 140px; }
.grid-12 .cell-03 { width: 220px; }
.grid-12 .cell-04 { width: 300px; }
.grid-12 .cell-05 { width: 380px; }
.grid-12 .cell-06 { width: 460px; }
.grid-12 .cell-07 { width: 540px; }
.grid-12 .cell-08 { width: 620px; }
.grid-12 .cell-09 { width: 700px; }
.grid-12 .cell-10 { width: 780px; }
.grid-12 .cell-11 { width: 860px; }
.grid-12 .cell-12 { width: 940px; }
.grid-12 .prefix-01 { padding-left:  80px; }
.grid-12 .prefix-02 { padding-left: 160px; }
.grid-12 .prefix-03 { padding-left: 240px; }
.grid-12 .prefix-04 { padding-left: 320px; }
.grid-12 .prefix-05 { padding-left: 400px; }
.grid-12 .prefix-06 { padding-left: 480px; }
.grid-12 .prefix-07 { padding-left: 560px; }
.grid-12 .prefix-08 { padding-left: 640px; }
.grid-12 .prefix-09 { padding-left: 720px; }
.grid-12 .prefix-10 { padding-left: 800px; }
.grid-12 .prefix-11 { padding-left: 880px; }
.grid-12 .prefix-12 { padding-left: 960px; }
.grid-12 .suffix-01 { padding-right:  80px; }
.grid-12 .suffix-02 { padding-right: 160px; }
.grid-12 .suffix-03 { padding-right: 240px; }
.grid-12 .suffix-04 { padding-right: 320px; }
.grid-12 .suffix-05 { padding-right: 400px; }
.grid-12 .suffix-06 { padding-right: 480px; }
.grid-12 .suffix-07 { padding-right: 560px; }
.grid-12 .suffix-08 { padding-right: 640px; }
.grid-12 .suffix-09 { padding-right: 720px; }
.grid-12 .suffix-10 { padding-right: 800px; }
.grid-12 .suffix-11 { padding-right: 880px; }
.grid-12 .suffix-12 { padding-right: 960px; }
.grid-12 .push-01 { left:  80px; }
.grid-12 .push-02 { left: 160px; }
.grid-12 .push-03 { left: 240px; }
.grid-12 .push-04 { left: 320px; }
.grid-12 .push-05 { left: 400px; }
.grid-12 .push-06 { left: 480px; }
.grid-12 .push-07 { left: 560px; }
.grid-12 .push-08 { left: 640px; }
.grid-12 .push-09 { left: 720px; }
.grid-12 .push-10 { left: 800px; }
.grid-12 .push-11 { left: 880px; }
.grid-12 .push-12 { left: 960px; }
.grid-12 .pull-01 { left:  -80px; }
.grid-12 .pull-02 { left: -160px; }
.grid-12 .pull-03 { left: -240px; }
.grid-12 .pull-04 { left: -320px; }
.grid-12 .pull-05 { left: -400px; }
.grid-12 .pull-06 { left: -480px; }
.grid-12 .pull-07 { left: -560px; }
.grid-12 .pull-08 { left: -640px; }
.grid-12 .pull-09 { left: -720px; }
.grid-12 .pull-10 { left: -800px; }
.grid-12 .pull-11 { left: -880px; }
.grid-12 .pull-12 { left: -960px; }

/********************************/
/* elements clases */

.cl-text { color: #000000; }
.cl-link { color: #007DA5; }

.cl-white { color: #FFFFFF; }
.cl-shade { color: #808080; }
.cl-black { color: #000000; }
.cl-error { color: #FF0000; }

.ln-hover       { text-decoration: none; }
.ln-hover:hover { text-decoration: underline; }

.cl-hover       { color: #007DA5; transition: color 0.3s linear; /* ie10+, fx16+, opera12.1+ */ }
.cl-hover:hover { color: #3797B7; }

.op-hover       { opacity: 1.00; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */ transition: opacity 0.3s linear; /* ie10+, fx16+, opera12.1+ */ }
.op-hover:hover { opacity: 0.75; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */ }

.tx-08 { font-size: 08pt; }
.tx-09 { font-size: 09pt; }
.tx-10 { font-size: 10pt; }
.tx-11 { font-size: 11pt; }
.tx-12 { font-size: 12pt; }
.tx-13 { font-size: 13pt; }
.tx-14 { font-size: 14pt; }
.tx-15 { font-size: 15pt; }
.tx-16 { font-size: 16pt; }
.tx-17 { font-size: 17pt; }
.tx-18 { font-size: 18pt; }
.tx-19 { font-size: 19pt; }
.tx-20 { font-size: 20pt; }
.tx-21 { font-size: 21pt; }
.tx-22 { font-size: 22pt; }
.tx-23 { font-size: 23pt; }
.tx-24 { font-size: 24pt; }
.tx-26 { font-size: 26pt; }
.tx-28 { font-size: 28pt; }
.tx-30 { font-size: 30pt; }
.tx-32 { font-size: 32pt; }
.tx-34 { font-size: 34pt; }
.tx-36 { font-size: 36pt; }
.tx-38 { font-size: 38pt; }
.tx-40 { font-size: 40pt; }

.tx-normal      { font-style: normal; font-weight: normal; }
.tx-bold        { font-style: normal; font-weight: bold; }
.tx-italic      { font-style: italic; font-weight: normal; }
.tx-bold-italic { font-style: italic; font-weight: bold; }

.tx-noline      { text-decoration: none; }
.tx-underline   { text-decoration: underline; }

.tx-serif       { font-family: 'Times New Roman', 'Sylfaen', serif; }
.tx-sans-serif  { font-family: 'Arial', 'Verdana', sans-serif;  }

.al-left        { text-align: left; }
.al-right       { text-align: right; }
.al-center      { text-align: center; }
.al-justify     { text-align: justify; }
.al-top         { vertical-align: top; }
.al-middle      { vertical-align: middle; }
.al-bottom      { vertical-align: bottom; }
.al-text-top    { vertical-align: text-top; }
.al-text-bottom { vertical-align: text-bottom; }
.al-baseline    { vertical-align: baseline; }

.fl-left  { float: left;  }
.fl-right { float: right; }

.pos-relative { position: relative; left: 0; top: 0; }
.pos-absolute { position: absolute; left: 0; top: 0; }

.none   { display: none; }
.block  { display: block; }
.inline { display: inline; }
.inline-block { display: -moz-inline-stack; display: inline-block; vertical-align: top; *zoom: 1; *display: inline; }

.pointer { cursor: pointer; }

.spx-00 { margin:   0px; } .spv-00, .spt-00 { margin-top:   0px; } .sph-00, .spr-00 { margin-right:   0px; } .spv-00, .spb-00 { margin-bottom:   0px; } .sph-00, .spl-00 { margin-left:   0px; }
.spx-01 { margin:   1px; } .spv-01, .spt-01 { margin-top:   1px; } .sph-01, .spr-01 { margin-right:   1px; } .spv-01, .spb-01 { margin-bottom:   1px; } .sph-01, .spl-01 { margin-left:   1px; }
.spx-02 { margin:   2px; } .spv-02, .spt-02 { margin-top:   2px; } .sph-02, .spr-02 { margin-right:   2px; } .spv-02, .spb-02 { margin-bottom:   2px; } .sph-02, .spl-02 { margin-left:   2px; }
.spx-03 { margin:   3px; } .spv-03, .spt-03 { margin-top:   3px; } .sph-03, .spr-03 { margin-right:   3px; } .spv-03, .spb-03 { margin-bottom:   3px; } .sph-03, .spl-03 { margin-left:   3px; }
.spx-04 { margin:   4px; } .spv-04, .spt-04 { margin-top:   4px; } .sph-04, .spr-04 { margin-right:   4px; } .spv-04, .spb-04 { margin-bottom:   4px; } .sph-04, .spl-04 { margin-left:   4px; }
.spx-05 { margin:   5px; } .spv-05, .spt-05 { margin-top:   5px; } .sph-05, .spr-05 { margin-right:   5px; } .spv-05, .spb-05 { margin-bottom:   5px; } .sph-05, .spl-05 { margin-left:   5px; }
.spx-06 { margin:   6px; } .spv-06, .spt-06 { margin-top:   6px; } .sph-06, .spr-06 { margin-right:   6px; } .spv-06, .spb-06 { margin-bottom:   6px; } .sph-06, .spl-06 { margin-left:   6px; }
.spx-07 { margin:   7px; } .spv-07, .spt-07 { margin-top:   7px; } .sph-07, .spr-07 { margin-right:   7px; } .spv-07, .spb-07 { margin-bottom:   7px; } .sph-07, .spl-07 { margin-left:   7px; }
.spx-08 { margin:   8px; } .spv-08, .spt-08 { margin-top:   8px; } .sph-08, .spr-08 { margin-right:   8px; } .spv-08, .spb-08 { margin-bottom:   8px; } .sph-08, .spl-08 { margin-left:   8px; }
.spx-08 { margin:   9px; } .spv-09, .spt-09 { margin-top:   9px; } .sph-09, .spr-09 { margin-right:   9px; } .spv-09, .spb-09 { margin-bottom:   9px; } .sph-09, .spl-09 { margin-left:   9px; }
.spx-10 { margin:  10px; } .spv-10, .spt-10 { margin-top:  10px; } .sph-10, .spr-10 { margin-right:  10px; } .spv-10, .spb-10 { margin-bottom:  10px; } .sph-10, .spl-10 { margin-left:  10px; }
.spx-20 { margin:  20px; } .spv-20, .spt-20 { margin-top:  20px; } .sph-20, .spr-20 { margin-right:  20px; } .spv-20, .spb-20 { margin-bottom:  20px; } .sph-20, .spl-20 { margin-left:  20px; }
.spx-30 { margin:  30px; } .spv-30, .spt-30 { margin-top:  30px; } .sph-30, .spr-30 { margin-right:  30px; } .spv-30, .spb-30 { margin-bottom:  30px; } .sph-30, .spl-30 { margin-left:  30px; }
.spx-40 { margin:  40px; } .spv-40, .spt-40 { margin-top:  40px; } .sph-40, .spr-40 { margin-right:  40px; } .spv-40, .spb-40 { margin-bottom:  40px; } .sph-40, .spl-40 { margin-left:  40px; }
.spx-50 { margin:  50px; } .spv-50, .spt-50 { margin-top:  50px; } .sph-50, .spr-50 { margin-right:  50px; } .spv-50, .spb-50 { margin-bottom:  50px; } .sph-50, .spl-50 { margin-left:  50px; }
.spx-60 { margin:  60px; } .spv-60, .spt-60 { margin-top:  60px; } .sph-60, .spr-60 { margin-right:  60px; } .spv-60, .spb-60 { margin-bottom:  60px; } .sph-60, .spl-60 { margin-left:  60px; }
.spx-70 { margin:  70px; } .spv-70, .spt-70 { margin-top:  70px; } .sph-70, .spr-70 { margin-right:  70px; } .spv-70, .spb-70 { margin-bottom:  70px; } .sph-70, .spl-70 { margin-left:  70px; }
.spx-80 { margin:  80px; } .spv-80, .spt-80 { margin-top:  80px; } .sph-80, .spr-80 { margin-right:  80px; } .spv-80, .spb-80 { margin-bottom:  80px; } .sph-80, .spl-80 { margin-left:  80px; }
.spx-90 { margin:  90px; } .spv-90, .spt-90 { margin-top:  90px; } .sph-90, .spr-90 { margin-right:  90px; } .spv-90, .spb-90 { margin-bottom:  90px; } .sph-90, .spl-90 { margin-left:  90px; }

.smx-00 { margin:   0px; } .smv-00, .smt-00 { margin-top:  -0px; } .smh-00, .smr-00 { margin-right:  -0px; } .smv-00, .smb-00 { margin-bottom:  -0px; } .smh-00, .sml-00 { margin-left:  -0px; }
.smx-01 { margin:  -1px; } .smv-01, .smt-01 { margin-top:  -1px; } .smh-01, .smr-01 { margin-right:  -1px; } .smv-01, .smb-01 { margin-bottom:  -1px; } .smh-01, .sml-01 { margin-left:  -1px; }
.smx-02 { margin:  -2px; } .smv-02, .smt-02 { margin-top:  -2px; } .smh-02, .smr-02 { margin-right:  -2px; } .smv-02, .smb-02 { margin-bottom:  -2px; } .smh-02, .sml-02 { margin-left:  -2px; }
.smx-03 { margin:  -3px; } .smv-03, .smt-03 { margin-top:  -3px; } .smh-03, .smr-03 { margin-right:  -3px; } .smv-03, .smb-03 { margin-bottom:  -3px; } .smh-03, .sml-03 { margin-left:  -3px; }
.smx-04 { margin:  -4px; } .smv-04, .smt-04 { margin-top:  -4px; } .smh-04, .smr-04 { margin-right:  -4px; } .smv-04, .smb-04 { margin-bottom:  -4px; } .smh-04, .sml-04 { margin-left:  -4px; }
.smx-05 { margin:  -5px; } .smv-05, .smt-05 { margin-top:  -5px; } .smh-05, .smr-05 { margin-right:  -5px; } .smv-05, .smb-05 { margin-bottom:  -5px; } .smh-05, .sml-05 { margin-left:  -5px; }
.smx-06 { margin:  -6px; } .smv-06, .smt-06 { margin-top:  -6px; } .smh-06, .smr-06 { margin-right:  -6px; } .smv-06, .smb-06 { margin-bottom:  -6px; } .smh-06, .sml-06 { margin-left:  -6px; }
.smx-07 { margin:  -7px; } .smv-07, .smt-07 { margin-top:  -7px; } .smh-07, .smr-07 { margin-right:  -7px; } .smv-07, .smb-07 { margin-bottom:  -7px; } .smh-07, .sml-07 { margin-left:  -7px; }
.smx-08 { margin:  -8px; } .smv-08, .smt-08 { margin-top:  -8px; } .smh-08, .smr-08 { margin-right:  -8px; } .smv-08, .smb-08 { margin-bottom:  -8px; } .smh-08, .sml-08 { margin-left:  -8px; }
.smx-09 { margin:  -9px; } .smv-09, .smt-09 { margin-top:  -9px; } .smh-09, .smr-09 { margin-right:  -9px; } .smv-09, .smb-09 { margin-bottom:  -9px; } .smh-09, .sml-09 { margin-left:  -9px; }
.smx-10 { margin: -10px; } .smv-10, .smt-10 { margin-top: -10px; } .smh-10, .smr-10 { margin-right: -10px; } .smv-10, .smb-10 { margin-bottom: -10px; } .smh-10, .sml-10 { margin-left: -10px; }
.smx-20 { margin: -20px; } .smv-20, .smt-20 { margin-top: -20px; } .smh-20, .smr-20 { margin-right: -20px; } .smv-20, .smb-20 { margin-bottom: -20px; } .smh-20, .sml-20 { margin-left: -20px; }
.smx-30 { margin: -30px; } .smv-30, .smt-30 { margin-top: -30px; } .smh-30, .smr-30 { margin-right: -30px; } .smv-30, .smb-30 { margin-bottom: -30px; } .smh-30, .sml-30 { margin-left: -30px; }
.smx-40 { margin: -40px; } .smv-40, .smt-40 { margin-top: -40px; } .smh-40, .smr-40 { margin-right: -40px; } .smv-40, .smb-40 { margin-bottom: -40px; } .smh-40, .sml-40 { margin-left: -40px; }
.smx-50 { margin: -50px; } .smv-50, .smt-50 { margin-top: -50px; } .smh-50, .smr-50 { margin-right: -50px; } .smv-50, .smb-50 { margin-bottom: -50px; } .smh-50, .sml-50 { margin-left: -50px; }
.smx-60 { margin: -60px; } .smv-60, .smt-60 { margin-top: -60px; } .smh-60, .smr-60 { margin-right: -60px; } .smv-60, .smb-60 { margin-bottom: -60px; } .smh-60, .sml-60 { margin-left: -60px; }
.smx-70 { margin: -70px; } .smv-70, .smt-70 { margin-top: -70px; } .smh-70, .smr-70 { margin-right: -70px; } .smv-70, .smb-70 { margin-bottom: -70px; } .smh-70, .sml-70 { margin-left: -70px; }
.smx-80 { margin: -80px; } .smv-80, .smt-80 { margin-top: -80px; } .smh-80, .smr-80 { margin-right: -80px; } .smv-80, .smb-80 { margin-bottom: -80px; } .smh-80, .sml-80 { margin-left: -80px; }
.smx-90 { margin: -90px; } .smv-90, .smt-90 { margin-top: -90px; } .smh-90, .smr-90 { margin-right: -90px; } .smv-90, .smb-90 { margin-bottom: -90px; } .smh-90, .sml-90 { margin-left: -90px; }

.pdx-00 { padding:  0px; } .pdv-00, .pdt-00 { padding-top:  0px; } .pdh-00, .pdr-00 { padding-right:  0px; } .pdv-00, .pdb-00 { padding-bottom:  0px; } .pdh-00, .pdl-00 { padding-left:  0px; }
.pdx-01 { padding:  1px; } .pdv-01, .pdt-01 { padding-top:  1px; } .pdh-01, .pdr-01 { padding-right:  1px; } .pdv-01, .pdb-01 { padding-bottom:  1px; } .pdh-01, .pdl-01 { padding-left:  1px; }
.pdx-02 { padding:  2px; } .pdv-02, .pdt-02 { padding-top:  2px; } .pdh-02, .pdr-02 { padding-right:  2px; } .pdv-02, .pdb-02 { padding-bottom:  2px; } .pdh-02, .pdl-02 { padding-left:  2px; }
.pdx-03 { padding:  3px; } .pdv-03, .pdt-03 { padding-top:  3px; } .pdh-03, .pdr-03 { padding-right:  3px; } .pdv-03, .pdb-03 { padding-bottom:  3px; } .pdh-03, .pdl-03 { padding-left:  3px; }
.pdx-04 { padding:  4px; } .pdv-04, .pdt-04 { padding-top:  4px; } .pdh-04, .pdr-04 { padding-right:  4px; } .pdv-04, .pdb-04 { padding-bottom:  4px; } .pdh-04, .pdl-04 { padding-left:  4px; }
.pdx-05 { padding:  5px; } .pdv-05, .pdt-05 { padding-top:  5px; } .pdh-05, .pdr-05 { padding-right:  5px; } .pdv-05, .pdb-05 { padding-bottom:  5px; } .pdh-05, .pdl-05 { padding-left:  5px; }
.pdx-06 { padding:  6px; } .pdv-06, .pdt-06 { padding-top:  6px; } .pdh-06, .pdr-06 { padding-right:  6px; } .pdv-06, .pdb-06 { padding-bottom:  6px; } .pdh-06, .pdl-06 { padding-left:  6px; }
.pdx-07 { padding:  7px; } .pdv-07, .pdt-07 { padding-top:  7px; } .pdh-07, .pdr-07 { padding-right:  7px; } .pdv-07, .pdb-07 { padding-bottom:  7px; } .pdh-07, .pdl-07 { padding-left:  7px; }
.pdx-08 { padding:  8px; } .pdv-08, .pdt-08 { padding-top:  8px; } .pdh-08, .pdr-08 { padding-right:  8px; } .pdv-08, .pdb-08 { padding-bottom:  8px; } .pdh-08, .pdl-08 { padding-left:  8px; }
.pdx-09 { padding:  9px; } .pdv-09, .pdt-09 { padding-top:  9px; } .pdh-09, .pdr-09 { padding-right:  9px; } .pdv-09, .pdb-09 { padding-bottom:  9px; } .pdh-09, .pdl-09 { padding-left:  9px; }
.pdx-10 { padding: 10px; } .pdv-10, .pdt-10 { padding-top: 10px; } .pdh-10, .pdr-10 { padding-right: 10px; } .pdv-10, .pdb-10 { padding-bottom: 10px; } .pdh-10, .pdl-10 { padding-left: 10px; }
.pdx-20 { padding: 20px; } .pdv-20, .pdt-20 { padding-top: 20px; } .pdh-20, .pdr-20 { padding-right: 20px; } .pdv-20, .pdb-20 { padding-bottom: 20px; } .pdh-20, .pdl-20 { padding-left: 20px; }
.pdx-30 { padding: 30px; } .pdv-30, .pdt-30 { padding-top: 30px; } .pdh-30, .pdr-30 { padding-right: 30px; } .pdv-30, .pdb-30 { padding-bottom: 30px; } .pdh-30, .pdl-30 { padding-left: 30px; }
.pdx-40 { padding: 40px; } .pdv-40, .pdt-40 { padding-top: 40px; } .pdh-40, .pdr-40 { padding-right: 40px; } .pdv-40, .pdb-40 { padding-bottom: 40px; } .pdh-40, .pdl-40 { padding-left: 40px; }
.pdx-50 { padding: 50px; } .pdv-50, .pdt-50 { padding-top: 50px; } .pdh-50, .pdr-50 { padding-right: 50px; } .pdv-50, .pdb-50 { padding-bottom: 50px; } .pdh-50, .pdl-50 { padding-left: 50px; }
.pdx-60 { padding: 60px; } .pdv-60, .pdt-60 { padding-top: 60px; } .pdh-60, .pdr-60 { padding-right: 60px; } .pdv-60, .pdb-60 { padding-bottom: 60px; } .pdh-60, .pdl-60 { padding-left: 60px; }
.pdx-70 { padding: 70px; } .pdv-70, .pdt-70 { padding-top: 70px; } .pdh-70, .pdr-70 { padding-right: 70px; } .pdv-70, .pdb-70 { padding-bottom: 70px; } .pdh-70, .pdl-70 { padding-left: 70px; }
.pdx-80 { padding: 80px; } .pdv-80, .pdt-80 { padding-top: 80px; } .pdh-80, .pdr-80 { padding-right: 80px; } .pdv-80, .pdb-80 { padding-bottom: 80px; } .pdh-80, .pdl-80 { padding-left: 80px; }
.pdx-90 { padding: 90px; } .pdv-90, .pdt-90 { padding-top: 90px; } .pdh-90, .pdr-90 { padding-right: 90px; } .pdv-90, .pdb-90 { padding-bottom: 90px; } .pdh-90, .pdl-90 { padding-left: 90px; }

/********************************/
/* placeholder */

              textarea:-webkit-input-placeholder,
    input[type='text']:-webkit-input-placeholder,
  input[type='search']:-webkit-input-placeholder,
input[type='password']:-webkit-input-placeholder {
  color: #a0a0a0; opacity: 1;
}
              textarea:-moz-placeholder,
    input[type='text']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder {
  color: #a0a0a0; opacity: 1;
}
              textarea::-moz-placeholder,
    input[type='text']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder {
  color: #a0a0a0; opacity: 1;
}
              textarea:-ms-input-placeholder,
    input[type='text']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
  color: #a0a0a0; opacity: 1;
}
              textarea::placeholder,
    input[type='text']::placeholder,
  input[type='search']::placeholder,
input[type='password']::placeholder {
  color: #a0a0a0; opacity: 1;
}
              textarea.input-placeholder,
    input[type='text'].input-placeholder,
  input[type='search'].input-placeholder,
input[type='password'].input-placeholder {
  color: #a0a0a0;
}

/********************************/
/* buttons */

a.button,
input.button {
  color: white;
  background-color: gray;
  cursor: pointer;
  font-size: 10pt;
  font-weight: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  line-height: 16px;
  width: auto; height: 16px;
  padding: 8px 16px; border: 0 none;
  border-radius: 0px; /* fx4+, chrome5+, safari5+, opera10.5+, ie9+ */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
a.button {
  display: -moz-inline-stack; /* fx2 */
  display: inline-block; /* fx3+, chrome4+, safari3+, opera9+, ie8+ */
  *display: inline; *zoom: 1; /* ie6, ie7 */
}
a.button-icon,
input.button-icon {
  padding-left: 0px;
  background-repeat: no-repeat;
  background-position: 0px center;
}

a.button-40,
input.button-40 {
  font-size: 10pt;
  line-height: 20px;
  width: auto; height: 20px;
  padding: 10px 20px; border: 0 none;
}
a.button-40 img.button-icon,
input.button-40 img.button-icon {
  height: 20px;
  margin-right: 6px;
  vertical-align: top;
}

a.button-blue,
input.button-blue {
  color: white;
  background-color: #007DA5;
  transition: color 0.3s linear, background-color 0.3s linear; /* ie10+, fx16+, opera12.1+ */
}
a.button-blue:hover,
input.button-blue:hover {
  color: white;
  background-color: #3797B7;
}

a.button-excel,
input.button-excel {
  color: white;
  background-color: #207245;
  transition: color 0.3s linear, background-color 0.3s linear; /* ie10+, fx16+, opera12.1+ */
}
a.button-excel:hover,
input.button-excel:hover {
  color: white;
  background-color: #207245;
}



/********************************/
/* links-classes */

a.cl-text { color: #000000; }
a.cl-text:hover { color: #404040; }
a.cl-link { color: #007DA5; }
a.cl-link:hover { color: #3797B7; }

a.more {
  color: #007DA5;
  padding-right: 10px;
  text-decoration: none;
  background: transparent url('../images/more.png') no-repeat right center;
}

/********************************/
/* effects */

.layer-effect {
  display: block;
  position: relative;
}
.layer-effect:after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background-color: #000000;
  opacity: 0.00; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */
  transition: opacity 0.3s linear; /* ie10+, fx16+, opera12.1+ */
}
.layer-effect:hover:after {
  opacity: 0.20; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */
}

/********************************/
/* headings-classes */

h1.title {
  font-size: 18pt;
  font-weight: normal;
  margin-bottom: 20px;
}
h1.title a,
h1.title a:hover {
  color: black;
  text-decoration: none
}
h2.title {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}
h2.title a {
  color: #007DA5;
  text-decoration: none;
}
h2.title a:hover {
  color: #3797B7;
}

/********************************/
/* elements */

#navigator {
  padding: 20px 0;
  background-color: white;
}
#navigator-content {
  position: relative;
  width: 940px; height: 110px;
}

/********/

#logo {
  left: 0; top: 0;
  position: absolute;
}
#logo img {
  vertical-align: top;
}

/********/

#languages {
  right: 0; bottom: 50px;
  position: absolute;
  width: auto; height: 17px;
}
#languages ul {
  float: right;
  list-style: none;
  margin: 0; padding: 0;
  width: auto; height: 100%;
}
#languages li {
  float: left;
  margin: 0; padding: 0;
  width: auto; height: 100%;
  margin-left: 10px;
  padding-left: 13px;
  background: transparent url('../images/lang.png') no-repeat left center;
}
#languages li.first {
  margin: 0; padding: 0;
}
#languages a {
  display: block;
  width: 30px; height: 17px;
  background: transparent none no-repeat center top;
}
#languages a:hover,
#languages a.fixed {
  background-position: center bottom;
}
#languages a.lang-en { background-image: url('../images/lang_en.png'); }
#languages a.lang-ka { background-image: url('../images/lang_ka.png'); }
#languages a.lang-ru { background-image: url('../images/lang_ru.png'); }

/********/

#search {
  right: 0; bottom: 0;
  position: absolute;
}
.search {
  float: left;
  border: 1px solid #C8C8C8;
}
.search .placeholder {
  color: #808080;
}
.search input.input-search {
  border: 0 none;
  margin: 0; padding: 0 4px;
  width: 200px; height: 34px;
  vertical-align: top;
  *line-height: 34px; /* ie6, ie7 */
}
.search input.input-submit {
  border: 0 none;
  margin: 0; padding: 0;
  width: 34px; height: 34px;
  background: transparent url('../images/search.png') no-repeat center center;
  vertical-align: top;
}

/********/

#headlinks {
  right: 270px; bottom: 0;
  position: absolute;
  line-height: 36px;
}

/********/

#copyright {
  float: right;
}
#credits {
  display: none;
}

/********/

#menu {
  z-index: 20;
  position: relative;
  margin: 0; padding: 0;
  width: auto; height: 50px;
  /* background: white url('../images/bg.png') repeat center top; */
}
#menu .menu-hold-L1 {
  width: auto; height: 100%;
}
#menu .menu-list-L1 {
  text-align: left;
  list-style: none;
  width: 940px; height: 100%;
  margin: 0 auto; padding: 0;
  position: relative; /* for javascript calulation */
  background-color: #DCDCDC;
}
#menu .menu-item-L1 {
  float: left;
  position: static; /* for javascript calulation */
  margin: 0; padding: 0;
  width: auto; height: 100%;
}
#menu .menu-over-L1 {
  position: relative;
}
#menu .menu-link-L1 {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #007DA5;
  background-color: transparent;
  transition: color 0.3s linear, background-color 0.3s linear; /* ie10+, fx16+, opera12.1+ */
  *display: inline; *zoom: 1; /* ie6, ie7 */
}
#menu .menu-over-L1-fixed .menu-link-L1 {
  color: #FFFFFF;
  background-color: #007DA5;
}
#menu .menu-over-L1:hover .menu-link-L1,
#menu .menu-over-L1-hover .menu-link-L1 {
  color: #FFFFFF;
  background-color: #3797B7;
}
#menu .menu-hold-L2 {
  position: absolute;
  left: 0; top: 100%;
  margin: 0; padding: 0;
  width: auto; height: auto;
  min-width: 200px;
  background-color: #FFFFFF;
  background-color: #F0F0F0\9; /* ie8, ie7, ie6 */
  -moz-box-shadow: 2px 2px 0px #D0D0D0; /* fx3.5+ */
  -webkit-box-shadow: 2px 2px 0px #D0D0D0; /* chrome4+, safari3+ */
  box-shadow: 2px 2px 0px rgba(0,0,0,0.20); /* fx4+, chrome9+, safari5+, opera10.5+, ie9+ */
  visibility: hidden;
  opacity: 0.0; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */
  transition: visibility 0.3s linear, opacity 0.3s linear; /* ie10+, fx16+, opera12.1+ */
  *zoom: 1; /* ie6, ie7 */
  *width: 200px; /* ie6, ie7 */
}
#menu .menu-over-L1:hover .menu-hold-L2,
#menu .menu-over-L1-hover .menu-hold-L2 {
  visibility: visible;
  opacity: 0.999; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */
}
#menu .menu-item-L1-last .menu-hold-L2 {
  left: auto; right: 0;
}
#menu .menu-hold-L2 iframe {
  display: none;
  /* ie6 select-element z-index fix */
  _z-index: -1;
  _display: block;
  _left: 0; _top: 0;
  _position: absolute;
  _filter: alpha(opacity=0);
  _width: 100%; _height: 100%;
  _width: expression(this.parentNode.clientWidth);
  _height: expression(this.parentNode.clientHeight);
}
#menu .menu-list-L2 {
  list-style: none;
  position: relative;
  margin: 0; padding: 15px 10px;
}
#menu .menu-item-L2 {
  margin: 0; padding: 0;
}
#menu .menu-link-L2 {
  color: #007DA5;
  display: block;
  position: relative;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s linear; /* ie10+, fx16+, opera12.1+ */
}
#menu .menu-link-L2:hover {
  color: #3797B7;
}

/* the mother-fuckers-ass-hole patch */
.lang-en #menu .menu-item-L1-last .menu-hold-L2 { width: 260px; }
.lang-ka #menu .menu-item-L1-last .menu-hold-L2 { width: 350px; }
#menu .menu-item-L1-last .menu-link-L2 { white-space: normal; }

/********/

#sidemenu {
  *zoom: 1; /* ie6, ie7 */
}
#sidemenu ul.sidemenu-list-L1 {
  list-style: none;
  margin: 0; padding: 0;
  background-color: #DCDCDC;
}
#sidemenu li.sidemenu-item-L1 {
  margin: 0; padding: 0;
  border-top: 1px solid #C8C8C8;
}
#sidemenu li.sidemenu-item-L1-first {
  border: 0 none;
}
#sidemenu a.sidemenu-link-L1 {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
#sidemenu ul.sidemenu-list-L2 {
  list-style: none;
  margin: 0; padding: 0;
  padding-top: 12px;
}
#sidemenu li.sidemenu-item-L2 {
  margin: 0; padding: 5px 0;
}
#sidemenu a.sidemenu-link-L2 {
  text-decoration: none;
}

/********/

#footmenu ul.L1-list {
  list-style: none;
  margin: 0; padding: 0;
}
#footmenu li.L1-item,
#footmenu li.L1-item-first {
  float: left;
  width: 140px; height: auto;
  margin: 0; padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
#footmenu li.L1-item-first {
  margin-left: 0;
}
#footmenu div.L1-head a {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
#footmenu div.L1-head a:hover {
  color: #404040;
}
#footmenu ul.L2-list {
  list-style: none;
  margin: 0; padding: 0;
}
#footmenu li.L2-item {
  margin: 10px 0; padding: 0;
}
#footmenu div.L2-head a {
  text-decoration: none;
}

/********/

#footsidemenu {
  float: left;
}
#footsidemenu ul {
  list-style: none;
  margin: 0; padding: 0;
}
#footsidemenu li {
  float: left;
  margin: 0; padding: 0;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #C8C8C8;
}
#footsidemenu li.first {
  border: 0 none;
  margin: 0; padding: 0;
}
#footsidemenu a {
  color: #000000;
  text-decoration: none;
}
#footsidemenu a:hover {
  color: #404040;
}

/********/

#social {
  *zoom: 1; /* ie6, ie7 */
}
#social ul {
  float: right;
  list-style: none;
  margin: 0; padding: 0;
}
#social li {
  float: left;
  margin: 0; padding: 0;
  margin-left: 20px;
}
#social li.first {
  margin-left: 0;
}

/********/

.pagination {
  margin: 40px 0 20px 0;
}
.pagination ul {
  list-style: none;
  margin: 0 -2px; padding: 0;
}
.pagination li {
  float: left;
  margin: 0 2px; padding: 0;
}
.pagination a,
.pagination span {
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1; *display: inline; /* ie6, ie7 */
  min-width: 25px; min-height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
.pagination a{
  color: #007DA5;
  background-color: #DCDCDC;
}
.pagination span {
  color: #FFFFFF;
  background-color: #007DA5;
}
.pagination a.pagination-prev {
  background: #DCDCDC url('../images/pagination_prev.png') no-repeat 50% 50%;
}
.pagination a.pagination-next {
  background: #DCDCDC url('../images/pagination_next.png') no-repeat 50% 50%;
}
.pagination a.pagination-frst {
  background: #DCDCDC url('../images/pagination_frst.png') no-repeat 50% 50%;
}
.pagination a.pagination-last {
  background: #DCDCDC url('../images/pagination_last.png') no-repeat 50% 50%;
}

/********/

.herofix {
  min-height: 260px;
}

.hero {
  position: relative;
  width: 700px; height: 260px;
}
.hero ul.slideitems {
  z-index: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0; padding: 0;
  width: 700px; height: 260px;
}
.hero ul.slideitems li {
  z-index: 0;
  overflow: hidden;
  left: 0; top: 0;
  position: absolute;
  margin: 0; padding: 0;
  width: 700px; height: 260px;
  background: #FFFFFF none no-repeat center center;
  background-size: cover;
}
.hero ul.thumbnails {
  z-index: 1;
  float: right;
  list-style: none;
  right: 20px; bottom: 10px;
  position: absolute;
  margin: 0; padding: 0;
  width: auto; height: auto;
}
.hero ul.thumbnails li {
  float: left;
  display: block;
  cursor: pointer;
  width: 16px; height: 16px;
  margin: 0; padding: 0;
  margin-left: 4px;
  background-color: #FFFFFF;
  transition: background-color 0.3s linear; /* ie10+, fx16+, opera12.1+ */
}
.hero ul.thumbnails li:hover,
.hero ul.thumbnails li.fixed {
  background-color: #9AD410;
}
.hero .slide-title {
  z-index: 2;
  left: 0; bottom: 0;
  position: absolute;
  width: 660px; height: auto;
  margin: 0; padding: 10px 20px;
  color: white;
  background: #007DA5; /* ie8 */
  background: rgba(0, 125, 165, 0.75); /* modern */
  *background: #007DA5; /* ie6 ie7 */
}
.hero .slide-intro {
  z-index: 2;
}
.hero .slide-link {
  z-index: 10;
  left: 0; top: 0;
  position: absolute;
  width: 100%; height: 100%;
}
.hero .slide-link a {
  display: block;
  width: 100%; height: 100%;
}

/********/

.slideshow {
  position: relative;
  width: 660px; height: 400px;
}
.slideshow ul.slideitems {
  z-index: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0; padding: 0;
  width: 660px; height: 400px;
}
.slideshow ul.slideitems li {
  z-index: 0;
  overflow: hidden;
  left: 0; top: 0;
  position: absolute;
  margin: 0; padding: 0;
  width: 660px; height: 400px;
  background: #FFFFFF none no-repeat center center;
  background-size: cover;
}
.slideshow .slideshow-prev,
.slideshow .slideshow-next {
  z-index: 2;
  display: none;
  cursor: pointer;
  margin-top: -25px;
  position: absolute;
  width: 50px; height: 50px;
}
.slideshow .slideshow-prev {
  left: 0; top: 50%;
  background: transparent url('../images/get_prev.png') no-repeat 50% 50%;
}
.slideshow .slideshow-next {
  right: 0; top: 50%;
  background: transparent url('../images/get_next.png') no-repeat 50% 50%;
}

/********/

ul.breadcrumbs {
  text-align: left;
  margin: 0; padding 0;
  list-style-type: none;
}
ul.breadcrumbs li {
  display: inline;
  margin: 0; padding: 0;
}
ul.breadcrumbs span {
  padding: 0;
}
ul.breadcrumbs a {
  text-decoration: none;
}
ul.breadcrumbs a.link { color: ##007DA5; }
ul.breadcrumbs a.link:hover { color: #3797B7; }
ul.breadcrumbs a.text { color: #808080; }
ul.breadcrumbs a.text:hover { color: #A0A0A0; }

/********/

div.tabmenu {
  z-index: 0;
  position: relative;
  background: transparent url('../images/border.png') repeat-x bottom;

  *zoom: 1; /* ie6, ie7 */
}
div.tabmenu ul {
  z-index: 2;
  position: relative;
  margin: 0; padding 0;
  list-style-type: none;
  *zoom: 1; /* ie6, ie7 */
}
div.tabmenu li {
  float: left;
  margin: 0; padding: 0;
}
div.tabmenu a {
  display: block;
  text-decoration: none;
  width: auto; height: 39px;
  line-height: 39px;
  border: 1px solid transparent;
  border-bottom: 0 none;
  background-color: transparent;
  padding: 0 20px;
  *zoom: 1; *display: inline; /* ie6, ie7 */
  *border-color: pink; /* ie6, ie7 */
  *filter: chroma(color=pink); /* ie6, ie7 */
}
div.tabmenu a.fixed {
  border: 1px solid #C8C8C8;
  border-bottom: 0 none;
  background-color: #FFFFFF;
}

/********/
/* socializer */

.socializer {
  margin: 20px 0;
  padding-top: 20px;
  padding-bottom: 0px;
  *zoom: 1; /* ie6 */
}
.socializer ul {
  list-style: none;
  margin: 0 ; padding: 0;
}
.socializer li {
  float: left;
  width: 160px; height: 40px;
  margin: 0 ; padding: 0;
}

/********/

.mx-list-01 .mx-list-lt {
  float: left;
  width: 150px; height: auto;
  margin-right: 20px;
}
.mx-list-01 .mx-list-gt {
  float: none;
  overflow: hidden;
  *zoom: 1; /* ie6, ie7 */
}
.mx-list-01 .mx-list-dv {
  margin: 20px 0;
  width: auto; height: 1px;
  background-color: #C8C8C8;
  font: 0/0 serif;
  overflow: hidden;
}

/********/

.mx-grid-8 {
  width: 680px;
  margin-left: -10px;
  margin-right: -10px;
  *zoom: 1; *position: relative; /* ie6, ie7 */
}
.mx-grid-8 .mx-space {
  clear: both;
  width: auto; height: 20px;
  font: 0/0 serif;
  overflow: hidden;
  *zoom: 1; *display: inline; /* ie6, ie7 */
}
.mx-grid-8 .mx-cell-01,
.mx-grid-8 .mx-cell-02,
.mx-grid-8 .mx-cell-03,
.mx-grid-8 .mx-cell-04,
.mx-grid-8 .mx-cell-05,
.mx-grid-8 .mx-cell-06,
.mx-grid-8 .mx-cell-07,
.mx-grid-8 .mx-cell-08 {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  *zoom: 1; *display: inline; /* ie6, ie7 */
}
.mx-grid-8 .mx-cell-01 { width: 660px; }
.mx-grid-8 .mx-cell-02 { width: 320px; }
.mx-grid-8 .mx-cell-03 { width: 206px; } /* ! */
.mx-grid-8 .mx-cell-04 { width: 150px; }
.mx-grid-8 .mx-cell-05 { width: 116px; }
.mx-grid-8 .mx-cell-06 { width:  93px; } /* ! */
.mx-grid-8 .mx-cell-07 { width:  77px; } /* ! */
.mx-grid-8 .mx-cell-08 { width:  65px; }

/********/

.inq-bar-mini,
.inq-bar-maxi {
  font: 0/0;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;

  background-color: #DCDCDC;
  *zoom: 1; *display: inline;
}
.inq-bar-mini { width:  80px; height: 6px;  }
.inq-bar-maxi { width: 300px; height: 10px; }
.inq-bar-mini .inq-progress,
.inq-bar-maxi .inq-progress {
  font: 0/0;
  overflow: hidden;
  width: 0%; height: 100%;
  background-color: #007DA5;
}
.inq-text {
  padding-left: 12px;
  vertical-align: middle;
}


/********************************/

.igallery-item {
  position: relative;
  width: 660px; height: auto;
}
.igallery-item .igallery-item-content {
  z-index: 0;
  position: relative;
  width: 660px; height: auto;
  min-width: 660px; min-height: 50px;
}
.igallery-item .igallery-item-content img {
  vertical-align: top;
  width: 660px; height: auto;
}
.igallery-item .igallery-loader {
  z-index: 1;
  display: none;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  left: 50%; top: 50%;
  width: 40px; height: 40px;
}
.igallery-item .igallery-loader img {
  vertical-align: top;
  width: 40px; height: 40px;
}
.igallery-item .igallery-prev,
.igallery-item .igallery-next {
  z-index: 2;
  cursor: pointer;
  margin-top: -25px;
  position: absolute;
  width: 50px; height: 50px;
}
.igallery-item .igallery-prev {
  left: 0; top: 50%;
  background: transparent url('../images/get_prev.png') no-repeat 50% 50%;
}
.igallery-item .igallery-next {
  right: 0; top: 50%;
  background: transparent url('../images/get_next.png') no-repeat 50% 50%;
}
.igallery-item .igallery-prev a,
.igallery-item .igallery-next a {
  display: block;
  width: 100%; height: 100%;
}

/********************************/
/* promo-container */
.promo-container {
  display: block;
  position: relative;
}
.promo-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: 1px solid #C8C8C8;
}
.promo-container img {
  display: block;
}

/********************************/
/* lightbox */

html, body {
  /* ie6 jitter fix */
  _background-attachment: fixed;
  _background-image: url('about:blank');
}
.lightbox {
  z-index: 1000;
  left: 0; top: 0;
  position: absolute;
  width: 100%; height: 100%;
}
.lightbox .lightbox-outer {
  z-index: 1;
  top: 0; left: 0;
  position: absolute;
  width: 100%; height: 100%;
  background-color: #000000;
  opacity: 0.75; /* ie9+, fx2+, chrome4+, safari3.1+ opera9+ */
  -moz-opacity: 0.75; /* fx1-3.5 */
  -webkit-opacity: 0.75; /* webkit */
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)'; /* line1 | ie8, ie8 as ie7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* line2 | ie7 */
  filter: alpha(opacity=75); /* line3 | ie6, ie7 */
}
.lightbox .lightbox-inner {
  z-index: 2;
  top: 0; left: 0;
  position: absolute;
  width: 100%; height: 100%;
  overflow: auto;
  overflow-y: scroll; /* ie6+, fx1.5+, safari3+, chrome2+, opera9.5+ */
}
.lightbox .lightbox-outer iframe {
  /* ie6 select-element z-index fix */
  display: none;
  width: 100%; height: 100%;
  _display: block; /* ie6 */
  _filter: alpha(opacity=0); /* ie6 */
}
.lightbox .lightbox-loader {
  background: transparent url('../images/tools/loader01.gif') no-repeat 50% 50%;
}
.lightbox .lightbox-content-outer {
  display: table;
  position: relative;
  width: 100%; height: 100%;
  *width: expression(this.parentNode.clientWidth); /* ie6, ie7 */
  *height: expression(this.parentNode.clientHeight); /* ie6, ie7 */
}
.lightbox .lightbox-content-inner {
  display: table-cell;
  position: relative;
  width: 100%; height: 100%;
  text-align: center;
  vertical-align: middle;
}

/********************************/
/* lightbox-window */

.lightbox-window {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  position: relative;
  *position: absolute; /* ie6, ie7 */
  *zoom: 1; *display: inline; /* ie6, ie7 */
  *left: expression((this.parentNode.clientWidth>this.clientWidth)  ?(this.parentNode.clientWidth-this.clientWidth)/2  :0); /* ie6, ie7 */
  *top:  expression((this.parentNode.clientHeight>this.clientHeight)?(this.parentNode.clientHeight-this.clientHeight)/2:0); /* ie6, ie7 */
  padding: 30px;
}
.lightbox-window-close {
  z-index: 1;
  cursor: pointer;
  margin-bottom: 10px;
}
.lightbox-window-content {
  padding: 50px;
  text-align: center;
  background: white;
  border-radius: 10px;
}

/********************************/
/* lightbox-window */

.lightbox-page {
  position: relative;
  width: 100%; height: 100%;
  background: white;
  /* background: white url('../images/bg.png') repeat center -50px; */
}
.lightbox-page-content {
  position: relative;
  width: 100%; height: 100%;
  text-align: center;
}
.lightbox-page-close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  right: 0; top: 0;
  width: 30px; height: 30px;
  background: transparent url('../images/close.png') no-repeat 50% 50%;
}

/********************************/
/* lightbox-theater */

.lightbox-theater {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  position: relative;
  *position: absolute; /* ie6, ie7 */
  *zoom: 1; *display: inline; /* ie6, ie7 */
  *left: expression((this.parentNode.clientWidth>this.clientWidth)  ?(this.parentNode.clientWidth-this.clientWidth)/2  :0); /* ie6, ie7 */
  *top:  expression((this.parentNode.clientHeight>this.clientHeight)?(this.parentNode.clientHeight-this.clientHeight)/2:0); /* ie6, ie7 */
  padding: 30px;
}
.lightbox-theater-close {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: -15px; top: -15px;
  width: 30px; height: 30px;
  background: transparent url('../images/close.png') no-repeat 50% 50%;
}
.lightbox-theater-content {
  position: relative;
  width: auto; height: auto;
}
.lightbox-theater .lightbox-theater-prev,
.lightbox-theater .lightbox-theater-next {
  z-index: 2;
  cursor: pointer;
  margin-top: -25px;
  position: absolute;
  width: 50px; height: 50px;
}
.lightbox-theater .lightbox-theater-prev {
  left: 0; top: 50%;
  background: transparent url('../images/get_prev.png') no-repeat 50% 50%;
}
.lightbox-theater .lightbox-theater-next {
  right: 0; top: 50%;
  background: transparent url('../images/get_next.png') no-repeat 50% 50%;
}
.lightbox-theater .lightbox-theater-prev a,
.lightbox-theater .lightbox-theater-next a {
  display: block;
  width: 100%; height: 100%;
}

