.table{
    display: inline-block;
    width: 100%;
}
.table .col{
    display: inline-block;
    vertical-align: top;
}
h1.main{
    font-size: 57px;
    color: #000;
    font-family: "Gotham SSm A", "Gotham SSm B";
}
.page-title{
    width: 285px;
}
.user-profile{
    padding-top: 50px;
    padding-bottom: 125px;
}
.user-profile h1{
    text-align: left;
    margin-top: -10px;
    position: relative;
}
.user-profile h4{
    color: #000;
    margin: 40px 0 5px 0;
    text-align: left;
}
.profile-data{
    width: 390px;
}
.profile-data .pad{
    padding: 0 30px;
}
.profile-data .info-row{
    width: 100%;
    border-bottom: 1px solid #c29a54;
    text-align: left;
}
span.label,
span.value{
    width: 100%;
    display: inline-block;
    text-align: left;
}
span.label{
    color:#c29a54;
    font-size: 10px;
    line-height: 15px;
    font-weight: 800;
}
span.value{
    line-height: 33px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.info-row input.value{
    background: transparent;
    border-width: 0;
    line-height: 40px;
    padding: 0;
    margin-top: 3px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 13px;
    font-weight: 300;
}
.info-row input.value:active{
    padding: 0;
    border-width: 0;
    margin: 0;
    margin-top: 3px;
}
.button-row{
    padding-top: 90px;
}
.btn{
    background: #c09b56;
    color: #FFFFFF;
    line-height: 57px;
    padding: 0 22px;
    border: none;
    cursor: pointer;
}
.btn:focus{
    outline: none;
}
.backg-e{
    background-image: url('../img/p.svg');
    display: block;
    width: 115px;
    height: 136px;
    position: absolute;
    z-index: -1;
    top: 26px;
    left: -58px;
}
.button-row .save-btn{
    float: right;
}
.bold {
    font-weight: 700;
}
.gold {
    color: #c09b56;
}

ul, li, body, a, img {
    padding: 0;
    margin: 0;
    list-style: none;
}
html,
body {
   margin:0;
   padding:0;

}
body {
    min-width: 300px;
    letter-spacing: 0.25px;
}

a {
    text-decoration: none;
    color: inherit;
}
.content {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B"
}
.menu-item a {
    transition: all 0.4s ease
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    height: 0;
    font-family: "Gotham SSm A", "Gotham SSm B";
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
    height: 0;
}
.header-col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
}
.header-col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    z-index: 450;
}
.header-logo {
    background-color: black;
    width: 220px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
    opacity: 0;
}
.header-logo.open {
    background-color: transparent !important;
}
.header-logo.open:hover, .header-logo.open:active, .header-logo.open:focus {
    background-color: #222d37 !important;
}
.header-logo img {
    position: relative;
    top: 0;
    transition: all 0.4s ease;
}
.header-logo:hover img,
.header-logo:active img,
.header-logo:focus img {
    top: -7px;
}
.header-menu {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 1120px;
    width: 100%;
    background-color: rgba(36, 47, 58, 0.95);
    z-index: 1;
}
ul.sub-menu:hover {
    padding-left: 0
}
.header-menu-dropdown, .sub-menu {
    max-width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 30px;
    opacity: 0;
    display: none;
}
.sub-menu .menu-item {
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    color: #c09b56;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    max-width: 200px;
    min-width: 140px;
    width: 100%;
    transition: all 0.5s ease;
    margin-top: 15px;
}
.sub-menu .menu-item:hover, .sub-menu .menu-item:active, .sub-menu .menu-item:focus {
    color: white;
}
.header-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    width: 100px;
    background-color: white;
    cursor: pointer;
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
    opacity: 0;
}
.header-menu-btn.open {
    background-color: black !important;
}
.header-menu-btn.open .header-menu-btn-bar {
    background-color: #c09b56 !important;
}
.header-menu-btn.open .header-menu-btn-bar:nth-child(3) {
    display: none;
}
.header-menu-btn.open .header-menu-btn-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-menu-btn.open .header-menu-btn-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
}
.header-menu-btn-bar {
    position: relative;
    max-width: 40px;
    width: 100%;
    height: 1px;
    margin-top: 8px;
    background-color: black;
    top: 0;
    transition: all 0.4s ease;
}
.header-menu-btn-bar:nth-child(1) {
    margin-top: 0;
}
.header-menu-btn:hover .header-menu-btn-bar,
.header-menu-btn:active .header-menu-btn-bar,
.header-menu-btn:focus .header-menu-btn-bar {
    top: -7px;
}
.header-menu-wrapper {
    position: relative;
}
.menu-item-has-children:hover, .menu-item-has-children a:hover {
    cursor: default;
    transition: none;
    padding: 0;
    color: #FFF
}
.menu-item {
    color: white;
    font-size: 55px;
    line-height: 66px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    padding-left: 0;
    transition: all 0.4s ease;
    position: relative;
}
.menu-item :hover, .menu-item:focus {
    padding-left: 10px;
    color: #c09b56;
    cursor: pointer;
    transition: all 0.4s ease;
}
.sub-menu .menu-item :hover, .sub-menu .menu-item:focus, .sub-menu .menu-item:active {
    padding-left: 0 !important;
    color: inherit !important;
    cursor: inherit !important;
}
.menu .sub-menu .menu-item:before {
    display: none;
}
.menu .current-menu-item:before {
    content: '';
    position: absolute;
    left: -150px;
    top: 50%;
    background-color: #546676;
    width: 100px;
    height: 1px;
}
#menu-menu-glowne{
    padding-top: 160px;
    padding-left: 200px;
}
.logout{
    padding: 0 10px;
    font-size: 12px;
    padding-bottom: 10px;
}
.header-profile-btn{
    animation: Drop 1s ease 0.3s forwards;
    padding: 10px 5px;
    display: block;
    background: #fff;
}
.header-profile-btn .edit{
    border: 1px solid #c09b56;
    color: #c09b56;
    margin-top: 20px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.header-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: white;
    cursor: pointer;
    opacity: 0;
}
.header-contact-btn img {
    position: relative;
    top: -5px;
    transition: all 0.4s ease;
}
.header-contact-btn:hover img, .header-contact-btn:active img, .header-contact-btn:focus img {
    top: -7px;
}
@media (max-width: 990px) {
    #menu-menu-glowne {
        padding-left: 50px;
    }
    .menu-item {
        font-size: 36px;
        line-height: 46px;
    }
    .sub-menu .menu-item {
        font-size: 16px;
        max-width: 176px;
    }
}
@media (max-width: 770px) {


    .menu-item {
        font-size: 26px;
        line-height: 40px;
    }
    .header-menu-dropdown, .sub-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 20px;
    }
    .sub-menu .menu-item {
        font-size: 14px;
        max-width: 140px;
    }
}
@media (max-width: 600px) {
    .sub-menu .menu-item {
        width: 100%;
        max-width: 100%;
    }
    .header-menu-btn {
        width: 70px;
        height: 70px;
    }
    .header-menu-btn-bar {
        width: 30px;
    }
    .header-logo {
        height: 70px;
        width: 160px;
    }
    .header-logo img {
        width: 120px;
    }
}
@media (max-width: 550px) {
    .header-menu-dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 20px;
    }
}
@media (max-width: 380px) {

    .menu-item {
        font-size: 20px;
    }
    .sub-menu .menu-item {
        font-size: 13px;
    }
}
.footer {
    z-index: 30;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer-wrapper {
    background-color: #252f39;
    padding-bottom: 20px;
    padding-top: 30px;
}
.footer-wrapper-3 {
    background-color: white;
}
.footer-wrapper-3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-copyright {
    color: #626262;
    font-size: 14px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
}
.footer-madeby {
    color: #626262;
    font-size: 14px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    padding-right: 94px;
    background-image: url("../img/madeby.png");
    background-repeat: no-repeat;
    background-position: right;
    margin: 14px 0;
}
span.dot{
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    border-radius: 10px;
    background-color: #395f84;
    margin-right: 10px;
}

@media (max-width: 900px) {
    .footer {
        opacity: 1;
    }
}
@media (max-width: 770px) {
    .footer-wrapper-3 .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        padding-top: 15px;
    }
    .footer-madeby {
        margin-top: 0;
        width: 70px;
        margin-bottom: 20px;
        padding-right: 88px;
    }
}
@media (max-width: 380px) {
    .footer-copyright, .footer-madeby {
        font-size: 12px;
        text-align: left;
    }
}
@-webkit-keyframes Drop {
    from {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes Drop {
    from {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes Left {
    from {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes Left {
    from {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes HideToLeft {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
@keyframes HideToLeft {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
@media (max-width: 1366px) and (max-height: 700px) {
    #menu-menu-glowne {
        padding-left: 165px;
        padding-top: 100px;
    }
    .menu-item {

        font-size: 40px;
        line-height: 55px;

    }
    .sub-menu .menu-item {

        font-size: 16px;
        line-height: 24px;
        margin-top: 0;

    }
    .header-menu-dropdown, .sub-menu {

        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media (min-width: 1250px) and (max-width: 1367px) {

    #menu-menu-glowne {
        padding-left: 126px;

    }
    .header-menu {

        max-width: 940px;

    }
}
footer#foot.footer {
    z-index: 8999;
}
/*footer#foot {
    position: relative
}*/
footer#foot.footer {
    transition: margin .1s linear .0s;
}
