
           
    /** header **/

header {
    padding: 140px 0px;
    max-width: calc(100% - 80px);
    margin: auto;
}
.mobile-version header {
    padding: 40px 0px
}
header .top_description {
    max-width: 600px;
    margin: auto;
    line-height: 110%;
    font-size: 11pt;
}
header .top_location {
    margin-bottom: 30px;
    font-size: 10.5pt;
}
header h1 {
    margin-bottom: 40px;
}
header h1, header h1 *{line-height:100% !Important}
header h1 img{
    max-width:calc(100% - 50px);
    margin:auto;
}
/** header **/
/** hidden header **/

.hidden_header {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 15px;
    font-size: 9.5pt;
    font-family: baskervile;
    z-index: 99999;
    margin-top: -200px;
}
.header-hidden .hidden_header.full {
    margin-top: 0px;
    -webkit-transition: margin-top .45s;
    transition: margin-top .45s
}
.hidden_header ul,
.hidden_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.hidden_header ul li {
    display: inline-block;
    margin: 0px 3px;
}
.hidden_header form {
    margin-left: 10px;
}
.hidden_header form input[type="text"] {
    width: 110px;
    background-color:transparent;
}
.hidden_header form button {
    border: 0px;
    background-color: transparent;
}
/** hidden header **/
/**  hidden  responisve**/

.show_hidden .hidden_header.full {
    top: -200px !important
}
.show_hidden.header-hidden .hidden_header.alternative {
    margin-top: 0px !important
}
.header-hidden .hidden_header.full {
    margin-top: 0px;
}
/**  hidden  responisve**/
/**  hidden menu **/

.hidden_menu {
    width: 240px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    padding: 30px;
    border-right: 1px solid #efefef;
    font-family: baskervile;
    font-size: 10pt;
    margin-left: -300px;
}
.hidden_menu .hidden_menu_close {
    font-size: 12pt;
    font-family: lato;
    transform: scale(1.4, 1);
    font-weight: 300;
    color: #aeaeae;
    transform-origin: top left;
    margin-bottom: 20px;
    cursor: pointer;
}
.hidden_menu {
    color: #222;
    -webkit-transition: margin-left .45s;
    transition: margin-left .45s
}
/**  hidden menu **/
/** if user changes resolutions to big, it hides the hidden menu **/

html:not(.show_hidden) .hidden_menu {
    margin-left: -300px !important
}
/** if user changes resolutions to big, it hides the hidden menu **/
/** footer **/

footer {
    text-align: center;
    font-size: 10pt;
}
footer ul {
    list-style: none;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px;
}
@media screen and (max-width: 900px) {
    footer.for_links {
        display: none
    }
}
/** footer **/