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;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
  height: 100%;
  min-width: 996px;
}

html, body {
  background: #fff;
}

body, button, input, select, textarea {
  font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
  color: #3f3f3f;
  font-size: 13px;
}

* {
  outline: 0;
}

a {
  color: #970d31;
}
a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

.placeholder {
  color: #666666;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

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-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.blockGen__header:before, .blockGen__header:after,
.clearfix:before,
.content:before,
.header__top:before,
.header__lang:before,
.header__mid:before,
.header__mid__left:before,
.listingGn__item:before,
.threeCols:before,
.threeCols > div:before,
.breadCrumbs:before, .clearfix:after, .content:after, .header__top:after, .header__lang:after, .header__mid:after, .header__mid__left:after, .listingGn__item:after, .threeCols:after, .threeCols > div:after, .breadCrumbs:after {
  content: "";
  display: table;
}

.blockGen__header:after,
.clearfix:after,
.content:after,
.header__top:after,
.header__lang:after,
.header__mid:after,
.header__mid__left:after,
.listingGn__item:after,
.threeCols:after,
.threeCols > div:after,
.breadCrumbs:after {
  clear: both;
}

.blockGen__header,
.clearfix,
.content,
.header__top,
.header__lang,
.header__mid,
.header__mid__left,
.listingGn__item,
.threeCols,
.threeCols > div,
.breadCrumbs {
  zoom: 1;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: 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 #999999;
    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;
  }

  table td {
    border: 1px solid black;
  }
}
.container0 {
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: -8px 0 8px -8px #c5c5c5, 8px 0 8px -8px #c5c5c5;
  -moz-box-shadow: -8px 0 8px -8px #c5c5c5, 8px 0 8px -8px #c5c5c5;
  box-shadow: -8px 0 8px -8px #c5c5c5, 8px 0 8px -8px #c5c5c5;
}

.container {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}

.content {
  padding: 0 48px 40px 78px;
}

.leftCol {
  width: 268px;
  float: left;
  margin: 0 24px 0 0;
}

.centerCol {
  overflow: hidden;
  padding: 19px 0 0;
}

.header {
  background: url(../images/bg-top.jpg) repeat-y left top;
  /* height: 243px; */
  height: 175px;
  border-bottom: 3px solid #414141;
  padding: 0 80px;
  position: relative;
  z-index: 5;
}
.header.h275 {
  /* height: 275px; */
  height: 175px;
}

.header__top {
  margin: 0 0 26px;
}

.header__top__left {
  float: left;
  color: #8c8c8c;
  font-family: "Tahoma";
  font-size: 10px;
  padding: 3px 0 0;
}

.header__lang {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}
.header__lang li {
  float: left;
}
.header__lang span {
  background: #9a0e33;
  color: #fff;
  padding: 3px 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.header__lang a {
  padding: 3px 6px;
  color: #3f3f3f;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.header__mid {
  margin: 0 0 40px;
}

.header__mid__left {
  float: left;
  margin-top: 12px;
}

.header__logo {
  width: 186px;
  height: 58px;
  margin: 0 12px 0 0;
  background: url(../images/logo.png) no-repeat left top;
  float: left;
}
.header__logo.header__logo_gray {
  background: url(../images/logo2.png) no-repeat left top;
}
.header__logo h1, .header__logo a {
  margin: 0;
  display: block;
  width: 186px;
  height: 58px;
  text-indent: -9999px;
}

.header__slogan {
  float: left;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 22px;
  margin-top: -4px;
}

.header__mid__right {
  float: right;
  text-align: right;
}

.header__tel {
  color: #970d31;
  /* font-size: 20px; */
  font-size: 16px;
  margin: 0 0 20px;
}
.header__tel small {
  color: #3b3b3b;
  /* font-size: 17px; */
  font-size: 13px;
}

.header__nav1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__nav1 li {
  float: right;
  background: url(../images/rarr-gray-3x5.png) no-repeat left 6px;
  padding: 0 0 0 8px;
  margin: 0 20px 0 0;
  font-size: 14px;
}
.header__nav1 li:first-child {
  margin-right: 0;
}
.header__nav1 a {
  color: #3b3b3b;
}
.header__nav1 span {
  color: #970d31;
}

.header__nav2 {
  padding: 0 40px;
  margin: 0;
  list-style: none;
  font: 14px Verdana, Geneva, sans-serif;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
}
.header__nav2:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.header__nav2 li {
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: top;
}
.header__nav2 img {
  margin: 0 9px 0 0;
}
.header__nav2 a {
  text-decoration: none;
  color: #404040;
  font-size: 17px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  display: table-cell;
  height: 75px;
  vertical-align: middle;
}
.header__nav2 a:hover {
  color: #970d31;
}
.header__nav2 div {
  color: #970d31;
  font-size: 17px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  display: table-cell;
  height: 75px;
  vertical-align: middle;
}

.footer {
  background: #3f3f3f;
  padding: 0 48px 27px 78px;
  color: #8e8d8d;
}

.footer__tel {
  font-size: 17px;
}

.footer__nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 116px;
  float: right;
}
.footer__nav:first-child {
  float: left;
}
.footer__nav li {
  margin: 0 0 5px;
}
.footer__nav a {
  color: #8e8d8d;
}

.btnGn {
  background: #970d31;
  line-height: 33px;
  height: 34px;
  padding: 0 18px;
  color: #fff;
  text-decoration: underline;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.btnGn:hover {
  text-decoration: none;
}

button.btnGn {
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  border: 0;
}

.btnReq {
  color: #9d9d9d;
}

.colorRed {
  color: #940c32;
}

.wysiwygArea {
  line-height: 21px;
}
.wysiwygArea p {
  margin: 20px 0;
}
.wysiwygArea img {
  margin: 8px 0 0;
}
.wysiwygArea h1, .wysiwygArea h2, .wysiwygArea h4 {
  line-height: normal;
  color: #930c32;
  font-weight: normal;
}
.wysiwygArea h1 {
  font-size: 18px;
  margin: 0 0 15px;
}
.wysiwygArea h2 {
  font-size: 18px;
  margin: 0 0 15px;
}
.wysiwygArea h3 {
  color: #3f3f3f;
  font-size: 13px;
  margin: 0 0 7px;
}
.wysiwygArea ul {
  margin: 9px 0 21px;
  padding: 0;
  list-style: none;
}
.wysiwygArea ul li {
  padding: 0 0 0 13px;
  background: url(../images/rarr-gray-3x5.png) no-repeat 1px 7px;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.img-to-left {
  float: left;
  margin-right: 15px;
}

.img-to-right {
  float: right;
  margin-left: 15px;
}

.img-to-center {
  display: block;
  margin: 0 auto;
}

.ovH {
  overflow: hidden;
}

.wsn {
  white-space: nowrap;
}

.mt0 {
  margin-top: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml22 {
  margin-left: 22px !important;
}

.w127 {
  width: 127px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.titleGn {
  color: #930c32;
  font-weight: normal;
  font-size: 18px;
  margin: 19px 3px;
}
.titleGn h1, .titleGn h2, .titleGn h3, .titleGn h4 {
  line-height: normal;
  color: #930c32;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}

.listingGn {
  margin: 0 0 26px;
}

.listingGn__item {
  margin: 0 3px 18px 3px;
  line-height: 21px;
}

.listingGn__item__img {
  float: left;
  margin: 0 13px 0 0;
}
.listingGn__item__img img {
  border: 1px solid #a4a4a4;
  width: 135px;
}

.listingGn__item__content {
  overflow: hidden;
}

.listingGn__item__info {
  color: #9d9d9d;
}

.itxt {
  border: 1px solid #9d9d9d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 252px;
  padding: 0 2px;
  height: 25px;
  line-height: 25px;
}
.itxt.error {
  border: 1px solid red;
  background-color: #fcf3f3;
}

.ta {
  width: 252px;
  padding: 4px 2px;
  border: 1px solid #9d9d9d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 125px;
}
.ta.error {
  border: 1px solid red;
  background-color: #fcf3f3;
}

.formGn .titleGn {
  margin: 0 0 12px;
}
.formGn .btnGn {
  margin: 7px 0 0;
}
.formGn .formGn__status {
  margin: 0 0 12px;
  color: red;
}

.formGn__fld {
  margin: 0 0 9px;
}

.formGn__fld__title {
  margin: 0 0 3px;
  padding: 0 2px;
}

.jcShowcase {
  width: 919px;
  height: 330px;
  margin-top: -32px;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
  background: #fff;
}

.jcShowcase__sld {
  position: relative;
}

.jcShowcase__sld__txt {
  width: 288px;
  position: absolute;
  left: 620px;
  top: 40px;
  color: #990d33;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-shadow: white 0px 2px, white 2px 0px, white -2px 0px, white 0px -2px, white -1.4px -1.4px, white 1.4px 1.4px, white 1.4px -1.4px, white -1.4px 1.4px, 2px 3px 2px rgba(0, 0, 0, 0.76);
}

.jcShowcase__sld__txt__s1 {
  margin: 0 0 10px;
}

.jcShowcase__sld__txt__s2 {
  font-size: 14px;
}

.threeCols {
  padding: 27px 0 0;
}
.threeCols > div {
  margin-left: 30px;
  width: 260px;
  float: left;
}
.threeCols > div:first-child {
  margin-left: 0;
}

.leftCol__nav {
  background: #545454;
  padding: 19px 24px 24px 24px;
  margin: 0 3px 24px 3px;
}
.leftCol__nav ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
.leftCol__nav li {
  color: #fff;
  margin: 0 0 11px;
}
.leftCol__nav li a,
.leftCol__nav li span {
  color: #fff;
  display: block;
}
.leftCol__nav .firstLetter a:first-letter,
.leftCol__nav .firstLetter span:first-letter {
  font-weight: bold;
  font-size: 14px;
}


.leftCol__menu {
  padding: 0;
  margin: 0;
}
.leftCol__menu_top {
  background: #545454;
  padding: 0;
  margin: 0 3px;
  height: 15px;
}
.leftCol__menu_item {
  background: #545454;
  padding: 8px 24px;
  margin: 0 3px;
}
.leftCol__menu_item_active {
  background: url(../images/arr_menu.png) no-repeat scroll 0 0 #970D31;
  color: #fff;
  padding: 8px 26px;
  margin: 0 1px;
}
.leftCol__menu_item_active a,
.leftCol__menu_item  a {
  color: #fff;
}
.leftCol__menu_item:first-letter,
.leftCol__menu_item_active:first-letter {
  font-weight: bold !important;
  font-size: 14px !important;  
}


.bPic {
  margin: 24px 0;
}
.bPic img {
  border: 1px solid #9d9d9d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.breadCrumbs {
  padding: 0;
  margin: 0 0 19px;
  list-style: none;
}
.breadCrumbs li {
  float: left;
  background: url(../images/rarr-gray-3x5.png) no-repeat left center;
  padding: 0 0 0 11px;
  margin: 0 11px 0 0;
}
.breadCrumbs li:first-child {
  padding-left: 0;
  background: none;
}

.filter {
  background: #545454;
  color: #fff;
  margin: 22px 0 24px;
}
.filter tr:first-child td {
  padding-bottom: 0;
}
.filter td {
  padding: 13px 15px 9px 0;
}
.filter td:first-child {
  text-align: right;
  padding-left: 15px;
  padding-right: 0;
}

.map {
  width: 574px;
  height: 339px;
  border: 1px solid #9d9d9d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.countryList {
  width: 150px;
  float: left;
  margin-right: 20px;
}
.countryList a {
  color: #3f3f3f;
}

.miceScheme {
  margin: 60px 0 30px;
}

.miceScheme__cols {
  padding: 14px 0 0;
}
.miceScheme__cols div {
  line-height: 22px;
  width: 135px;
  float: left;
  margin-left: 10px;
}
.miceScheme__cols div:first-child {
  margin-left: 0;
}


.paginator {
    padding: 0;
    margin: 0 0 3px;
    list-style: none;
    font-size: 0;
}
.paginator li{
    background-image: none !important;
    padding: 0 !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 12px;
    margin-right: 7px;
}

.paginator a{
    border: 1px solid #c4c4ca;
    display: block;
    height: 18px;
    background: #f3f3f6;
    padding: 2px 7px 0;
    box-shadow: 1px 1px 2px #c4c4ca;
    -moz-box-shadow: 1px 1px 2px #c4c4ca;
    -webkit-box-shadow: 1px 1px 2px #c4c4ca;
}
.paginator span{
    border: 1px solid #c4c4ca;
    display: block;
    height: 18px;
    background: #fff;
    padding: 2px 7px 0;
    box-shadow: 1px 1px 2px #c4c4ca;
    -moz-box-shadow: 1px 1px 2px #c4c4ca;
    -webkit-box-shadow: 1px 1px 2px #c4c4ca;
}

.ex-link {
    color: #970D31;
}

.jcShowcase img {
    border: 1px solid #BBB;
}

#map-canvas {
    width: 578px;
    height: 500px;
    border: 1px solid #BBB;
}

.site-development {
    margin: 20px 0 0 0; 
    line-height: 22px;
}
.site-development .logo-site-development {
    background: url("/images/logo-telemark.png") no-repeat scroll left bottom;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    width: 96px;
    vertical-align: top;
}

.footer__sitemap {
    margin-top: 20px;
}
.footer__sitemap  a {
    color: #8E8D8D;
}