div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}



/*
* From http://www.copypastecode.com/191178/
* And http://heygrady.com/blog/2011/08/06/recreating-photoshop-drop-shadows-in-css3-and-compass/
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} 
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.print {
  display: none;
}
.page-break {
  display: none;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .print {
    display: inherit !important;
  }
  .no-print {
    display: none !important;
  }
  .box-product-info .product-slider .carousel-inner .item .product-badges .badge {
    background-color: #888 !important;
    color: #fff !important;
    padding-left: 10px;
  }
  .elem-feedback-fixed {
    display: none !important;
  }
  .page-break {
    display: block;
    page-break-after: always;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5b5b5b;
  background-color: #ffffff;
}
body .layout {
  overflow: hidden;
  position: relative;
}
@media print {
  body {
    min-width: 1000px;
  }
  body .layout {
    min-width: 1000px;
  }
}

@media (max-width: 1000px) {
  body .layout {
    /*min-width: 1000px;*/
  }
}
body .background {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
body.inner .background::before,
body.inner .background::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
body.inner .background::after {
  background: #ffffff url('img/d/inner-bg-01.png') no-repeat scroll center;
  height: 515px;
  left: 100%;
  margin: 160px 0 0 50px;
  width: 336px;
}
body.inner .background::before {
  background: #ffffff url('img/d/inner-bg-02.png') no-repeat scroll center;
  height: 495px;
  margin: 45px 50px 0 0;
  right: 100%;
  width: 336px;
}
body.not-found {
  background: #ffffff url('img/d/not-found-bg.png') 50% 42px no-repeat;
}
body.not-found .background {
  display: none;
}
body .background-tabs {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
body .background-tabs::before,
body .background-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
body .background-tabs::before {
  background: #ffffff url('img/d/inner-bg-03.png') no-repeat scroll center;
  height: 137px;
  right: 100%;
  margin: -102px -188px 0 0px;
  width: 540px;
}
body .background-tabs::after {
  background: #ffffff url('img/d/inner-bg-04.png') no-repeat scroll center;
  height: 251px;
  margin: -94px 0px 0 -374px;
  left: 100%;
  width: 775px;
}
@media print {
  body .background-tabs + .col-3 {
    display: none;
  }
}
body .background-projects {
  position: relative;
}
body .background-projects:before {
  content: '';
  position: absolute;
  background: transparent url('img/d/about-bg-01.png') 0 0 no-repeat;
  width: 676px;
  height: 402px;
  left: -676px;
  margin-top: -402px;
}
body .background-projects:after {
  content: '';
  position: absolute;
  background: transparent url('img/d/about-bg-02.png') 0 0 no-repeat;
  width: 476px;
  height: 417px;
  right: -430px;
  margin-top: -409px;
}
body .overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0c4da2;
  text-decoration: underline;
  outline: none;
  /*&:not([href^="#"]) {
        &:visited,
        &.visited {
            color: @link-visited-color;
        }
    }*/
}
a:hover,
a.hover,
a:focus {
  color: #0c4da2;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.2;
  margin-bottom: 1.2;
  border: 0;
  border-top: 2px solid #b4babe;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.no-marg-bot {
  margin-bottom: 0;
}
.ng-replaceable {
  display: none;
}
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://grids.herokuapp.com/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*.row {
  margin-left: -1%;
  margin-right: -1%;
}*/
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
/*.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-7-5,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,*/
.col-13,
.col-14,
.col-15 {
  display: inline;
  /*float: left;*/
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 15 Columns
----------------------------------------------------------------------------------------------------*/
	.box-footer .col-lg-3 {
	  width: 20.0%;
	}
















/*
@media (min-width: 991px) {
	.col-1, .col-lg-1 {
	  width: 4.667%;
	}
	.col-2, .col-lg-2 {
	  width: 11.333%;
	}
	.col-3, .col-lg-3 {
	  width: 18.0%;
	}
	.box-footer .col-lg-3 {
	  width: 20.0%;
	}
	.col-4, .col-lg-4 {
	  width: 24.667%;
	}
	.col-5, .col-lg-5 {
	  width: 33.333%;
	}
	.col-6 {
	  width: 38.0%;
	}
	.col-7, .col-lg-7 {
	  width: 44.667%;
	}
	.col-7-5 {
	  width: 48%;
	}
	.col-8, .col-lg-8 {
	  width: 51.333%;
	}
	.col-9, .col-lg-9 {
	  width: 58.0%;
	}
	.col-10, .col-lg-10 {
	  width: 64.667%;
	}
	.col-11, .col-lg-11 {
	  width: 71.333%;
	}
	.col-12, .col-lg-12 {
	  width: 78.0%;
	}
	.col-13, .col-lg-13 {
	  width: 84.667%;
	}
	.col-14, .col-lg-14 {
	  width: 91.333%;
	}
	.col-15, .col-lg-15 {
	  width: 98.0%;
	}
}
*/


/* Prefix Extra Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-prefix-1 {
  padding-left: 6.667%;
}
.col-prefix-2 {
  padding-left: 13.333%;
}
.col-prefix-3 {
  padding-left: 20.0%;
}
.col-prefix-4 {
  padding-left: 26.667%;
}
.col-prefix-5 {
  padding-left: 33.333%;
}
.col-prefix-6 {
  padding-left: 40.0%;
}
.col-prefix-7 {
  padding-left: 46.667%;
}
.col-prefix-8 {
  padding-left: 53.333%;
}
.col-prefix-9 {
  padding-left: 60.0%;
}
.col-prefix-10 {
  padding-left: 66.667%;
}
.col-prefix-11 {
  padding-left: 73.333%;
}
.col-prefix-12 {
  padding-left: 80.0%;
}
.col-prefix-13 {
  padding-left: 86.667%;
}
.col-prefix-14 {
  padding-left: 93.333%;
}
/* Suffix Extra Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-suffix-1 {
  padding-right: 6.667%;
}
.col-suffix-2 {
  padding-right: 13.333%;
}
.col-suffix-3 {
  padding-right: 20.0%;
}
.col-suffix-4 {
  padding-right: 26.667%;
}
.col-suffix-5 {
  padding-right: 33.333%;
}
.col-suffix-6 {
  padding-right: 40.0%;
}
.col-suffix-7 {
  padding-right: 46.667%;
}
.col-suffix-8 {
  padding-right: 53.333%;
}
.col-suffix-9 {
  padding-right: 60.0%;
}
.col-suffix-10 {
  padding-right: 66.667%;
}
.col-suffix-11 {
  padding-right: 73.333%;
}
.col-suffix-12 {
  padding-right: 80.0%;
}
.col-suffix-13 {
  padding-right: 86.667%;
}
.col-suffix-14 {
  padding-right: 93.333%;
}
/* Push Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-push-1 {
  left: 6.667%;
}
.col-push-2 {
  left: 13.333%;
}
.col-push-3 {
  left: 20.0%;
}
.col-push-4 {
  left: 26.667%;
}
.col-push-5 {
  left: 33.333%;
}
.col-push-6 {
  left: 40.0%;
}
.col-push-7 {
  left: 46.667%;
}
.col-push-8 {
  left: 53.333%;
}
.col-push-9 {
  left: 60.0%;
}
.col-push-10 {
  left: 66.667%;
}
.col-push-11 {
  left: 73.333%;
}
.col-push-12 {
  left: 80.0%;
}
.col-push-13 {
  left: 86.667%;
}
.col-push-14 {
  left: 93.333%;
}
/* Pull Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-pull-1 {
  left: -6.667%;
}
.col-pull-2 {
  left: -13.333%;
}
.col-pull-3 {
  left: -20%;
}
.col-pull-4 {
  left: -26.667%;
}
.col-pull-5 {
  left: -33.333%;
}
.col-pull-6 {
  left: -40%;
}
.col-pull-7 {
  left: -46.667%;
}
.col-pull-8 {
  left: -53.333%;
}
.col-pull-9 {
  left: -60%;
}
.col-pull-10 {
  left: -66.667%;
}
.col-pull-11 {
  left: -73.333%;
}
.col-pull-12 {
  left: -80%;
}
.col-pull-13 {
  left: -86.667%;
}
.col-pull-14 {
  left: -93.333%;
}
h1,
.h1 {
  margin-top: 10px;
  margin-bottom: 37px;
  color: #536168;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 800;
}
h2,
.h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #536168;
  font-size: 25px;
  line-height: 27px;
}
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #536168;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
h4,
.h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #536168;
  line-height: 16px;
}
h5,
.h5 {
  font-size: 12px;
  color: #536168;
  line-height: 14px;
}
h6,
.h6 {
  color: #536168;
  font-size: 11px;
  line-height: 13px;
}
.p,
p {
  margin: 10px 0;
}
small,
.small {
  font-size: 85%;
}
.xsmall {
  font-size: 11px;
}
.normal {
  font-size: 13px;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #3c763d;
}
.text-primary {
  color: #0ca280;
}
.text-warning {
  color: #e5862a;
}
.text-danger {
  color: #ff0000;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-small {
  font-size: 12px;
}
.text-middle {
  font-size: 14px;
}
.text-large {
  font-size: 15px;
}
.text-xlarge {
  font-size: 20px;
}
.align-middle {
  vertical-align: middle;
}
.mt_0 {
  margin-top: 0!important;
}
.mb_0 {
  margin-bottom: 0!important;
}
.mr_0 {
  margin-right: 0!important;
}
.ml_0 {
  margin-left: 0!important;
}
.mt_5 {
  margin-top: 5px!important;
}
.mb_5 {
  margin-bottom: 5px!important;
}
.mr_5 {
  margin-right: 5px!important;
}
.ml_5 {
  margin-left: 5px!important;
}
.mt_10 {
  margin-top: 10px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mr_10 {
  margin-right: 10px!important;
}
.ml_10 {
  margin-left: 10px!important;
}
.mt_15 {
  margin-top: 15px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mr_15 {
  margin-right: 15px!important;
}
.ml_15 {
  margin-left: 15px!important;
}
.mt_20 {
  margin-top: 20px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mr_20 {
  margin-right: 20px!important;
}
.ml_20 {
  margin-left: 20px!important;
}
.mt_25 {
  margin-top: 25px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mr_25 {
  margin-right: 25px!important;
}
.ml_25 {
  margin-left: 25px!important;
}
.mt_30 {
  margin-top: 30px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mr_30 {
  margin-right: 30px!important;
}
.ml_30 {
  margin-left: 30px!important;
}
.mt_35 {
  margin-top: 35px!important;
}
.mb_35 {
  margin-bottom: 35px!important;
}
.mr_35 {
  margin-right: 35px!important;
}
.ml_35 {
  margin-left: 35px!important;
}
.mt_40 {
  margin-top: 40px!important;
}
.mb_40 {
  margin-bottom: 40px!important;
}
.mr_40 {
  margin-right: 40px!important;
}
.ml_40 {
  margin-left: 40px!important;
}
.mt_45 {
  margin-top: 45px!important;
}
.mb_45 {
  margin-bottom: 45px!important;
}
.mr_45 {
  margin-right: 45px!important;
}
.ml_45 {
  margin-left: 45px!important;
}
.mt_50 {
  margin-top: 50px!important;
}
.mb_50 {
  margin-bottom: 50px!important;
}
.mr_50 {
  margin-right: 50px!important;
}
.ml_50 {
  margin-left: 50px!important;
}
ol,
ul {
  margin: 13px 0;
  counter-reset: chapter 0;
  padding-left: 25px;
}
ol li,
ul li {
  margin: 5px 0;
  counter-increment: chapter;
  list-style: none;
  position: relative;
}
ol li:before,
ul li:before {
  position: absolute;
  top: 0;
  right: 100%;
  color: #a9b1b3;
  content: '';
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
ul > li:before {
  width: 5px;
  height: 5px;
  margin-right: 12px;
  margin-top: 8px;
  border-radius: 5px;
  background: #a9b1b3;
}
ol > li:before {
  width: 25px;
  content: counter(chapter, decimal) ".";
}
ol > li > ol {
  padding-left: 35px;
  counter-reset: chapterInner 0;
}
ol > li > ol > li {
  counter-increment: chapterInner;
}
ol > li > ol > li:before {
  width: 35px;
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) ".";
}
ol > li > ol > li > ol {
  counter-reset: chapterInnerInner 0;
}
ol > li > ol > li > ol > li {
  counter-increment: chapterInnerInner;
}
ol > li > ol > li > ol > li:before {
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) "." counter(chapterInnerInner, decimal) ".";
  font-weight: bold;
}
.list-unstyled {
  padding-left: 0;
}
.list-unstyled > li:before {
  display: none;
}
.list-inline {
  padding-left: 0;
}
.list-inline > li:before {
  display: none;
}
.list-inline > li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #5b5b5b;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 19px 25px;
  margin: 17px 0;
  background: #d7e6fa;
}
blockquote p {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1.2;
  font-style: normal;
  line-height: 1.42857143;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.2;
  font-size: 21px;
  line-height: inherit;
  color: #5b5b5b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333a49;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 29px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333a49;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #a0a5ad;
  border-radius: 0px;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #0c4da2;
}
.form-control:-moz-placeholder {
  color: #8e95a0;
}
.form-control::-moz-placeholder {
  color: #8e95a0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8e95a0;
}
.form-control::-webkit-input-placeholder {
  color: #8e95a0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #6d7b83;
}
textarea.form-control {
  height: auto;
}
textarea.form-control:disabled,
textarea.form-control[disabled="disabled"],
textarea.form-control[disabled=""] {
  background-color: #eee;
}
.form-control.error {
  border-color: #e80000;
}
select.form-control {
  padding: 0 0 0 8px;
}
select.form-control:disabled,
select.form-control[disabled="disabled"],
select.form-control[disabled=""] {
  background-color: #eee;
}
[type="text"].form-control:disabled,
[type="text"].form-control[disabled="disabled"],
[type="text"].form-control[disabled=""] {
  background-color: #eee;
}
.form-group {
  margin-bottom: 12px;
}
.form-group div.has-error {
  margin-top: 1px;
  font: 11px Tahoma, Geneva, Kalimati, sans-serif;
}
.form-group label.error {
  color: #e80000;
  font-size: 11px;
  font-weight: normal;
}
.control-label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
}
.control-hint {
  font-size: 13px;
  line-height: 12px;
  color: #536068;
  display: inline-block;
}
.radio,
.checkbox {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.15;
}
.radio input,
.checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.radio input:checked + label span:before,
.checkbox input:checked + label span:before {
  content: '';
  background-position: 0 0;
}
label.radio,
label.checkbox,
.radio label,
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
label.radio input,
label.checkbox input,
.radio label input,
.checkbox label input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
label.radio input:checked + span:before,
label.checkbox input:checked + span:before,
.radio label input:checked + span:before,
.checkbox label input:checked + span:before {
  content: '';
  background-position: 0 0;
}
label.radio span:before,
label.checkbox span:before,
.radio label span:before,
.checkbox label span:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  content: '';
  background: url('img/d/inputs.png') 0 100% no-repeat;
}
div.radio,
div.checkbox {
  line-height: 1.3;
}
label.radio.disabled,
label.checkbox.disabled,
.radio.disabled label,
.checkbox.disabled label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.radio label.pull-left,
.checkbox label.pull-left {
  margin-top: 5px;
}
.radio label.pull-left + .form-control,
.checkbox label.pull-left + .form-control {
  width: auto;
}
.radio.shift-left,
.checkbox.shift-left {
  padding-left: 16px;
}
label.radio,
.radio label {
  /*&:hover span:before {
            background-position: 100% 0;
        }*/
}
label.radio span:before,
.radio label span:before {
  background-position: 100% 100%;
}
label.radio input:checked + span:before,
.radio label input:checked + span:before {
  background-position: 100% 0;
}
.checkbox > span:before {
  border-radius: 2px;
}
.checkbox > span:after {
  content: inherit;
  left: 1px;
  top: 1px;
}
.with-info {
  position: relative;
  width: 255px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-size: 14px;
}
.with-info label {
  background-color: #fff;
  z-index: 1;
}
.with-info .info {
  position: absolute;
  text-align: right;
  left: 0;
  top: -2px;
  width: 100%;
  border-bottom: dotted 1px;
}
.with-info .info span {
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  position: relative;
  top: 3px;
}
.radio.no-radio {
  font-size: 13px;
}
.radio.no-radio label {
  cursor: inherit;
}
.radio.no-radio label:hover {
  color: inherit;
}
.radio.no-radio label span:before {
  content: none;
  display: none;
}
.custom-radiocheck {
  display: none;
}
.custom-radiocheck + label {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  font-size: 13px;
}
.custom-radiocheck + label:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  content: '';
  background-image: url('img/d/inputs.png');
  background-repeat: no-repeat;
}
.custom-radiocheck + label:hover {
  color: #0c4da2;
}
.custom-radiocheck:disabled + label {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.custom-radiocheck.shift-left + label {
  margin-left: 16px;
}
input[type="checkbox"].custom-radiocheck + label:before {
  background-position: 0 100%;
}
input[type="checkbox"].custom-radiocheck:checked + label:before {
  background-position: 0 0;
}
input[type="radio"].custom-radiocheck + label:before {
  background-position: 100% 100%;
}
input[type="radio"].custom-radiocheck:checked + label:before {
  background-position: 100% 0;
}
.radio_custom {
  display: table;
  overflow: hidden;
}
.radio_custom > label {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  font-size: 13px;
}
.radio_custom > label:first-child {
  display: none;
}
.radio_custom > label:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  content: '';
  background-image: url('img/d/inputs.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.radio_custom > label:hover {
  color: #0c4da2;
}
.radio_custom.checked > label:before {
  background-position: 100% 0;
}
.radio_custom.shift-left {
  padding-left: 16px;
}
/*
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}
*/
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning div.has-error,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #e5862a;
}
.has-warning .form-control {
  border-color: #e5862a;
}
.has-warning .form-control:focus {
  border-color: #c46d18;
}
.has-warning .input-group-addon {
  color: #e5862a;
  border-color: #e5862a;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error div.has-error,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
}
.has-error .form-control:focus {
  border-color: #cc0000;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success div.has-error,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9b9b9b;
}
.form-control-error {
  color: #ff0000;
  font-size: 12px;
  margin-top: 3px;
}
.form-horizontal .control-label {
  text-align: right;
}
.form-horizontal .form-group {
  margin-left: -1%;
  margin-right: -1%;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .help-block {
  font: 11px Tahoma, Geneva, Kalimati, sans-serif;
  margin: 0;
  line-height: 1.3;
  color: #5b5b5b;
}
.ajaxContainer {
  padding-top: 5px;
  font-size: 11px;
  color: #e80000;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  color: #3c763d;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin: 15px 25px;
  font-size: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #e1e2e4;
}
.table > thead > tr > th small,
.table > tbody > tr > th small,
.table > tfoot > tr > th small,
.table > thead > tr > td small,
.table > tbody > tr > td small,
.table > tfoot > tr > td small {
  font-weight: normal;
}
.table > thead > tr > th {
  vertical-align: top;
  border-bottom: 2px solid #e1e2e4;
  background-color: #f2f2f2;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e1e2e4;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border-top: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-top: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4;
}
.table-striped {
  background-color: #f2f2f2;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e1e2e4;
}
.table-striped > thead > tr > th,
.table-striped > thead > tr > td {
  border-bottom-width: 2px;
  background-color: #f2f2f2;
}
.table-striped.table-orange {
  background-color: #fff0df;
}
.table-striped.table-orange > tbody > tr:nth-of-type(odd) {
  background-color: #ffe1c3;
}
.table-striped.table-orange > tbody > tr > td {
  border: none;
}
.table-striped.table-orange > thead > tr > th,
.table-striped.table-orange > thead > tr > td {
  border-bottom-width: 0px;
  background-color: #fff0df;
  color: #ac5343;
}
.table-hover > tbody > tr:hover {
  background-color: #ecf3fb;
}
.table-hover.table-striped > tbody > tr:hover:nth-child(odd) > td,
.table-hover.table-striped > tbody > tr:hover:nth-child(odd) > th {
  background-color: #dfe7ef;
}
.table-inputs > thead > tr > th {
  background-color: transparent;
  border-bottom: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}
.table-inputs > thead > tr > th:first-child {
  padding-left: 0;
}
.table-inputs > thead > tr > th:last-child {
  padding-right: 0;
}
.table-inputs > tbody > tr > td {
  border-top: none;
  padding-left: 5px;
  padding-right: 5px;
}
.table-inputs > tbody > tr > td:first-child {
  padding-left: 0;
}
.table-inputs > tbody > tr > td:last-child {
  padding-right: 0;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.hover,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #cccccc;
  border-color: #cccccc;
  opacity: 1;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #0c4da2;
  border-color: #0c4da2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.hover,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #083673;
  border-color: #083673;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #083673;
  border-color: #083673;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1064d1;
  border-color: #1064d1;
  opacity: 1;
}
.btn-primary .badge {
  color: #0c4da2;
  background-color: #fff;
}
.btn-primary-light {
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #6c94c7;
  border-color: #6c94c7;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light.hover,
.open .dropdown-toggle.btn-primary-light {
  color: #ffffff;
  background-color: #0c4da2;
  border-color: #0c4da2;
}
.btn-primary-light:active,
.btn-primary-light.active,
.open .dropdown-toggle.btn-primary-light {
  background-color: #0c4da2;
  border-color: #0c4da2;
}
.btn-primary-light.disabled,
.btn-primary-light[disabled],
fieldset[disabled] .btn-primary-light,
.btn-primary-light.disabled:hover,
.btn-primary-light[disabled]:hover,
fieldset[disabled] .btn-primary-light:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light[disabled]:focus,
fieldset[disabled] .btn-primary-light:focus,
.btn-primary-light.disabled:active,
.btn-primary-light[disabled]:active,
fieldset[disabled] .btn-primary-light:active,
.btn-primary-light.disabled.active,
.btn-primary-light[disabled].active,
fieldset[disabled] .btn-primary-light.active {
  background-color: #d7e6fa;
  border-color: #d7e6fa;
  opacity: 1;
}
.btn-primary-light .badge {
  color: #6c94c7;
  background-color: #fff;
}
.btn-primary-green {
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #0ca280;
  border-color: #0ca280;
}
.btn-primary-green:hover,
.btn-primary-green:focus,
.btn-primary-green:active,
.btn-primary-green.hover,
.open .dropdown-toggle.btn-primary-green {
  color: #ffffff;
  background-color: #0ca280;
  border-color: #0ca280;
}
.btn-primary-green:active,
.btn-primary-green.active,
.open .dropdown-toggle.btn-primary-green {
  background-color: #0ca280;
  border-color: #0ca280;
}
.btn-primary-green.disabled,
.btn-primary-green[disabled],
fieldset[disabled] .btn-primary-green,
.btn-primary-green.disabled:hover,
.btn-primary-green[disabled]:hover,
fieldset[disabled] .btn-primary-green:hover,
.btn-primary-green.disabled:focus,
.btn-primary-green[disabled]:focus,
fieldset[disabled] .btn-primary-green:focus,
.btn-primary-green.disabled:active,
.btn-primary-green[disabled]:active,
fieldset[disabled] .btn-primary-green:active,
.btn-primary-green.disabled.active,
.btn-primary-green[disabled].active,
fieldset[disabled] .btn-primary-green.active {
  background-color: #0ca280;
  border-color: #0ca280;
  opacity: 1;
}
.btn-primary-green .badge {
  color: #0ca280;
  background-color: #fff;
}
.btn-primary-green span {
  display: inline-block;
  text-decoration: underline;
}
.btn-primary-green:hover span {
  text-decoration: none;
}
.btn-link {
  color: #0c4da2;
  font-weight: normal;
  border-radius: 0;
  text-decoration: underline;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0c4da2;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.pseudolink {
  color: #0c4da2;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  border: none;
  line-height: 1;
  border-bottom: 1px dashed;
}
.pseudolink:hover,
.pseudolink:focus {
  color: #0c4da2;
}
.pseudolink.text {
  color: #5b5b5b;
}
.pseudolink.text:hover,
.pseudolink.text:focus {
  color: #0c4da2;
}
.pseudolink.light {
  color: #bcceea;
  cursor: default;
}
.pseudolink:hover,
.pseudolink.hover,
.pseudolink:focus {
  text-decoration: none;
  border-bottom: 0;
}
.affix {
  position: fixed;
}
.inl {
  display: inline-block;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
.invertUnderline {
  text-decoration: none;
}
.invertUnderline:hover,
.invertUnderline:focus {
  text-decoration: underline;
}
.overflow {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.upp {
  text-transform: uppercase;
}
.icon-reset {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '';
}
.abs-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.backdrop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.reset-indent {
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.image-hover img {
  display: none;
}
.image-hover img:first-child {
  display: block;
}
.image-hover:hover img {
  display: block;
}
.image-hover:hover img:first-child {
  display: none;
}
.rur {
  font-family: "Rubl Sign", "Open Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.rur span {
  width: .45em;
  height: 1em;
  margin: 0.075em 0 0 -10%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rur span:before {
  content: '\2013';
}
.bg-lblue {
  background-color: #d7e6fa;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_40 {
  margin-top: 40px;
}
.fs14 {
  font-size: 14px;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-yeoman"></i>
```
*/
[class*="icon-"] {
  display: inline-block;
}
.icon-adv {
  width: 26px;
  height: 19px;
  background: transparent url("img/i/sprite.png") -42px -103px no-repeat;
  content: '';
}
.icon-alert {
  width: 21px;
  height: 19px;
  background: transparent url("img/i/sprite.png") -204px 0px no-repeat;
  content: '';
}
.icon-arrow-next {
  width: 10px;
  height: 17px;
  background: transparent url("img/i/sprite.png") -245px -19px no-repeat;
  content: '';
}
.icon-arrow-prev {
  width: 10px;
  height: 17px;
  background: transparent url("img/i/sprite.png") -245px 0px no-repeat;
  content: '';
}
.icon-arrow-right {
  width: 9px;
  height: 8px;
  background: transparent url("img/i/sprite.png") -245px -86px no-repeat;
  content: '';
}
.icon-badge-new {
  width: 30px;
  height: 36px;
  background: transparent url("img/i/sprite.png") -32px -124px no-repeat;
  content: '';
}
.icon-badge-percent {
  width: 30px;
  height: 36px;
  background: transparent url("img/i/sprite.png") -64px -124px no-repeat;
  content: '';
}
.icon-badge-top {
  width: 30px;
  height: 36px;
  background: transparent url("img/i/sprite.png") -146px 0px no-repeat;
  content: '';
}
.icon-basket-refresh {
  width: 20px;
  height: 20px;
  background: transparent url("img/i/sprite.png") -124px -72px no-repeat;
  content: '';
}
.icon-basket-remove {
  width: 13px;
  height: 13px;
  background: transparent url("img/i/sprite.png") -80px -191px no-repeat;
  content: '';
}
.icon-basket {
  width: 37px;
  height: 28px;
  background: transparent url("img/i/sprite.png") -85px -72px no-repeat;
  content: '';
}
.icon-cart-green {
  width: 20px;
  height: 15px;
  background: transparent url("img/i/sprite.png") -58px -191px no-repeat;
  content: '';
}
.icon-cellphone {
  width: 22px;
  height: 20px;
  background: transparent url("img/i/sprite.png") -152px -124px no-repeat;
  content: '';
}
.icon-close {
  width: 14px;
  height: 13px;
  background: transparent url("img/i/sprite.png") -227px -197px no-repeat;
  content: '';
}
.icon-edit {
  width: 15px;
  height: 21px;
  background: transparent url("img/i/sprite.png") 0px -191px no-repeat;
  content: '';
}
.icon-elem-checked {
  width: 23px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -99px -103px no-repeat;
  content: '';
}
.icon-exclusive {
  width: 30px;
  height: 20px;
  background: transparent url("img/i/sprite.png") -120px -124px no-repeat;
  content: '';
}
.icon-exit {
  width: 18px;
  height: 17px;
  background: transparent url("img/i/sprite.png") -17px -191px no-repeat;
  content: '';
}
.icon-fb {
  width: 24px;
  height: 25px;
  background: transparent url("img/i/sprite.png") -178px -54px no-repeat;
  content: '';
}
.icon-file-small {
  width: 17px;
  height: 21px;
  background: transparent url("img/i/sprite.png") -204px -64px no-repeat;
  content: '';
}
.icon-file {
  width: 40px;
  height: 50px;
  background: transparent url("img/i/sprite.png") 0px -72px no-repeat;
  content: '';
}
.icon-fire {
  width: 22px;
  height: 30px;
  background: transparent url("img/i/sprite.png") -96px -124px no-repeat;
  content: '';
}
.icon-flag-new {
  width: 30px;
  height: 36px;
  background: transparent url("img/i/sprite.png") -146px -76px no-repeat;
  content: '';
}
.icon-flag-percent {
  width: 30px;
  height: 36px;
  background: transparent url("img/i/sprite.png") -146px -38px no-repeat;
  content: '';
}
.icon-flag-top {
  width: 30px;
  height: 36px;
  background: transparent url("img/i/sprite.png") 0px -124px no-repeat;
  content: '';
}
.icon-flag {
  width: 8px;
  height: 20px;
  background: transparent url("img/i/sprite.png") -245px -38px no-repeat;
  content: '';
}
.icon-gear {
  width: 22px;
  height: 19px;
  background: transparent url("img/i/sprite.png") -77px -162px no-repeat;
  content: '';
}
.icon-home {
  width: 18px;
  height: 16px;
  background: transparent url("img/i/sprite.png") 0px -214px no-repeat;
  content: '';
}
.icon-in {
  width: 24px;
  height: 25px;
  background: transparent url("img/i/sprite.png") -178px -27px no-repeat;
  content: '';
}
.icon-info {
  width: 18px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -204px -147px no-repeat;
  content: '';
}
.icon-lang {
  width: 18px;
  height: 20px;
  background: transparent url("img/i/sprite.png") -204px -42px no-repeat;
  content: '';
}
.icon-lens {
  width: 16px;
  height: 14px;
  background: transparent url("img/i/sprite.png") -227px -181px no-repeat;
  content: '';
}
.icon-letter-filled {
  width: 15px;
  height: 12px;
  background: transparent url("img/i/sprite.png") -185px -162px no-repeat;
  content: '';
}
.icon-letter {
  width: 15px;
  height: 12px;
  background: transparent url("img/i/sprite.png") -168px -162px no-repeat;
  content: '';
}
.icon-location {
  width: 8px;
  height: 11px;
  background: transparent url("img/i/sprite.png") -245px -73px no-repeat;
  content: '';
}
.icon-lock {
  width: 16px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -227px -20px no-repeat;
  content: '';
}
.icon-menu-question {
  width: 16px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -227px -112px no-repeat;
  content: '';
}
.icon-minus {
  width: 14px;
  height: 3px;
  background: transparent url("img/i/sprite.png") -146px -114px no-repeat;
  content: '';
}
.icon-more {
  width: 12px;
  height: 11px;
  background: transparent url("img/i/sprite.png") -109px -191px no-repeat;
  content: '';
}
.icon-msg {
  width: 20px;
  height: 19px;
  background: transparent url("img/i/sprite.png") -204px -21px no-repeat;
  content: '';
}
.icon-new-entity {
  width: 19px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -37px -191px no-repeat;
  content: '';
}
.icon-order-cart {
  width: 23px;
  height: 22px;
  background: transparent url("img/i/sprite.png") -178px -135px no-repeat;
  content: '';
}
.icon-param-gas {
  width: 18px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -204px -107px no-repeat;
  content: '';
}
.icon-param-oil {
  width: 18px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -204px -167px no-repeat;
  content: '';
}
.icon-param-temp {
  width: 18px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -124px -103px no-repeat;
  content: '';
}
.icon-param-valve {
  width: 18px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -204px -127px no-repeat;
  content: '';
}
.icon-percent {
  width: 70px;
  height: 70px;
  background: transparent url("img/i/sprite.png") 0px 0px no-repeat;
  content: '';
}
.icon-phone {
  width: 21px;
  height: 27px;
  background: transparent url("img/i/sprite.png") 0px -162px no-repeat;
  content: '';
}
.icon-play-video {
  width: 72px;
  height: 62px;
  background: transparent url("img/i/sprite.png") -72px 0px no-repeat;
  content: '';
}
.icon-plus {
  width: 14px;
  height: 13px;
  background: transparent url("img/i/sprite.png") -152px -162px no-repeat;
  content: '';
}
.icon-print {
  width: 17px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -20px -214px no-repeat;
  content: '';
}
.icon-question {
  width: 9px;
  height: 11px;
  background: transparent url("img/i/sprite.png") -245px -60px no-repeat;
  content: '';
}
.icon-ranger-handler {
  width: 12px;
  height: 9px;
  background: transparent url("img/i/sprite.png") -136px -191px no-repeat;
  content: '';
}
.icon-remove {
  width: 8px;
  height: 8px;
  background: transparent url("img/i/sprite.png") -245px -96px no-repeat;
  content: '';
}
.icon-rmv_blue {
  width: 11px;
  height: 11px;
  background: transparent url("img/i/sprite.png") -123px -191px no-repeat;
  content: '';
}
.icon-service {
  width: 24px;
  height: 21px;
  background: transparent url("img/i/sprite.png") -51px -162px no-repeat;
  content: '';
}
.icon-small-new {
  width: 15px;
  height: 15px;
  background: transparent url("img/i/sprite.png") -227px -164px no-repeat;
  content: '';
}
.icon-small-percent {
  width: 15px;
  height: 15px;
  background: transparent url("img/i/sprite.png") -227px -130px no-repeat;
  content: '';
}
.icon-small-top {
  width: 15px;
  height: 15px;
  background: transparent url("img/i/sprite.png") -227px -147px no-repeat;
  content: '';
}
.icon-sort-arrow {
  width: 5px;
  height: 9px;
  background: transparent url("img/i/sprite.png") -245px -106px no-repeat;
  content: '';
}
.icon-stock {
  width: 26px;
  height: 21px;
  background: transparent url("img/i/sprite.png") -23px -162px no-repeat;
  content: '';
}
.icon-tab-block {
  width: 16px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -227px -76px no-repeat;
  content: '';
}
.icon-tab-list {
  width: 16px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -227px -40px no-repeat;
  content: '';
}
.icon-tel {
  width: 12px;
  height: 13px;
  background: transparent url("img/i/sprite.png") -95px -191px no-repeat;
  content: '';
}
.icon-top-email {
  width: 19px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -204px -87px no-repeat;
  content: '';
}
.icon-truck {
  width: 22px;
  height: 14px;
  background: transparent url("img/i/sprite.png") -128px -162px no-repeat;
  content: '';
}
.icon-truck2 {
  width: 25px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -101px -162px no-repeat;
  content: '';
}
.icon-truck3 {
  width: 27px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -70px -103px no-repeat;
  content: '';
}
.icon-unlock {
  width: 16px;
  height: 18px;
  background: transparent url("img/i/sprite.png") -227px 0px no-repeat;
  content: '';
}
.icon-userpic {
  width: 17px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -39px -214px no-repeat;
  content: '';
}
.icon-vk {
  width: 24px;
  height: 25px;
  background: transparent url("img/i/sprite.png") -178px -108px no-repeat;
  content: '';
}
.icon-vm {
  width: 24px;
  height: 25px;
  background: transparent url("img/i/sprite.png") -178px -81px no-repeat;
  content: '';
}
.icon-youtube {
  width: 41px;
  height: 29px;
  background: transparent url("img/i/sprite.png") -42px -72px no-repeat;
  content: '';
}
.icon-yt {
  width: 24px;
  height: 25px;
  background: transparent url("img/i/sprite.png") -178px 0px no-repeat;
  content: '';
}
.icon-zoom-in {
  width: 16px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -227px -58px no-repeat;
  content: '';
}
.icon-zoom-in_black {
  width: 16px;
  height: 16px;
  background: transparent url("img/i/sprite.png") -227px -94px no-repeat;
  content: '';
}

.colapse{
	display: none;
}
.show{
	display: block !important;
}

.button{
	padding: 8px 0;
}
.no-files{
	margin:15px 35px; 
	color:red;
}
.format-text{
	color:#0c4da2;
	text-decoration: underline;
}
.text-format{
	color:black;
}
.module-main .button b:hover{
  text-decoration: underline;
}






