@font-face {
  font-family: 'OpenSansRegular';
  src: url('OpenSans-Regular-webfont.eot');
  src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('OpenSans-Regular-webfont.woff') format('woff'),
       url('OpenSans-Regular-webfont.ttf') format('truetype'),
       url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'appleberryregular';
    src: url('appleberry_with_cyrillic-webfont.eot');
    src: url('appleberry_with_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('appleberry_with_cyrillic-webfont.woff2') format('woff2'),
         url('appleberry_with_cyrillic-webfont.woff') format('woff'),
         url('appleberry_with_cyrillic-webfont.ttf') format('truetype'),
         url('appleberry_with_cyrillic-webfont.svg#appleberryregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
  background: #fff;
  color: #666;
  font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}
#site{
  position: relative;
}

.print{
  display: none;
}

/*--------globals-------*/
#logo{
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
    top: 50px;
    left: 30px;
  z-index: 2;
}
#logo a, #logo img{
  display: block;
}

h1, h2, h3, h4{
  clear: left;
	color: #000;
  margin: 0;
  padding: 0.2em 0 0.6em 0;
}
h1, h2, h3{
  font-family: 'appleberryregular', Arial, sans-serif;
  text-transform: uppercase;
}
h1{
  font-size: 2.3em;
  line-height: 1.2em;
}
h2{
  font-size: 1.8em;
  line-height: 1.2em;
}
h3{
  font-size: 1.4em;
  line-height: 1.2em;
}
h4{
  font-size: 1.2em;
  line-height: 1.2em;
}

a{
  color: #000;
}

a:visited{
}

a:hover{
  color: #666;
}

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

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
  /*text-align: justify;*/
}

ul{
  margin: 0 0 1em 0.7em;
  padding: 0 0 0.7em 0;
}

hr{
  color: #ccc;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;
}

th.left, td.left{
  text-align: left;
}

th.center, td.center{
  text-align: center;
}

th.right, td.right{
  text-align: right;
}

th, td{
  border: 1px solid #ccc;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th{
  border: 1px solid #aaa;
  color: #000;
  text-align: left;
}

form{
  margin: 0;
  padding: 0;
}

fieldset{   
  border: 1px solid #aaa;
  margin-bottom: 1em;
}
fieldset legend{
  color: #aaa;
  color: inherit;
}
html.ie7 fieldset legend{
  color: #aaa;
}

fieldset table, fieldset th, fieldset td{
  background: none;
  border: none;
}

fieldset th, fieldset td{
  vertical-align: top;
}
fieldset th{
  text-align: right;
  color: #333;
  padding-right: 0;
}
fieldset th .optional{
  color: #666;
  font-weight: normal;
}

label.required{
  font-weight: bold;
}
/*-------site-------*/

#nav-skip {
    left: -2000px;
    position: absolute;
    top: 0;
    width: 960px;
}
#nav-skip a:focus, #nav-skip a:active {
    background: #FFFFFF;
    left: 2000px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 250px;
    z-index: 999;
}

/*-------header-------*/
#header-wrap{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  z-index: 1;
}
#header-top, #header{
  height: 270px;
  margin: auto;
  position: relative;
  /*z-index: 99;*/
  width: 75%;
  width: 980px;
}
#header-image{
  position: absolute;
    top: 1px;
    right: 0px;
}

#lang-switcher-0{
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 2;
}

#lang-switcher-0 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#lang-switcher-0 ul li{
  float: left;
  padding-left: 10px;
}

#lang-switcher-0 ul li img{
  padding: 0;
}

/*-------navbar------*/
ul.nav-main{
  background: #000;
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 0;
  position: absolute;
    left: 0;
    bottom: 30px;
  z-index: 99;
  width: 80%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

ul.nav-main li{
  float: left;
  position: relative;
}

ul.nav-main li a{
  color: #fff;
  display: block;
  font-family: 'appleberryregular', Arial, sans-serif;
  font-size: 1.65em;
  line-height: 35px;
  margin-left: 5px;
  padding: 0px 20px 0px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
ul.nav-main li a:hover, ul.nav-main li.nav-active > a{
  color: #aaa;
}
ul.nav-main li.nav-active > a{
  color: #aaa;
}

ul.nav-main li:hover ul{
  display: block;
}
ul.nav-main ul{
  border-top: 1px solid #5E4F47;
  background: #000;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 169px;
  -webkit-box-shadow: 0 9px 6px rgba(0,0,0,0.2);
  box-shadow: 0 9px 6px rgba(0,0,0,0.2);
  z-index: 99;
}

ul.nav-main ul li{
  border: 1px solid #5E4F47;
  border-top: none;
  float: none;
  padding: 0;
}

ul.nav-main ul li a{
  background: #443832;
  border: none;
  font-weight: normal;
  display: block;
  text-align: left;
  position: relative;

  font-size: 1.0em;
  line-height: 24px;

  height: 100%;
}

/*------main-----*/
#main{
  clear: both;
  margin: 0 auto 0 auto;
  position: relative;
  width: 75%;
  width: 980px;
}
#left-sidebar, #main-content{
  float: left;
  padding: 0px 20px 20px 20px;
  width: 25%;
  width: 305px;
  min-height: 130px;
}
#main-content{
  float: right;
  padding-bottom: 80px;
  width: 590px;
}

/*--------footer--------*/
#footer{
  color: #aaa;
	clear: both;
	font-size: 0.85em;
	line-height: 30px;
	margin: auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 75%;
  width: 980px;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

#footer a{
  color: #aaa;
}

#footer a:hover{
  color: #333;
}

#footer span{
  font-weight: bold;
}

#footer .nav-footer{
	float: right;
  font-size: 1.1em;
  list-style: none;
  padding: 0;
	padding-right: 10px;
}
#footer .nav-footer li{
  display: inline;
  padding-left: 7px;
}
/*------buttons------*/

/*------messages-----*/
.message{
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

.error, .errors{
  background: #FFF3AA;
  border: 1px solid #E0D38B;
  color: #d00;
  font-size: 1.1em;
  font-weight: bold;
  list-style: none;
  margin: 1px;
  padding: 4px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.hint{
  color: #888;
  font-style: italic;
}

/*--------photo-gallery----------*/
.photo-gallery *{
  background: none;
  border: none;
}

.contact-form{
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
  padding: 15px;
}
.contact-form table{
  background: none;
  border: none;
  width: 440px;
}
.contact-form table, .contact-form td, .contact-form th{
  background: none;
  border: none;
  font-weight: normal;
  padding: 3px;
}

.contact-form th{
  color: #67767F;
  text-align: right;
  vertical-align: top;
}
.contact-form input, .contact-form textarea{
  border: 1px solid #cdcdcd;
  background: #fff;
}
.contact-form textarea{
  width: 358px;
}
.contact-form .send-contact{
  padding-left: 55px;
}
#contactSubmit{
}


.nav-breadcrumbs{
  color: #fff;
  float: right;
  font-size: 0.95em;
  padding: 15px;
}
.nav-breadcrumbs a:hover{
  color: #000;
}
.nav-breadcrumbs a,
.nav-breadcrumbs a:not([href]){
  color: #fff;
  padding: 0 7px 0 7px;
}
.nav-breadcrumbs a:first-child{
  padding: 0 7px 0 0;
}

/*------other-----*/
.walk-ui-accordion-header{
  cursor: pointer;
}
.walk-ui-accordion-header:hover{
  color: #0064C8;
}
.walk-ui-accordion-header-active{
  color: #0064C8;
  cursor: default;
}
.pageGrid-right{
  float: right;
}
.pageGrid-left{
  float: left;
}