#header {
    /* padding: 30px 15px; */
    padding: 15px;
    background: #fff;

    transition: top 1.8s;
}

#header.sticky-nav {
    padding: 5px 15px;
}

#header .container, nav .container {
    max-width: 1440px;
    margin: 0 auto;
}

#header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .header-text {
    max-width: 218px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

#header.sticky-nav .header-text {
    display: none;
}

#header .header-logo {
    border-bottom: none;
}

#header .header-logo img {
    height: auto;
}

#header.sticky-nav .header-logo img {
    width: 86px;
}

#header .header-booking {
    position: relative;
    padding-left: 45px;
}

#header.sticky-nav .header-booking  * {
    font-size: 14px!important;
}

#header .header-booking::before {
    position: absolute;
    left: 0;
    content: '';
    background: url(/call.png) center/cover;
    width: 42px;
    height: 42px;
}

#header .header-booking span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.sticky-nav {
	position: fixed;
	top: -120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 99;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.sticky-nav.fix {
	top: 0;
}

/* fixed menu */

.fixed_menu {
    display: none;
    cursor: pointer;
}

#header.sticky-nav .fixed_menu {
    display: block;
}

.fixed_menu .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 20px 42px 20px 50px;
    position: relative;
    text-transform: uppercase;
    color: #333;
    position: relative;
    border: 1px solid #f3f3f3;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.title-burger {
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #333;
    position: relative;
    margin-top: -4px;
}

.title-burger::before, .title-burger::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #333;
}

.fixed_menu:hover .title-burger, .fixed_menu:hover .title-burger::before,
.fixed_menu:hover .title-burger::after {
    background: #fff;
}

.title-burger::before {
    width: 100%;
    top: -4px;
}

.title-burger::after {
    width: 100%;
    top: 4px;
}

.fixed_menu .title-text {
    margin: 0 5px;
}

.fixed_menu:hover .title {
    color: #fff;
    background-color: #00786e;
}

.arrow_down {
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.fixed_menu .nav-main-collapse {
    display: none;
    position: absolute;
    background: #fff;
    /*top: 89%;
     left: 0; */
	 top: 73px;
	 z-index: 999;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    padding-top: 5px;
}

.fixed_menu .nav-main-collapse ul {
    list-style-type: none;
    background-color: #eceff1;
}

/* .fixed_menu:hover .nav-main-collapse {
    display:block;
} */

.fixed_menu.show .nav-main-collapse {
    display: block;
}

.fixed_menu li > a {
    padding: 11px 13px 11px 10px;
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid transparent;
    /* margin: 0 10px; */
    line-height: 20px;
    text-decoration: none;
    border-radius: 0;
    display: block;
    white-space: normal;
    color: #444444;
}

.fixed_menu li:hover a {
    background-color: #00786e;
    color: #fff;
}

/* menu */

.menu-row {
    background-color: #00786e;
}

.mega-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
}

.mega-menu a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 17px 20px 18px;
    text-decoration: none;
}

@media screen and (max-width:940px){
    .menu-row, .header-text {
        display: none;
    }
    .fixed_menu {
        display: block;
    }
}

@media screen and (max-width:600px){
    #header .header-logo img {
        width: 86px;
    }
    .fixed_menu .title {
        padding: 10px 22px 10px 25px;
    }
    #header .header-booking  * {
        font-size: 14px!important;
    }
}

@media screen and (max-width:420px){
    .fixed_menu .title {
        padding: 5px;
    }
    #header .header-booking {
        padding-left: 5px;
    }
    #header .header-booking::before {
        display: none;
    }
}

/*  */

.header-description h1 {
    text-align: center;
    font-size: var(--noteTitleFontSize);
    line-height: var(--noteTitleLineHeight);
    font-weight: bold;
    margin-bottom: 10px;
}

#e2-blog-description > * {
    font-size: 20px;
    color: var(--foregroundColor);
    margin-bottom: 30px;
    text-align: center;
}

.header-description a {
    color: #fff;
    text-decoration: none;
}

.common {
    position: relative;
    padding-top: 50px;
}

.common .spotlight {
    position: absolute;
    right: 0;
    top: 10px;
}

/* Thumbnail */

.e2-text-thumbnail {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.e2-text-thumbnail .e2-note-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.e2-text-thumbnail .e2-note-thumbnail-wrapper a {
    display: inline-block;

    border: 1px solid var(--linkUnderlineColor);
}
.e2-text-thumbnail .e2-note-thumbnail-wrapper a.hover,
.e2-text-thumbnail .e2-note-thumbnail-wrapper a:hover {
    border-color: var(--hoverColor)
}
.e2-text-thumbnail .e2-note-thumbnail-wrapper img {
    display: block;

    max-width: 100%;
}

.content img {
    max-width: 100%;
}


#footer {
    padding-top: 52px;
    padding-bottom: 28px;
    background: #323536;
    color: #969ba5;
    font-size: 12px;
    line-height: 18px;
    min-height: 232px;
    margin: 0;
    width: 100%;
    font-size: 14px;
}

#footer .bottom_block {
    margin: 0 15px;
    padding-top: 22px;
    border-top: 1px solid #3c3f40;
}

#footer .bottom_block .row {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:500px){
    #footer .row {
        flex-direction: column;
    }
}

.footer-left {
    width: 100%;
    max-width: 700px;
    margin-bottom: 15px;
}


#footer small, .small {
    font-size: 85%;
}

#footer .copy {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #797b7b;
}

#footer p {
    margin: 0 0 18px;
}