@import url('//fonts.googleapis.com/css?family=Lato:400,700');
.rs_page__hotel--multiproduct section.rs_multiproduct_home__section {
    margin-bottom: 0;
}
.tp_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}
.tp_overlay--active {
    visibility: visible;
    opacity: 0.7;
}
.tp_slide {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    z-index: 99999;
    width: 280px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: #fff;
    transition: all 0.5s;
}
.tp_slide__header {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #1c82d8;
}
.tp_slide__toggle {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.tp_slide__toggle svg {
    fill: #fff;
}
.tp_slide__content {
    padding: 20px 0 20px 20px;
}
.tp_slide__content a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}
.tp_slide__content a:hover {
    text-decoration: underline;
}
.tp_slide--active {
    left: 0px;
}
.tp_header {
    position: relative;
    color: #878787;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: #fff;    
}
.tp_header__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tp_logo a {
    text-decoration: none;
}
.tp_logo a span {
    line-height: 100px;
}
.tp_logo img {
    display: inline;
    margin: 10px 0;
    max-height: 80px;
}
.tp_nav__toggle {
    display: none;
    position: absolute;
    left: 15px;
    color: #1c82d8;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.tp_nav {
    margin-left: 30px;
}
.tp_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tp_nav ul li:hover > ul {
    display: block
}
.tp_nav ul li {
    display: inline-block;
    position: relative;
    width: 125px;
    line-height: 100px;
}
.tp_nav a {
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #878787;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
}
.tp_nav ul li:hover a {
    color: white;
    text-decoration: underline;
}
.tp_nav ul li a:hover {
    color: white;
    text-decoration: underline;
}
.tp_nav.tp_nav--mobile ul li {
    display: block;
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}
.tp_nav.tp_nav--mobile ul li a {
    display: block;
    padding: 10px 0;
    color: #878787;
    text-decoration: none;
    text-align: left;
}
.tp_phone {
    display: inline-block;
    position: absolute;
    right: 15px;
}
.tp_phone__icon {
    margin-right: 5px;
    vertical-align: middle;
}
.tp_phone__svg {
    height: 15px;
    width: 15px;
    fill: #878787;
    vertical-align: middle;
}
.tp_phone__number {
    display: inline-block;
}
.tp_phone--mobile {
    position: relative;
    right: inherit;
    line-height: 60px;
}
.tp_phone--mobile .tp_phone__number {
    padding: 0;
    margin: 0;
    color: #878787;
}
.tp_content {
    background-color: #f2f2f2;
}
.tp_wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.tp_footer {
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #1268b1;
}
.tp_footer__flex {
    display: flex;
    justify-content: space-between;
}
.tp_footer__top {
    padding: 60px 0;
}
.tp_footer__top .tp_footer__flex {
    align-items: flex-start;
}
.tp_footer__top a {
    text-decoration: none;
}
.tp_footer__nav {
    display: flex;
}
.tp_footer__col {
    width: 230px;
    margin-right: 20px;
}
.tp_footer__col h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
}
.tp_footer__col ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tp_footer__col ul li {
    margin-bottom: 2px;
}
.tp_footer__col ul li a {
    color: #fff;
    text-decoration: none;
}
.tp_footer__col ul li a:hover {
    text-decoration: underline;
}
.tp_footer__logo img {
    display: inline;
    max-height: 80px;
    max-width: 300px;
}
.tp_footer__bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.tp_footer__bottom {
    align-items: center;
}
.tp_footer__bottom span {
    font-size: 12px;
}
.tp_footer__social a {
    display: inline-block;
}
.tp_footer__social a svg {
    width: 30px;
    height: 30px;
    color: #fff;
}
.st0{
    fill:#FFFFFF;
}