@import "/assets/fonts/fonts.css";
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
* {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
img {
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/assets/i/glyphicons-icon.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/assets/i/glyphicons-icon.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
[class^="arr-"],
[class*=" arr-"] {
  display: inline-block;
  width: 76px;
  height: 76px;
  *margin-right: .3em;
  line-height: 76px;
  vertical-align: text-top;
  background-image: url("/assets/i/transparent-arr.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.arr-down {
  background-position: 0 0;
}
.arr-up {
  background-position: 0 -76px;
}
.arr-left {
  background-position: 0 -152px;
}
.arr-right {
  background-position: 0 -228px;
}
html {
  font-size: 100%;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font: 300 0.625em "open_sansregular", helvetica, arial, sans-serif;
  color: #1d1714;
  background: #ffffff;
  height: 100%;
}
a {
  color: #827da9;
}
a:hover {
  color: #1d1714;
}
.gap40 {
  height: 40px;
}
.gap140 {
  height: 140px;
}
.gap180 {
  height: 180px;
}
label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-family: "open_sansregular", helvetica, arial, sans-serif;
}
.like-input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 6px 6px;
  font-size: 1em;
  color: #757575;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
textarea {
  height: auto;
  font-size: 1em;
}
.like-input,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.like-input:focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(16, 167, 255, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(253,150,70,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(253,150,70,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(253,150,70,.6);
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px 2px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "open_sansregular", helvetica, arial, sans-serif;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #757575;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  border-color: #cccccc #cccccc #a6a6a6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cccccc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #eeeeee;
  *border: 0;
  border-bottom-color: #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #757575;
  background-color: #cccccc;
  *background-color: #bfbfbf;
}
.btn:active,
.btn.active {
  background-color: #b3b3b3 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #757575;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-blue {
  color: #0071b4;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #005e95;
  background-image: -moz-linear-gradient(top, #0071b4, #004168);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0071b4), to(#004168));
  background-image: -webkit-linear-gradient(top, #0071b4, #004168);
  background-image: -o-linear-gradient(top, #0071b4, #004168);
  background-image: linear-gradient(to bottom, #0071b4, #004168);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0071b4', endColorstr='#ff004168', GradientType=0);
  border-color: #004168 #004168 #00111b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #004168;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 16px 5px 16px;
  color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #0071b4;
  background-color: #004168;
  *background-color: #00314e;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #002135 \9;
}
.btn-blue:hover,
.btn-blue:focus {
  text-decoration: none;
  color: #eeeeee;
}
.inner {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  width: 1200px;
}
.inner:before,
.inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.inner:after {
  clear: both;
}
.inner:before,
.inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.inner:after {
  clear: both;
}
header {
  background: #ffffff;
  color: #424242;
}
header .Logotype {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 300px;
  height: 113px;
  padding: 7px 0 0 10px;
  background: url("/assets/i/logotype.png") no-repeat 5px 8px;
}
header a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
}
header h1 {
  font: 2.6em/1em "open_sansbold", helvetica, arial, sans-serif;
  margin: 5px 0 0 130px;
  color: #000000;
}
header h2 {
  font: 1.6em/1em "open_sansregular", helvetica, arial, sans-serif;
  margin: 11px 0 0 170px;
}
header .nav-wrap {
  vertical-align: bottom;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 587px;
  background: #59546d;
}
header nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  height: 40px;
}
header ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 7px;
  list-style: none;
  position:relative;
}
header ul li {
  position:relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
}
header ul li > a {
  display: block;
  padding: 4px 14px 6px 14px;
  font: 400 1.5em "open_sansregular", helvetica, arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
}
header ul li > a:hover,
header ul li > a.active {
  text-decoration: underline;
  color: #ffffff;
}
header ul li > span {
  display: block;
  padding: 4px 14px 6px 14px;
  font: 400 1.5em "open_sansregular", helvetica, arial, sans-serif;
  text-decoration: underline;
  color: #ffffff;
}


header ul li ul {position:absolute;left:-5px;top:28px;padding:0;margin:0;width:280px;display:none;font-size: 0.9em;z-index: 999;}
header ul li ul li {float:none;width:284px;height:25px;margin: 0;background:#59546d;padding-left:5px;padding-top:5px;}
header li:hover ul,
header ul li:hover ul
{display: block;}

header ul li ul li:last-child{padding-bottom:17px;}







#main-wrapper {
  z-index: 0;
  position: relative;
  height: 100%;
}
#main-wrapper .inner {
  position: relative;
}
#main-wrapper p,
#main-wrapper ul,
#main-wrapper ol {
  font: 300 1.4em/1.4em "open_sansregular", helvetica, arial, sans-serif;
  margin: 16px 0;
}
#main-wrapper p ul,
#main-wrapper ul ul,
#main-wrapper ol ul,
#main-wrapper p ol,
#main-wrapper ul ol,
#main-wrapper ol ol {
  font-size: 1em;
}
#main-wrapper strong {
  font: 500 1em "open_sansregular", helvetica, arial, sans-serif;
}
/*----------------------------------------------*/
.col-wrap1 {
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 0px;
}
.col-wrap-header {
  position: relative;
  width: 25%;
  margin-right: -125%;
  left: 75%;
}
.col-wrap2 {
  position: relative;
  width: 25%;
  margin-right: -125%;
  left: 75%;
  background: #ebedec url('/assets/i/bg-bot-rgtl.png') no-repeat 50% 98%;
  -webkit-box-shadow: inset 8px 5px 6px rgba(90,90,90,.2);
  -moz-box-shadow: inset 8px 5px 6px rgba(90,90,90,.2);
  box-shadow: inset 8px 5px 6px rgba(90,90,90,.2);
}
.col-left {
  position: relative;
  float: left;
  width: 300%;
  margin-right: -300%;
  left: -300%;
}
.clear {
  clear: both;
  font-size: 0;
  overflow: hidden;
}
/*----------------------------------------------*/
.inner-left,
.inner-right {
  position: relative;
  float: left;
}
.inner-left h2,
.inner-right h2 {
  font: bold 1.7em "open_sansregular", helvetica, arial, sans-serif;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 0 0 10px 0;
}
.inner-left li,
.inner-right li {
  margin-left: 19px;
}
.inner-left {
  width: 70%;
  background: #f6f6f6;
}
.inner-right {
  width: 30%;
}
.inner-right .r-partner {
  width: 94%;
  margin-top: 20px;
}
.inner-right .r-partner .r-name {
  font: bold 1.6em "open_sansregular", helvetica, arial, sans-serif;
  color: #9e9e9e;
  padding: 5px 0 5px 0;
}
.inner-right .r-partner .r-text {
  padding: 0 ;
  font: 300 1.1em/1.1em "open_sansregular", helvetica, arial, sans-serif;
}
.inner-top {
  width: 100%;
}
.title {
  border-bottom: 1px solid #000;
  background: #dddddd;
}
.title h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font: bold 1.7em "open_sansregular", helvetica, arial, sans-serif;
  text-shadow: 1px 1px 1px #fff;
  padding: 15px 45px;
  background: url('/assets/i/bg-ttl.png') no-repeat 15px 50%;
}
.title h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font: bold 1.7em "open_sansregular", helvetica, arial, sans-serif;
  text-shadow: 1px 1px 1px #fff;
  padding: 15px 0;
}
.text {
  padding: 5px 20px;
}
.text b {
  font-weight: bold !important;
}
.lang {
  position: absolute;
  top: 20px;
  right: 30px;
}
.lang a,
.lang span {
  display: inline-block;
  height: 24px;
  padding: 5px  0 0 30px;
  font-size: 1.2em;
  margin-right: 20px;
}
.lang span.en,
.lang a.en {
  background: url('/assets/i/en.png') no-repeat;
}
.lang span.ru,
.lang a.ru {
  background: url('/assets/i/ru.png') no-repeat;
}
.slogan {
  position: absolute;
  width: ;
  height: ;
  top: 20px;
  left: 300px ;
}
.slider {
  position: relative;
  height: 300px;
}
.slider .wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .wrap-img .name-slide {
  position: absolute;
  top: 130px;
  left: 50px;
  w2idth: 680px;
  color: #ffffff;
  font: 2em "open_sansregular", helvetica, arial, sans-serif;
  text-shadow: 1px 1px 2px #000000;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  font-style: italic;
}
.slider .wrap-img .elm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .wrap-img .elm:nth-child(0) {
  display: block;
}
.slider .wrap-img img {
  d1isplay: none;
}
.slider .caption {
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.slider .caption .submenu {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 100%;
}
.slider .caption .submenu .prev,
.slider .caption .submenu .next {
  position: absolute;
  width: 25px;
  height: 80px;
  top: 0px;
}
.slider .caption .submenu .prev {
  left: 0;
  background: url("/assets/i/bg-prev.png") no-repeat 50% 50%;
}
.slider .caption .submenu .next {
  right: 0;
  background: url("/assets/i/bg-next.png") no-repeat 50% 50%;
}
.slider .caption .submenu .wrap-slider {
  position: relative;
  margin-left: 19px;
  width: 863px;
  height: 75px;
  overflow: hidden;
}
.slider .caption .submenu ul {
  list-style: none;
}
.slider .caption .submenu ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
}
.slider .caption .submenu ul li a {
  position: relative;
  float: left;
  width: 200px;
  height: 55px;
  vertical-align: top;
  font: 0.9em "open_sansregular", helvetica, arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
}
.slider .caption .submenu ul li a:hover,
.slider .caption .submenu ul li a.active {
  color: #ffeb3b;
  border-bottom: 1px solid #ffeb3b;
  height: 54px;
}
.slider .caption .submenu ul li a div {
  position: absolute;
  width: 125px;
  height: 50px;
  left: 75px;
  word-wrap: break-word !important;
}
.slider .caption .submenu ul li a img {
  position: absolute;
  top: 0;
  margin-right: 10px;
}
.search-box {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 287px;
  height: 34px;
  background: #6e6e6e;
  padding: 6px 0 0 12px;
  border-left: 1px solid #848483;
}
.search-box input[type=text] {
  float: left;
  padding: 8px 4px;
  width: 190px;
  border: 1px solid #030e1b;
}
.search-box .search-btn {
  position: relative;
  float: left;
  margin: 1px 0 0 5px;
}
.eForm .search-btn button {
  position: relative;
  float: left;
  margin: 0 0 0 5px;
}
#r-side {
  padding: 10px 15px;
}
#r-side h2 {
  font: bold 1.7em "open_sansregular", helvetica, arial, sans-serif;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 0 0 10px 0;
}
#r-side #map {
  width: 270px;
  height: 236px;
  border: 1px solid #0071b4;
  overflow: hidden;
}
#footer {
  background-color: #292929;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), color-stop(30%, #333333), to(#000000));
  background-image: -webkit-linear-gradient(#999999, #333333 30%, #000000);
  background-image: -moz-linear-gradient(top, #999999, #333333 30%, #000000);
  background-image: -o-linear-gradient(#999999, #333333 30%, #000000);
  background-image: linear-gradient(#999999, #333333 30%, #000000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff000000', GradientType=0);
  border-top: 8px solid #8f87b0;
}
#footer .copy {
  width: 15%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  font-size: .9em;
  color: #bdbdbd;
}
.off {
  background-color: #f5f5f5;
}
.off1 {
  background-color: #ffffff;
}
.on {
  background-color: #ffcccc;
}
.rec {
  display: table;
  margin: 0 0 5px 0;
  position: relative;
}
.rec.mi {
  margin: -10px 0 10px 0 !important;
  line-height: 12px;
}
.rec.mi span {
  font-size: .9em;
  color: #bdbdbd;
}
.eForm .label {
  width: 270px;
  font-size: 1.4em;
  margin: 5px 0;
  color: #24292b;
}
.eForm .err {
  text-align: center;
  border: 1px dashed #be0000;
  background: #fff0eb;
}
.eForm .label span.red {
  color: #F00;
}
.eForm input[type=text],
.eForm textarea {
  resize: none;
  font: normal 1.4em 'arial', 'sans-serif';
  padding: 6px 4px;
  border: 1px solid #666361;
  background: #FFF;
  color: #000;
}
.eForm input[type=text],
.eForm textarea {
  width: 97%;
}
p.red {
  color: #F00;
}
p.ok {
  color: #027635;
}
/*
.label, .slabel{display:table-cell;vertical-align:middle;text-align:right;padding:0 10px;}
*+html .label, *+html .slabel{float:left;padding-top:8px;}
.field,.filed{display:table-cell;vertical-align:middle;}

.eForm {
  .container-fixed();
  max-width: 80%;
  .rec {
    width: 100%;
    font: 300 1.6em @sans;
    margin-bottom: 10px;
  }
  .label {
    width: 40%;
  }
  .field {
    width: 60%;
    input, textarea {
      width: 80%;
    }
    select {
      padding: 5px 6px 5px 6px;
      width: 82.4%
    }
  }
}



*/
/*--- Price ------------------------------*/
.price_tbl {
  margin-top: 20px;
  width: 100%;
  color: #414142;
}
.price_tbl .ttl {
  background: #59546D;
  color: #ffffff;
  font-size: 1.7em;
}
.price_tbl .inter td {
  padding: 1.5em 1em;
  font-size: 1.4em;
  border: 1px solid #f2f2f2;
}
.price_tbl .col_1,
.price_tbl .col_2,
.price_tbl .col_3 {
  color: #fff;
  font-size: 1.6em !important;
}
.price_tbl .col_1 {
  background: #9999ff;
  padding: 30px 0;
}
.price_tbl .col_2 {
  background: #9966ff;
  padding: 10px 0;
}
.price_tbl .col_3 {
  background: #9900ff;
  padding: 10px 0;
}
.clients {
  width: 100%;
}
.clients .clients_ttl {
  margin-top: 10px;
}
.clients .clients_img {
  float: right;
  margin: 10px 0 10px 20px;
  border: 1px solid #d6d6d6;
}
.clients .clients_img:hover {
  -webkit-box-shadow: #5c5c5c 1px 1px 4px;
  -moz-box-shadow: #5c5c5c 1px 1px 4px;
  box-shadow: #5c5c5c 1px 1px 4px;
}
.hr_line {
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}
.content .sRes {
  font: 1.2em 'arial', 'sans-serif';
  margin: 14px 0;
  line-height: 1.4em;
}
.content .sRes a {
  font-size: 1.3em;
}
.content .sRes p {
  font-size: 1em;
}
.content .sRes span {
  padding: 0 4px;
  background: #59546D;
  color: #fff;
}
