/*! 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:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;-moz-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"]{cursor:pointer;-webkit-appearance:button}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"]{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}p{margin:0 0 10px}ul,ol{margin:10px 0}
/* Template styles
==============================================================================*/
html, body {
    font: 16px/1.1875 'PT Serif', serif;
    height:100%;
    width:100%;
    color: #333;
    /*background: #f8eee5;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 990px;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* H Group
-----------------------------------------------------------*/
h1,.h1 {
    font-weight: normal;
    font-size:28px;margin: 25px 0 25px;
}
.title{
    font-weight: normal;
    font-size:28px;margin: 0 0 35px;
}
.title-forest{
    font-weight: normal;
    font-size:28px;margin: 80px 0 35px;
}
h1:first-child,.h1:first-child{
    margin-top: 0;
}
h2,.h2 {
    font-weight: normal;
    font-size:26px;margin: 25px 0 15px;
}
h3,.h3 {
    font-weight: normal;
    font-size:24px;margin: 25px 0 15px;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: normal;
    font-size: 24px;margin: 25px 0 15px;
}
/* Links
-----------------------------------------------------------*/
a{
    color:#fbbd6d;
    text-decoration:underline;
}
a:visited{}
a:hover{
    text-decoration:none;
}
a:active{}
a:focus{outline: none;}
html:not(.desktop) a[href^=tel]{
    text-decoration: underline;
    color: inherit;
}
/* Form tags styles
-----------------------------------------------------------*/
input[type=text],input[type=search],input[type=tel],input[type=email],input[type=password],
textarea,
select {
    position: relative;
    font: 16px 'PT Serif', serif;
    outline: none;
    padding: 4px;
    border: 1px solid #ccc;
    color: black;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
textarea{
    overflow: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #ccc; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #ccc;  }
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #ccc;opacity: 1;  }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #ccc;opacity: 1;  }
input.placeholder,
textarea.placeholder,
select.placeholder {
    color: #ccc; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent !important; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent !important; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent !important; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent !important; }
input.placeholder:focus,
textarea.placeholder:focus,
select.placeholder:focus {
    color: transparent !important; }
input[type=text]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=password]:focus,
textarea:focus,
select:focus {
    color: black;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
select {
    padding: 0; }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    text-decoration: none;
    outline: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    font: 16px 'PT Serif', serif;
    display: inline-block; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}
/* Meta classes
-----------------------------------------------------------*/
.reset{
    margin: 0;
    padding: 0;
    list-style: none;
}
.hidden {
    display: none; }
.show {
    display: block !important; }
.visible {
    visibility: visible !important; }
.no-margin {
    margin: 0 !important; }
.no-padding {
    padding: 0 !important; }
.no-bg {
    background: none !important; }
.no-border {
    border: none !important; }
.bold {
    font-weight: 700; }
.italic {
    font-style: italic; }
.underline {
    text-decoration: underline; }
.uppercase {
    text-transform: uppercase; }
.lowercase {
    text-transform: lowercase; }
.disabled {
    cursor: default !important;
    opacity: .3;
    filter: alpha(opacity=30); }
.error {
    color: red !important; }
input.error {
    outline: 1px solid red !important;
    outline-offset: -1px; }
.va-top {
    vertical-align: top !important; }
.red {
    color: red; }
.blue {
    color: blue; }
.yellow {
    color: yellow; }
.green {
    color: green; }
.gray {
    color: gray; }
.orange {
    color: orange; }
.f-left, .float-left, .left {
    position: relative;
    float: left; }
.f-right, .float-right, .right {
    position: relative;
    float: right; }
.f-center, .float-center {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 0 10px;
    width: 980px; }
.t-center, .text-center {
    text-align: center; }
.t-left, .text-left {
    text-align: left; }
.t-right, .text-right {
    text-align: right; }
.t-justify, .text-justify {
    text-align: justify; }
.col {
    position: relative;
    margin: 0 0 15px;
    padding: 0;zoom: 1; }
.pic-default{
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjAgMAAACbV6A9AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAUJRVLypgAAAMxJREFUGNNdz7HNwjAQBeD3x/oLCkTFCB4hDRWCBdK8JIgULpFowgYWO9wcMIKX8AgUdAxAQThfGl7jrzi9O4NkD/jp+TIAC2MEqsIWU0TZAzqMIywPjDOXiDMrpJkOP3meyqv9UaFbg7Fm+zKuOcCSOW7OhcIkHAu7pR0F6f/tVOTBXwYmbWhyCj5qbxDAb3VbkC2yVrggTWVtLwnOCEnwI5ISd79H1LpdI9fy4/rQ8g9HO75bgFPaihxqJeODMRcG93Ys7KZxI28r4Qc6l0eAD7DptgAAAABJRU5ErkJggg==');
    min-height: 35px;
    min-width: 40px;
}
.col:after, .f-row:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    zoom: 1;}
/* Grid system
-----------------------------------------------------------*/
.f-row{
    margin: 0 -15px 15px;
    padding: 0;zoom: 1;
}
.f-row-item{
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
}
.w-10 {
    width: 10%; }
.w-15 {
    width: 15%; }
.w-20 {
    width: 20%; }
.w-25 {
    width: 25%; }
.w-30 {
    width: 30%; }
.w-33 {
    width: 33.3333%; }
.w-35 {
    width: 35%; }
.w-40 {
    width: 40%; }
.w-45 {
    width: 45%; }
.w-50 {
    width: 50%; }
.w-60 {
    width: 60%; }
.w-66 {
    width: 66.6667%; }
.w-70 {
    width: 70%; }
.w-75 {
    width: 75%; }
.w-80 {
    width: 80%; }
.w-85 {
    width: 85%; }
.w-90 {
    width: 90%; }
.full-width, .w-100 {
    width: 100%; }
/* Wrapper
-----------------------------------------------------------*/
#wrapper,#header,#content,#footer,.pie{position:relative}
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    margin:0 auto;
    overflow: hidden;
}
/* Header
-----------------------------------------------------------*/
#header{
    background: url("../img/bg-head.png") repeat-x 50% 100%;
    background-size: cover;
    height: 89px;
    z-index: 100;
}
.header-center{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 11px 0;
}
/* Container
-----------------------------------------------------------*/
#content{
    padding: 55px 0 100px;
    zoom: 1;
}
#content:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.columns{
    position: relative;
     width: 980px;
    margin: 0 auto;
}
.center{
    position: relative;
     width: 848px;
    margin: 0 auto;
}
.forest-wrapper{
     background: #f8eee5;
     position: relative;
}

.forest-wrapper .bear{
    width: 365px; height: 338px; background: url(../img/bear.png);
    position: absolute;
    right:1px; top:1px;
    display: none;
}

#gallery_diff .center-bg{
    background-color: #f8eee5;
    background-image: none;
}

.forest-wrapper.about_page{
     background: url(../img/foliage_top.png) top center no-repeat #f8eee5;
}

.forest-wrapper.about_page.winter{
    background: url(../img/winter.png) top center no-repeat #f8eee5;
}

.forest-wrapper.about_page.summer{
    background: url(../img/summer.png) top center no-repeat #f8eee5;
}

.forest-wrapper.about_page.spring{
    background: url(../img/spring.png) top center no-repeat #f8eee5;
}

.forest-wrapper.about_page .bear{
    display: block;
}

.columns-main{
    float:left;
    width:100%;
    position: relative;
}
.columns-main-content{
    margin: 0 260px;
    position: relative;
}
/* Sidebar
-----------------------------------------------------------*/
.columns-left{
    width:250px;
    margin-left:-100%;
    float:left;
    background:#808080;
    position: relative;
}
.columns-right{
    width:250px;
    margin-left: -254px;
    float:right;
    background:#808040;
    position: relative;
}
/* Footer
-----------------------------------------------------------*/
#footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto 0;
    clear:both;
    background: url("../img/bg-foot.png") repeat-x 50% 0;
    background-size: cover;
    min-height: 55px;
}
.footer-center{
    position: relative;
     width: 980px;
    margin: 0 auto;
    color: #b5a699;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 22px;
}
/* Style guide
-----------------------------------------------------------*/
.pic.f-left{
    margin: 4px 15px 10px 0
}
.pic.f-right{
    margin: 4px 0 10px 15px
}
.table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left
}
.table > thead > tr > th{
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: left
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
    border-top: 0
}
.fotorama, .fotorama *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.note{
    border-left: 5px solid #ccc;
    margin-right: 100px;
    padding: 5px 0 5px 15px
}
.link-underline-dashed{
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #000
}
.link-underline-dashed:hover{
    text-decoration: none;
    border-bottom-color: transparent
}
.hint{
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #a1a092;
    line-height: 13px;
    cursor: pointer
}
abbr{
    font-weight: 700;
    font-style: normal
}
.hint-body{
    background: none repeat scroll 0 0 #FFF;
    border-radius: 6px;
    bottom: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    display: block;
    font-size: 12px;
    left: 50%;
    line-height: 14px;
    margin-bottom: 16px;
    margin-left: -71px;
    padding: 11px 11px 8px;
    position: absolute;
    width: 142px;
    z-index: 1;
    font-weight: 400;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.hint-body:after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 100%;
    left: 50%;
    content: "";
    margin-left: -6px;
    margin-top: 0
}
.hint-body--w{
    margin-left: -142px;
    width: 284px
}
.hint:hover .hint-body{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-bottom: 6px
}
.hint-body-head{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
    display: block
}
.hint-body-p{
    display: block
}
.blockquote{
    padding: 5px 15px;
    margin: 15px 0;
    border-left: 5px solid #eee
}
.blockquote .small, .blockquote footer, .blockquote small{
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
.blockquote p{
    margin: 0 0 10px
}
.blockquote p:after{
    content: "»"
}
.blockquote p:before{
    content: "«"
}
.incut{
    background: none repeat scroll 0 0 #fefefe;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 20px 0;
    padding: 15px 20px;
    border: 1px solid #ccc
}
.tabs{
    margin: 15px 0
}
.tabs-menu{
    position: relative
}
.tabs-menu-item{
    border: 1px solid #ccc;
    border-bottom: 0;
    position: relative;
    float: left;
    padding: 5px 15px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    cursor: pointer;
    background: #fafafa
}
.tabs-content{
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px;
    border-radius: 0 4px 4px 4px
}
.tabs-content > div{
    display: none
}
.tabs-content > div.active{
    display: block
}
.tabs-menu-item.active{
    background: #F8EEE5;
    margin-bottom: 0;
    margin-top: -6px;
    padding: 8px 20px;
    top: 1px;
    cursor: default;
}
.guide-menu{
    position: fixed;
    left: 0;
    background: #fff
}
.guide-menu-item-link{
    color: #666;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: inline-block;
    background: none repeat scroll 0 0 #eee;
    padding: 2px 6px
}
.guide-menu-item-link:hover{
    text-decoration: none;
    color: #000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-left: 5px;
    margin-right: -5px
}
.guide-menu-item{
    padding: 4px 0 4px 3px;
    width: 200px;
    line-height: 16px;
    border-bottom: 1px solid #eee
}
.guide-menu-item:last-child{
    border-bottom: 0
}
@media only screen and (max-width: 1400px), only screen and (max-device-width: 1400px){
    .guide-menu{
        position: static;
        top: 0;
        left: 0;
        margin: 15px 0
    }

    .guide-menu-item{
        padding: 0;
        display: inline-block;
        border: 0;
        margin-right: 15px;
        margin-bottom: 5px;
        width: auto
    }

    .guide-menu-item-link{
        display: inline
    }

    .guide-menu-item-link:hover{
        margin: 0
    }
}
.guide-menu-item:first-child{
    border-top: 0
}
.feedback{
    margin: 20px 0;
}
.feedback-item{
    margin-bottom: 15px;
}
.feedback-item-left{
    position: relative;
    float: left;
    width: 145px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    text-align: right;
}
.feedback-item-right{
    margin-left: 166px;
}
input.input-text,.input-text{
    padding: 9px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    background: #fff;
    font-size: 14px;
}
input.input-text.input-text--error,.input-text.input-text--error{
    border-color: red;
}
textarea.input-text{
    resize: none;
    height: auto;
}
/*stylized-switch*/
.switch{
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    cursor: pointer;
    top: -1px;
    margin-right: 3px;
}
.switch input{
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
}
.switch input:not(:checked),.switch input:checked{
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    cursor: pointer;
}
/*not checked radio*/
.switch input[type=radio]:not(:checked)+i,.switch input[type=radio]:checked+i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}
/*not checked checkbox*/
.switch input[type=checkbox]:not(:checked)+i,.switch input[type=checkbox]:checked+i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ccc;
}
/*checked radio*/
.switch input[type=radio]:checked+i{
    background: #ccc;
    -webkit-box-shadow: 0 0 0 3px #fff inset;
    -moz-box-shadow:0 0 0 3px #fff inset;
    box-shadow: 0 0 0 3px #fff inset;
}
/*checked checkbox*/
.switch input[type=checkbox]:checked+i{
    background: #ccc;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow:0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}
/*hover radio*/
.switch input[type=radio]:checked+i:hover,label:hover .switch input[type=radio]:checked+i{
    opacity: 0.85;
}
.switch  input[type=radio]+i:hover, label:hover .switch  input[type=radio]+i{
    opacity: 0.85;
}
/*hover checkbox*/
.switch input[type=checkbox]:checked+i:hover,label:hover .switch input[type=checkbox]:checked+i{
    opacity: 0.85;
}
.switch  input[type=checkbox]+i:hover, label:hover .switch  input[type=checkbox]+i{
    opacity: 0.85;
}
/*end stylized-switch*/
.up-btn{
    position: fixed;
    z-index: 1;
    right: 15px;
    bottom:15px;
    cursor: pointer;
    background: #eee;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.up-btn:hover{
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.up-btn:after{
    content: "▲";
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
/* Page styles
==============================================================================*/
.breadcrumbs{}
.backstretch{
    background: #F8EEE5;
}
.header-center-logo{
    position: relative;
    float: left;
    width: 254px;
    margin-left: -2px;
    margin-top: -1px;
    margin-right: 5px;
}
.header-center-logo img{
    vertical-align: middle;
    max-width: 100%;
}
.header-center-adr{
    position: relative;
    float: right;
    text-align: right;
    color: #d3cabd;
    font-size: 16px;
    width: 290px;
}
.ico-mark{
    display: inline-block;
    background: url("../img/icon-mark.png") no-repeat 0 0;
    width: 19px;
    height: 27px;
    vertical-align: middle;
}
.header-center-adr-ico{
    margin-right: 13px;
}
.link-dotted{
    border-bottom: 1px dotted #fbbd6d;
    text-decoration: none;
    cursor: pointer;
    color: #fbbd6d;
}
.link-dotted:hover{
    border-bottom-color: transparent;
}
.header-center-adr-link{
    font-size: 14px;
    margin-top: -4px;
}
.header-center-phone{
    position: relative;
    float: right;
    width: 227px;
    color: #d3cabd;
    font-size: 27px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}
.header-center-phone span,.header-center-phone-item span{
    color: #fbbd6d;
}
.header-center-phone-item{
     color: #d3cabd;
    font-size: 27px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.header-center-link{
    font-size: 14px;
    line-height: 19px;
    margin-left: 278px;
    margin-top: 3px;
}
.header-center-nav{
    clear: right;
    float: right;
    position: relative;
    background: url("../img/bg-nav.png") no-repeat 50% 0;
    background-size: cover;
    width: 724px;
    height: 56px;
    margin-right: -14px;
    margin-top: 12px;
    padding-left: 30px;
    padding-top: 13px;
    padding-right: 24px;
}
.header-center-nav-item{
    display: table-cell;
    position: relative;
    border-right: 1px dashed #3b1909;
    line-height: 14px;
    padding: 6px 9px;
    text-align: center;
}
.header-center-nav-item:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.header-center-nav-item-link{
    color: #fbbd6d;
    font-size: 16px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
.header-center-nav-item-link:hover{
    text-decoration: underline;
}
.header-center-nav-item:first-child{
    padding-left: 0;
}
.header-center-nav-list{
    width: 100%;
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
}
.popup{
    position: fixed;
    z-index: 2000;
}
.popup-design{
    padding: 43px;
    width: 544px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background: url("../img/bg-popup.png") repeat 50% 50% #f5ebe3;
    padding-bottom: 45px;
}
.popup-close{
    background: url("../img/close.png") no-repeat 0 0;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 11px;
    top: 13px;
    cursor: pointer;
    display: inline-block;
}
.popup-design-col{
    position: relative;
    margin-bottom: 11px;
}
.popup-design-col p {
  margin-bottom: 20px;
}
.popup-design-col-left{
    position: relative;
    float: left;
    width: 50%;
}
.popup-design-col-head{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    color: #a77739;
    font-size: 24px;
    line-height: 1.3;
}
.popup-design-col-head-spec {
  color: #FF9100;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.popup-design-col-list{

}
.popup-design-col-list-item{
    margin-bottom: 2px;
    font-size: 18px;
}
.popup-design-col-list-item-left{
    display: inline-block;
    width: 34px;
    margin-right: 5px;
    color: #ac7a3a;
    text-align: right;
}
.popup-design-col-sep{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 53%;
    width: 1px;
    background: #dfd7d0;
}
.popup-design-col-right{
    position: relative;
    float: right;
    width: 50%;
    padding-left: 46px;
}
.popup-design-col-list-item-left--w{
    width: 96px;
}
.popup-from input, .popup-from textarea{
    width: 450px;
    margin-bottom: 20px;
    font-family: 'PT Serif', serif;
    padding: 5px 10px;
}
.footer-center-copy{
    position: relative;
    float: left;
    color: #b5a699;
    font-size: 14px;
    margin-right: 10px;
}
.footer-center-dev{
    position: relative;
    float: right;
    color: #b5a699;
    margin-left: 10px;
}
.center-bg{
    position: relative;
    background: url(../img/foliage_bottom.png) bottom center no-repeat;
    padding: 31px 57px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.center-bg.winter{
    background: url(../img/winter1.png) bottom center no-repeat;
}

.center-bg.summer{
    background: url(../img/summer1.png) bottom center no-repeat;
}

.center-bg.spring{
    background: url(../img/spring1.png) bottom center no-repeat;
}

.about-item{
    margin-bottom: 80px;
    margin-top: 60px;
}
.about-item-pic{
    position: relative;
    float: right;
    width: 179px;
    margin-left: 31px;
    margin-top: -38px;
    padding-bottom: 40px;
}
.about-item-pic img{
    vertical-align: middle;
    max-width: 100%;
}
.about-item-pic--left{
    float: left;
    margin-left: 59px;
    margin-right: 35px;
    padding-bottom: 80px;
}
.about{
    margin-bottom: 93px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
    outline: none;
}

.jspPane
{
	position: absolute;
    width: 100% !important;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 4px;
	width: 8px;
	height: 100%;
	background: none;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    z-index: 101;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: transparent;
	position: relative;
     -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.jspDrag
{
	background: #d59d5a;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
.btn{
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background: #ebb36d;
    padding: 8px 20px;
    line-height: 16px;
    font-size: 14px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 0;
    border-bottom: 1px solid #be9158;
    color: #fff;
}
.btn:hover{
    opacity: 0.85;
    filter: alpha(opacity=85);
    text-decoration: none;
}
.btn:active{
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6) inset;
}
.title h1{
    margin-top: 0;
}
.reviews{
    margin-bottom: 15px;
    margin-top: 47px;
}
.reviews-item{
    margin-bottom: 40px;
}
.reviews-item-body{
    margin-bottom: 19px;
    font-size: 16px;
}
.reviews-item-foot{
    border-top: 1px solid #dcd3cb;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
}
.reviews-item-foot:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 23px;
    background: url("../img/arr-b.png") no-repeat 0 0;
    width: 14px;
    height: 8px;
}
.reviews-item-foot-date{
    position: relative;
    float: right;
    color: #aaa09b;
    font-size: 14px;
}
.reviews-item-foot-name{
    color: #e69e42;
    font-size: 18px;
}
.foto{
    margin-bottom: 15px;
    margin-right: -28px;
}
.foto-item{
    position: relative;
    float: left;
    margin: 0 15px 16px 0;
    overflow: hidden;
    background: #ccc;
    width: 234px;
    height: 156px;
}
.foto-item img{
    vertical-align: middle;
     width: 234px;
    height: 156px;
}
.ico-zoom{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/ico-zoom.png") no-repeat 0 0;
    width: 40px;
    height: 40px;
}
.foto-item-ico{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.foto-item:hover .foto-item-ico{
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
   -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.foto-item:before{
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
     background: transparent;
}
.foto-item:hover:before{
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.map{
//    position: fixed;
//    top: 0;
//    left: 0;
//    right: 0;
//    bottom: 0;
//    background: #f8eee5;
      height: 350px;
}

.news{
    margin-top: -17px;
    margin-bottom: 25px;
}
.news-item{
    margin-bottom: 25px;
    border-bottom:1px solid #dcd3cb;
    padding-bottom: 19px;
}
.news-item:last-child{
    border-bottom:0;
    margin-bottom: 0;
}
.news-item-pic{
    position: relative;
    float: left;
    width: 103px;
    margin-top: 8px;
}
.news-item-pic-item{
    width: 103px;
    height: 104px;
    vertical-align: middle;
    -webkit-border-radius: 150px 150px 150px 150px;
    -moz-border-radius: 150px 150px 150px 150px;
    border-radius: 150px 150px 150px 150px;
}
.news-item-pic + .news-item-text{
    margin-left: 121px;
}
.news-item-text{

}
.news-item-text p{
}
.news-item-text-head{
    margin-bottom: 6px;
    font-size: 18px;
}
.news-item-text-head a{
    color: #e69e42;
}
.news-item-text-date{
    color: #aaa09b;
    font-size: 14px;
    margin-bottom: 1px;
}
.news-paginator{
    margin-bottom: 80px;
    font-size: 18px;
    text-align: center;
}

/* Screens
==============================================================================*/
@media only screen  and (max-width: 1000px),
only screen and (max-device-width: 1000px){}

/* Retina
==============================================================================*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {}

.ico-zoom-black{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/ico-zoom-black.png") no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.f-item{
    position: relative;
    float: left;
    /*overflow: hidden;*/
}
.f-item-ico{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.f-item:hover .f-item-ico{
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
   -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.f-item:before{
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
     background: transparent;
}
.f-item:hover:before{
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #f8eee5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#output {
    position: fixed;
    margin: 0 auto;
    padding: 20px 0; 
    top: 0%;
    left: 0%;
    z-index: 999;

    display: none; 
    width: 100%; 
    //height: 60px;

    text-align: center;
    background-color: transparent;
}

#input {
    position: relative;
    margin: 0 auto;
    padding: 0; 
    z-index: 1000;

    width: 848px; 
    //height: 60px;

    font-family: sans-serif;
    background-color: transparent;
}

.mfp-close {
    float: right;
    background: url(../img/close-btn.png) center left no-repeat;
    font-size: 13px;
    color: #999999;
    padding: 0 20px 0 20px;
    margin-top: 20px;
    top: 0px;
    right: 0px;
    z-index: 1001;
}

button.mfp-close {
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
}

.header-center-vk {
    float: left;
}
.header-center-ok {
    float: left;
}
a.header-vk {
    background: url(../img/vk.png); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 20px; /* Ширина рисунка */
    height: 20px; /*  Высота рисунка */
    background-size: 20px;
}
a.header-vk:hover {
    opacity: 0.7;
}
.header-vk{
    position: relative;
    float: right;
    margin: 0px 10px 0 0;
}

a.header-ok {
    background: url(../img/ok.png); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 20px; /* Ширина рисунка */
    height: 20px; /*  Высота рисунка */
    background-size: 20px;
}
a.header-ok:hover {
    opacity: 0.7;
}
.header-ok{
    position: relative;
    float: right;
    margin: 0px 35px 0 0;
}
.window{
    display: inline-block;
}
.window:after{
    display: block;
    content: " ";
    position: absolute;
    width: 245px;
    height:295px;
    z-index: 0;
    top:-56px;
    left:-69px;
    background: url("../img/window.png") no-repeat;
}

.header-mail {
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 30px;
    position: relative;
    margin-top: 5px;
}
.header-mail::before {
    content: '';
    background: url('../img/mail.png') center center no-repeat;
    display: block;
    height: 21px;
    width: 21px;
    background-size: 21px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}