article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*===============================================================*    
  HTML Boilerplate reset
\*===============================================================*/

/*-------------------------------------------*  
  Remove text-shadow in selection highlight: h5bp.com/i
  These selection rule sets have to be separate.
  Customize the background color to match your design.
\*-------------------------------------------*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*-------------------------------------------*  
  Remove the gap between images, videos, audio and canvas and the bottom of
  their containers: h5bp.com/i/440
\*-------------------------------------------*/

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*-------------------------------------------*  
  Remove default fieldset styles.
\*-------------------------------------------*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*  
  Allow only vertical resizing of textareas.
\*-------------------------------------------*/

textarea {
  resize: vertical;
}

/*===============================================================*    
  Base styles
\*===============================================================*/

/* === Global box sizing and transition === */

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-transition-property: none;
          transition-property: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 0.9);
          transition-timing-function: cubic-bezier(0.4, 0, 0.5, 0.9);
}

/* === Fix Webkit transition bug === */

.browserwebkit.browserandroid:not(.browserchrome) *,
.browserwebkit.browserandroid:not(.browserchrome) *:before,
.browserwebkit.browserandroid:not(.browserchrome) *:after {
  -webkit-transition-property: none !important;
          transition-property: none !important;
}

/* === HTML === */

html {
  height: 100%;
  font-size: 15px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 20em) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 20.0625em) and (max-width: 35em) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 35.0625em) and (max-width: 45em) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 45.0625em) and (max-width: 69.75em) {
  html {
    font-size: 15px;
  }
}

/* === Body === */

body {
  position: relative;
  min-height: 100%;
  min-width: 240px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.35;
  color: #0d1d2e;
  overflow-y: scroll;
}

/* === Links === */

a {
  background: transparent;
  color: #d04001;
  -webkit-transition-property: color, background, opacity, border, -webkit-transform;
          transition-property: color, background, opacity, border, transform;
  opacity: 1;
}

a:hover {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/* === Images === */

img {
  border: 0;
  max-width: 100%;
  box-sizing: content-box;
  image-rendering: optimizeQuality;
}

td img {
  max-width: none;
}

img:not([height]) {
  height: auto;
}

/* === Paragraphs === */

p {
  margin-bottom: 21px;
  margin-bottom: 1.33333rem;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}

/* === Lists === */

ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* ul li:before,
ol li:before {
  content: "\2022";
  color: #aed10e;
  font-size: 1.26667em;
  padding-right: 0.31579em;
} */

/* === Tables === */

table {
  width: 100%;
  margin-top: 1.06667em;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  background: #aed10e;
  text-align: left;
}

td {
/*  background: #efefef; */
}

td,
th {
  padding: 0.4em 0.4em;
  border: 1px solid #FFF;
  font-weight: 400;
}

/* === Other === */

figure {
  margin: 1.6em 1.06667em 1.06667em;
}

figure.fig-left {
  float: left;
  margin-left: 0;
}

figure.fig-right {
  float: right;
  margin-right: 0;
}

figure.fig-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figure:first-child + p {
  margin-top: 0;
}

@media (max-width: 21.25em) {
  figure {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
}

/*===============================================================*    
  Buttons
\*===============================================================*/

button,
.Button {
  display: inline-block;
  padding: 9px 13px;
  padding: 0.55rem 2rem;
  font-size: 0.93333em;
  line-height: 1 !important;
  font-weight: 400;
  text-align: center !important;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  color: white;
  background: url(../images/linkBg.gif) repeat-x 0 center;
  border: 0 solid;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-property: color, opacity, background, border, -webkit-transform;
          transition-property: color, opacity, background, border, transform;
  opacity: 1;
}

button:hover,
.Button:hover {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

button:focus,
.Button:focus {
  opacity: 1;
}

button:active,
.Button:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

button:disabled,
.Button:disabled {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  cursor: default;
}

/*-------------------------------------------*    
  Custom buttons
\*-------------------------------------------*/

/*===============================================================*    
  Headings
\*===============================================================*/

h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  /* text-transform: uppercase; */
  font-family: 'Open Sans', sans-serif;
}

/* === Heading sizes === */

h1 {
  font-size: 2em;
}sc-reg-link

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.33333em;
}

h4 {
  font-size: 1.13333em;
}

/*===============================================================*    
  Form-order
\*===============================================================*/

.Form-order {
  margin-bottom: 1.73333em;
  margin-top: 2em;
}

.Form-order .g-recaptcha * {
  width: 100% !important;
}

/*===============================================================*    
  Forms
\*===============================================================*/

/* === Form item === */

.form-item {
  margin-top: 11px;
  margin-top: 0.7rem;
}

.form-left {
  width: 15em;
  margin-right: -15em;
  padding-right: 1.06667em;
}
.form-right {
  width: 100%;
  padding-left: 15em;
}
.formLine strong {
  margin-top: 1em;
  display: block;
}

@media (max-width: 35em) {
  .form-left,
  .form-right {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .form-left {
    padding-bottom: 0.26667em;
  }
}

/* === IE clear button remove === */

::-ms-clear {
  display: none;
}

/*-------------------------------------------*  
  Form elements
\*-------------------------------------------*/

/* === Default input style === */

input,
select,
textarea {
  display: inline-block;
  width: 100%;
  padding: 0.26667em 0.53333em;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

/* === Checkbox/radio === */

input[type="checkbox"],
input[type="radio"] {
  width: 19px !important;
  width: 1.2rem !important;
  height: 19px !important;
  height: 1.2rem !important;
  padding: 0 !important;
  margin-right: 9px;
  margin-right: 0.53333rem;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

/* === Select === */

/* === Select2 === */

.select2-container.select2-container--default {
  font-size: 14px;
}

.select2-container.select2-container--default.select2 {
  width: 100% !important;
}

.select2-container.select2-container--default .select2-dropdown {
  border-color: #e2e2e2;
  border-radius: 0 0 7px 7px;
}

.select2-container.select2-container--default .select2-selection__rendered > *,
.select2-container.select2-container--default .select2-results__option > * {
  display: inline-block;
  vertical-align: middle;
}

.select2-container.select2-container--default .select2-selection__rendered img:first-child,
.select2-container.select2-container--default .select2-results__option img:first-child {
  margin-right: 0.42857em;
}

.select2-container.select2-container--default .select2-results__option {
  padding: 0.14286em 0.42857em;
}

.select2-container.select2-container--default .select2-results__option:before {
  display: none;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background: #efefef;
}

.select2-container.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #aed10e;
}

.select2-container.select2-container--default .select2-selection--single {
  border-color: #e2e2e2;
  border-radius: 7px;
  outline: none !important;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.64286em !important;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABGdBTUEAALGPC/xhBQAAAAZQTFRFAAAAQEBAU1g6mgAAAAF0Uk5TAEDm2GYAAAAQSURBVAjXY2hicGHQYBAAAAVyAP9shByYAAAAAElFTkSuQmCC") no-repeat center;
}

/* === Textarea === */

textarea {
  max-height: 256px;
  max-height: 16rem;
}

.error {
    color: #dc0000;
    padding: 10px 0;
    display: block;
}
.imp {
	color: #dc0000;
}

/*-------------------------------------------*  
  Label
\*-------------------------------------------*/

label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.93333rem;
  line-height: 1.1;
}

label[for] {
  cursor: pointer;
}

label._label-required:after {
  content: ' *';
}

/*-------------------------------------------*  
  Validation
\*-------------------------------------------*/

input._error,
input.error,
select._error,
select.error,
textarea._error,
textarea.error {
  border-color: #e02f2f;
}

.help-block {
  display: block;
  padding: 6px;
  padding: 0.4rem;
  color: #e02f2f;
}

/*===============================================================*    
  Grid module
      [data-columns] : childrens of item with this attribute will
                       be equal size according to column count
\*===============================================================*/

.Grid > * {
  vertical-align: top;
  box-sizing: border-box;
}

/*-------------------------------------------*  
  Grid column sizes, clears and column spans
\*-------------------------------------------*/

.Grid[data-columns="1"] > *,
.Grid[data-columns="2"] > *.grid-span-2,
.Grid[data-columns="3"] > *.grid-span-3,
.Grid[data-columns="4"] > *.grid-span-4,
.Grid[data-columns="5"] > *.grid-span-5,
.Grid[data-columns="6"] > *.grid-span-6 {
  width: 100%;
}

.Grid[data-columns="3"] > *.grid-span-2,
.Grid[data-columns="6"] > *.grid-span-4 {
  width: 66.666%;
}

.Grid[data-columns="2"] > *,
.Grid[data-columns="4"] > *.grid-span-2,
.Grid[data-columns="6"] > *.grid-span-3 {
  width: 50%;
}

.Grid[data-columns="3"] > *,
.Grid[data-columns="6"] > *.grid-span-2 {
  width: 33.333%;
}

.Grid[data-columns="4"] > * {
  width: 20%;
}

.Grid[data-columns="4"] > *.grid-span-3 {
  width: 75%;
}

.Grid[data-columns="5"] > * {
  width: 20%;
}

.Grid[data-columns="5"] > *.grid-span-2 {
  width: 40%;
}

.Grid[data-columns="5"] > *.grid-span-3 {
  width: 60%;
}

.Grid[data-columns="5"] > *.grid-span-4 {
  width: 80%;
}

.Grid[data-columns="6"] > * {
  width: 16.666%;
}

.Grid[data-columns="6"] > *.grid-span-5 {
  width: 83.333%;
}

/*-------------------------------------------*  
  Grid gutters
\*-------------------------------------------*/

.Grid[class*="_grid-gutter"] > * {
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
}

.Grid._grid-gutter-8 {
  margin-top: -9px;
  margin-top: -0.53333rem;
  margin-left: -9px;
  margin-left: -0.53333rem;
}

.Grid._grid-gutter-8 > * {
  border-top-width: 9px;
  border-top-width: 0.53333rem;
  border-left-width: 9px;
  border-left-width: 0.53333rem;
}

.Grid._grid-gutter-8._grid-gutter-outside {
  padding: 9px;
  padding: 0.53333rem;
}

.Grid._grid-gutter-20 {
  margin-top: -21px;
  margin-top: -1.33333rem;
  margin-left: -21px;
  margin-left: -1.33333rem;
}

.Grid._grid-gutter-20 > * {
  border-top-width: 21px;
  border-top-width: 1.33333rem;
  border-left-width: 21px;
  border-left-width: 1.33333rem;
}

.Grid._grid-gutter-20._grid-gutter-outside {
  padding: 21px;
  padding: 1.33333rem;
}

/*===============================================================*    
  Global width limiter
\*===============================================================*/

.-width-limiter {
  display: block;
  max-width: 1200px;
  padding-left: 37px;
  padding-left: 1.33333rem;
  padding-right: 37px;
  padding-right: 1.33333rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 30em) {
  .-width-limiter {
    padding-left: 19px;
    padding-left: 1.16667rem;
    padding-right: 19px;
    padding-right: 1.16667rem;
  }
}

.ie8 .-width-limiter {
  min-width: 1100px;
}

/*===============================================================*    
  Clear classes
\*===============================================================*/

.-clear-all {
  clear: both;
}

.-clear-self:after,
.-clear-all:after {
  content: '';
  display: block;
  clear: both;
}

/*===============================================================*    
  No top margin for first child
\*===============================================================*/

.-no-fc-margin > *:first-child,
p:first-child,
ul:first-child,
ol:first-child,
ul li:first-child,
ol li:first-child,
figure:first-child,
.form-item:first-child,
.Sidebar .sidebar-block:first-child {
  margin-top: 0 !important;
}

/*===============================================================*    
  Fitted images.
\*===============================================================*/

.-image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.-image-cover .-image-cover-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.-image-cover .-image-cover-fix ~ * {
  position: relative;
  z-index: 1;
}

/*===============================================================*    
  -----------------------------------------------------------
    Project MODULES
    -----------------------------------------------------------
\*===============================================================*/

/*===============================================================*    
  Gallery
\*===============================================================*/

.Gallery .g-item img {
  border: 1px solid #e2e2e2;
  padding: 0.26667em;
  box-sizing: border-box;
}

@media (max-width: 35em) {
  .Gallery .g-item {
    width: 33.33%;
  }
}

@media (max-width: 20em) {
  .Gallery .g-item {
    width: 50%;
  }
}

.featherlight .featherlight-content {
  overflow: visible !important;
}

/*===============================================================*    
  Main footer
\*===============================================================*/

.Main-footer {
  position: relative;
  padding-top: 2.13333em;
  clear: both;
/*  z-index: 100; */
  font-size: 0.93rem;
}

/*===============================================================*    
  Main header
\*===============================================================*/

.Main-header {
  position: relative;
  background: #FFF;
  z-index: 100;
}

.Main-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: -1;
}

.Main-header .mh-top {
  padding-top: 22px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.6rem;
}

/*===============================================================*    
  Logo
\*===============================================================*/

.Logo {
  display: block;
  width: 282px;
}

.Logo img {
  display: block;
}

/*===============================================================*    
  Language
\*===============================================================*/

.Language {
  width: 120px;
  margin-top: 0.4em;
}

@media (max-width: 51.25em) {
  .Language {
    position: absolute;
    top: 0.86667em;
    right: 2.33333em;
    margin-top: 0;
  }
}

@media (max-width: 30em) {
  .Language {
    right: 1.16667em;
  }
}

/*===============================================================*    
  Menu main
\*===============================================================*/

.Menu-main {
  background: #d04001;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.Menu-main .menu-wrap {
  position: relative;
    padding: 0;
    z-index: 1;
	background: url(../images/linkBg.gif) repeat-x 0 center;
	height: 37px;
}

.Menu-main .menu-link {
  padding: 10px 4em 9px;
  font-size: 14px;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
/*  text-transform: uppercase; */
  background: url(/client/images/divide.gif) no-repeat right;
}

/*-------------------------------------------*  
  Menu as dropdown
\*-------------------------------------------*/

@media (max-width: 51.25em) {
  .Menu-main {
    min-height: 4px;
  }

  .Menu-main .menu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #FFF;
    border-bottom: 2px solid;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    text-align: center;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition-property: -webkit-transform, visibility;
            transition-property: transform, visibility;
    z-index: -2;
  }

  .Menu-main .menu-wrap._active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }

  .Menu-main .menu-wrap .menu-link {
    width: 100%;
    padding: 0.5em 2.1875em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #231f1f;
	background: #ffffff;
  }

  .Menu-main .menu-wrap .menu-link:first-child {
    border-top-width: 0;
  }
  .Menu-main .menu-wrap .menu-link:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/*===============================================================*    
  Menu toggler
\*===============================================================*/

.Menu-toggler {
  display: none !important;
  width: 2.13333em;
  margin-bottom: 5px;
  text-decoration: none;
  color: #231f1f;
  border-bottom: 4px solid;
  vertical-align: bottom !important;
}

.Menu-toggler:before,
.Menu-toggler:after {
  content: '';
  display: block;
  border-top: 4px solid;
  margin-bottom: 5px;
}

.Menu-toggler._active {
  color: #d04001;
}

@media (max-width: 51.25em) {
  .Menu-toggler {
    display: inline-block !important;
  }
}

/*===============================================================*    
  Main content
\*===============================================================*/

.Main-content {
  position: relative;
  padding-bottom: 2em;
}

.Main-content .mh-inner {
  padding-top: 1.73333em;
/*  padding-bottom: 1.73333em; */
  background: #FFF;
}

@media (max-width: 69.75em) {
  .Main-content {
    padding-bottom: 2.13333em;
  }

  .Main-content .mh-inner {
    border-radius: 0;
  }
}

@media (max-width: 51.25em) {
  .Main-content {
    padding-bottom: 1.06667em;
  }
}

/*===============================================================*    
  Content
\*===============================================================*/

.template-sidebar .Content {
  float: left;
  padding-right: 19.93333em;
}

@media (max-width: 51.25em) {
  .template-sidebar .Content {
    float: none;
    padding-right: 0;
  }
}

/*===============================================================*    
  Nav-buttons
\*===============================================================*/

.Nav-buttons {
  padding-top: 5px;
  overflow: hidden;
}

.Nav-buttons .nb-item {
  width: 32%;
}

@media (max-width: 45em) {
  .Nav-buttons {
    clear: both;
  }
}

@media (max-width: 30em) {
  .Nav-buttons .nb-item {
    width: 100%;
    margin-top: 0.66667em;
    font-size: 14px;
  }
}

/*===============================================================*    
  Post
\*===============================================================*/

.Post .post-title {
  font-size: 1.5em;
  margin-bottom: 0.46667em;
  color: #d04001;
}

.Post .post-content h1,
.Post .post-content h2,
.Post .post-content h3,
.Post .post-content h4 {
  margin: 26px 0 11px;
  margin: 1.6rem 0 0.66667rem;
}

.Post .post-content h1 + p,
.Post .post-content h2 + p,
.Post .post-content h3 + p,
.Post .post-content h4 + p {
  margin-top: 0;
}

.post-content h2 {
	font-size: 1.3em;
	color: #0d1d2e;
}

.Post .post-content, .Post .post-content p {
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}

.Post + .Gallery {
  padding-top: 21px;
  padding-top: 1.33333rem;
}

/*===============================================================*    
  Sidebar
\*===============================================================*/

.Sidebar {
  float: left;
  width: 19.93333em;
  margin-left: -19.93333em;
}

.Sidebar .sidebar-block {
  margin-top: 2.4em;
  text-align: justify;
  padding-bottom: 26px;  
}

@media (max-width: 51.25em) {
  .Sidebar {
    clear: both;
    float: none;
    width: 100%;
    margin: 4em 0 1.06667em;
    padding: 1.06667em 0 0;
    border-top: 1px solid #d9d9d9;
  }
}

/*===============================================================*    
  Contacts
\*===============================================================*/

.Sidebar-contacts .sc-title {
  margin: 0.29167em 0 0.46667em;
  font-size: 1.5em;
  color: #d04001;
}

.Sidebar-contacts .sc-text {
  margin: 0;
  line-height: 1.2;
}

.Sidebar-contacts .sc-reg-link {
  text-decoration: none;
  padding-left: 0.26667em;
  vertical-align: middle;
    background: url(../images/linkBg.gif) repeat-x 0 center;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0.55rem 0;
    font-size: 1.2rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

/*===============================================================*    
  Facebook
\*===============================================================*/

.Sidebar-facebook .fb_iframe_widget {
  width: 100%;
  overflow: hidden;
}

/*===============================================================*    
  Slider
\*===============================================================*/

.Slider {
  position: relative;
  overflow: hidden;
  margin: -1.73333em -1.33333rem 1.67em;
}

.Slider .slider-wrap {
  height: 24.53333em;
}

.Slider .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
  border-radius: 24px;
  overflow: hidden;
}

.Slider .slider-item._active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.Slider .slider-content {
  position: relative;
  height: 100%;
  z-index: 1;
}

.Slider .slider-content-inner {
  vertical-align: bottom;
  text-align: right;
  padding-right: 3.6em;
  padding-bottom: 5.33333em;
}

.Slider .slider-content-wrap {
  display: inline-block;
  max-width: 29.6em;
  padding: 1.6em 1.6em;
  background: #aed10e;
  background: rgba(174, 209, 14, 0.7);
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  text-align: left;
  border-radius: 20px;
}

.Slider .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.Slider .slider-title,
.Slider .slider-text {
  max-width: 26.66667em;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.Slider .slider-title {
  margin: 0;
  font-size: 1.6em;
  font-weight: 600;
  text-transform: none;
}

.Slider .slider-text {
  margin-top: 0.31579em;
  font-size: 1.26667em;
  line-height: 1.2;
}

.Slider .slider-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.Slider .slider-nav-prev,
.Slider .slider-nav-next {
  position: relative;
  display: none;
  width: 50%;
  height: 32px;
  height: 2rem;
  color: #FFF;
  font-size: 1.73333em;
  line-height: 1.15385em;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0 24px;
}

.Slider .slider-nav-next {
  border-radius: 0 0 24px 0;
}

.Slider .slider-nav-wrap {
  margin: 0 4.26667em 1.2em 0;
}

.Slider .slider-nav-item {
  margin-left: 0.6em;
}

.Slider .slider-nav-item:first-child {
  margin-left: 0;
}

.Slider .slider-nav-item:before {
  display: none;
}

.Slider .slider-nav-link {
  width: 0.6em;
  height: 0.6em;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition-property: background;
          transition-property: background;
}

.Slider .slider-nav-link:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.Slider .slider-nav-link._active {
  background: #FFF;
}

@media (max-width: 51.25em) {
  .Slider {
    margin: -1.73333em -2.33333em 1.06667em;
  }

  .Slider .slider-item,
  .Slider .slider-nav-next,
  .Slider .slider-nav-prev {
    border-radius: 0;
  }

  .Slider .slider-wrap {
    font-size: 0.85em;
  }

  .Slider .slider-content-inner {
    padding: 16px 37px 48px;
    padding: 1rem 2.33333rem 3rem;
    vertical-align: middle;
  }

  .Slider .slider-content-wrap {
    max-width: 60%;
  }

  .Slider .slider-nav-wrap {
    display: none;
  }

  .Slider .slider-nav-prev,
  .Slider .slider-nav-next {
    display: block;
  }
}

@media (max-width: 30em) {
  .Slider {
    margin: -1.73333em -1.16667em 1.06667em;
  }

  .Slider .slider-content-inner {
    padding: 0px 19px 32px;
    padding: 0rem 1.16667rem 2rem;
    vertical-align: middle;
  }

  .Slider .slider-content-wrap {
    max-width: none;
  }
}

/*===============================================================*    
  -----------------------------------------------------------
    END Project MODULES
    -----------------------------------------------------------
\*===============================================================*/

/*===============================================================*    
  Optional helper classes
\*===============================================================*/

.-float-left {
  float: left;
}

.-float-right {
  float: right;
}

.-text-center {
  text-align: center;
}

.-text-left {
  text-align: left;
}

.-text-right {
  text-align: right;
}

.-text-justify {
  text-align: justify;
}

.-list-blocks,
.-list-blocks > *,
.-list-blocks > * > a,
.-list-floats,
.-list-floats > *,
.-list-floats > * > a,
.-list-inline-blocks,
.-list-inline-blocks > * > a {
  display: block;
}

.-list-blocks,
.-list-floats,
.-list-inline-blocks {
  margin-top: 0;
  padding-left: 0;
}

.-list-blocks > *:first-child {
  margin-top: 0 !important;
}

.-list-floats > * {
  float: left;
}

.-is-block {
  display: block;
}

.-is-block-centered {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.-is-block-flow {
  display: block !important;
  overflow: hidden;
}

.-is-inline-block {
  display: inline-block !important;
}

.-is-table {
  display: table !important;
  width: 100%;
}

.-is-inline-table {
  display: inline-table !important;
}

.-is-table-row {
  display: table-row !important;
}

.-is-table-cell,
.-is-table-cell-middle {
  display: table-cell !important;
  vertical-align: top;
  position: relative;
}

.-is-table-cell-middle {
  vertical-align: middle;
}

.-is-table-cell-middle > * {
  display: inline-block;
}

/*===============================================================*    
  Helper class generator
\*===============================================================*/

/*===============================================================*    
  Inline blocks layout
      - no-space between blocks
      - easy vertical and horizontal align
\*===============================================================*/

@font-face {
  font-family: 'zero-width';
  src: url("../fonts/zero-width.eot?#iefix") format("eot"), url("../fonts/zero-width.woff") format("woff"), url("../fonts/zero-width.ttf") format("truetype"), url("../fonts/zero-width.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.Grid,
.-list-inline-blocks,
.-iblocks {
  font-family: 'zero-width' !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.Grid > *,
.-list-inline-blocks > *,
.-iblocks > * {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
}

.-iblocks:after {
  content: '';
  display: inline-block !important;
  width: 0;
  height: 100%;
  min-height: inherit;
  vertical-align: middle;
}

/*===============================================================*    
  Inline blocks classes
\*===============================================================*/

.-iblocks > * {
  vertical-align: middle;
}

.-iblocks-valign-top > *,
.Grid._grid-valign-top > * {
  vertical-align: top;
}

.-iblocks-valign-middle > *,
.Grid._grid-valign-middle > * {
  vertical-align: middle;
}

.-iblocks-valign-bottom > *,
.Grid._grid-valign-bottom > * {
  vertical-align: bottom;
}

.-iblocks-justify {
  text-align: justify !important;
  -ms-text-justify: distribute-all-lines;
}

.-iblocks-justify:after {
  content: '';
  display: inline-block;
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  vertical-align: 0 !important;
}

.-iblocks-justify > * {
  text-align: left;
}

/*===============================================================*/

.inNewsDate {
	display: block;
    font-size: 0.8rem;
}
.inNewsName {
	text-decoration: none;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: block;
    line-height: 1.5;
	border-bottom: 1px solid #ebebeb;
}
.sidebar-block .inNewsName:last-child {
	border-bottom: 0 none;
}
.news-post {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.news-post p {
	margin-bottom: 0;
}
.Post .news-post:last-child {
	border-bottom: 0 none;
}


#conWrap {
	display: table;
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    width: 100%;
}
.template-sidebar .Content {
    float: none;
    padding-right: 0;
    border-right: 1px solid #d9d9d9;
}
.Post {
    padding-right: 2em;
}
.Sidebar {
	float: none;
}
.footLeft {
	float: left;
  font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}
.footRight {
	float: right;
  font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}
.footHead {
	display: block;
	padding-bottom: 0.8rem;
	color: #666666;
}

@media (min-width : 1001px) {
  .template-sidebar .Content {
    width: 76%;
	display: table-cell;
  }
  .Sidebar {
    width: 24%;
	display: table-cell;
	padding-left: 2em;
  }
  .footLeft {
    width: 75%;
	}
	.footRight {
    width: 25%;
    padding-left: 2em;
	}
/*	.footLogo {
	margin: 0 4rem 0 0;
	} */
}
@media (max-width : 1000px) {
  .template-sidebar .Content {
    width: 100%;
	display: block;
	border-right: 0 none;
  }
  .Sidebar {
    width: 100%;
	display: block;
	padding-left: 0;
	padding-top: 2em;
  }
    .footLeft {
    width: 100%;
	}
	.footRight {
    width: 100%;
    padding-left: 0;
    padding-top: 2.13333em;
    margin-top: 2.13333em;
    border-top: 1px solid #d9d9d9;
	}
/*	.footLogo {
	margin: 0 2rem 0 0;
	} */
}
.topMarg {
	margin-top: 2rem !important;
}
.footLogos {
	display: inline-block;
	margin: 0 2rem 0 0;
}


.elEdit {
    width: 27px !important;
    padding: 0px !important;
}
iframe {
border: 0 none;
}
.inForm {
	background: url(/client/images/linkBull.png) no-repeat 0 7px;
    padding: 0 0 0 11px;
}

.menu {
  list-style: none;
  width: 100%;
  display: block;
  height: 37px;
}
.menu li {
  display: table-cell;
  position: relative;
  list-style: none;
}
.menu li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-size: 1rem;
    padding: 11px 4em;
	text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: url(/client/images/divide.gif) no-repeat right;
}
.menu > li ul {
  width: 100%;
  position: absolute;
  top: -9999px;
  z-index: 100;
  min-width: 290px;
}
@media (min-width: 821px) {
  .menu > li:hover ul {
    top: 37px;
  }
}
.menu > li ul li {
  width: 100%;
  float: left;
  background: #eb5c06;
  border-top: 1px solid #d13000;
}
.menu > li ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 0 11px;
  display: block;
  background: none;
}
.menu > li ul li a.act, .menu > li ul li a:hover {
  color: #FFF;
}


@media only screen and (max-width: 992px) {
  .featured-post {
    padding-bottom: 15px;
  }
}
/* Small Devices, Tablets */
@media (max-width: 820px) {
  nav {
    display: none;
  }
  nav ul {
    display: block;
  }
  nav ul li {
    display: block;
  }
  .nop {
    padding: 0 15px;
  }
  .featured-post {
    padding: 10px;
  }
  .menu li {
    display: block;
    background: #d04001;
    border-top: 1px solid #b23600;
  }
  .menu > li ul {
    position: inherit;
    top: 0;
  }
  .menu ul li:last-child {
    border-bottom: 1px solid #b23600;
    margin-bottom: 12px;
  }
  #conWrap {
    width: 100%;
  }
}

.Content ul {
	list-style-type:circle;
    padding: 0 0 0 20px;
	margin-bottom: 1.33333rem;
}
.orange {
      color: #d04001 !important;
}

@media (min-width: 1200px) {
    a[href^="tel:"] {
      pointer-events: none;
      color: #0d1d2e;
      text-decoration: none;
} 
}


#contMaps {
	padding: 0;
    list-style: none;
}
@media (min-width: 641px) {
    #contMaps li {
      width: 48%;
	  display: inline-block;
}
    #contMaps li:first-child {
      margin-right: 20px;
}
}
@media (max-width: 640px) {
    #contMaps li {
      width: 100%;
}
}
#contMaps iframe {
	margin-bottom: 20px;
}

.fullWidth {
	width: 100%;
}
.fullWidth .Content {
	width: 100%;
	border-right: 0 none;
}