#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    color: #55acee !important;
    z-index: 1;
}

#cssmenu ul li a {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu > ul > li.active > ul {
    display: block;
}

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    display: inline-block;
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #55acee;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li > a:hover {
    color: #49505a;
}

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #55acee;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    z-index: 5;
    display: block;
    height: 2px;
    width: 10px;
    content: "";
    background: #55acee;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.category-tour #cssmenu ul > li.has-sub > a:after, .category-tour #cssmenu ul > li.has-sub > a:before {
    background: #55acee !important;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    display: inline-block;
    padding: 14px 30px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #484848;
    background: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-align: left;
}

#cssmenu ul ul ul li a {
    padding-left: 42px;
    color: #f16522;
}

#cssmenu ul ul li a:hover {
    background: #f16522;
    color: #555555 !important;
}

#cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

ul.nav-menu {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
}

ul.nav-menu li {
    display: block;
    position: relative;
    float: left;
}

/* This hides the dropdowns */

.nav-menu li ul {
    display: none;
    background: white;
}

ul.nav-menu li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    color: #55acee;
    text-transform: uppercase;
    font-size: 16px;
}

ul.nav-menu > li:hover {
    background: #f0f6f7;
    transition: .8s;
}

/* Display the dropdown */
.nav-menu li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1;
}

.nav-menu li:hover li {
    float: none;
    display: inline-grid;
    width: 100%;
}

.nav-menu li ul li a:hover {
    background: #e9ecef;
}

.bg-yellow {
    background-color: #f16522 !important;
}

.main-navigation li ul li {
    border-top: 0;
    border-bottom: 1px solid #dedede;
    /* margin-bottom: 1px; */
}

.main-navigation li ul li a {
    color: #55acee;
    font-weight: 500;
    width: 100%;
    float: left;
    /* padding: 11px 20px; */
    font-size: 12px;
}

.main-navigation li ul li i {
    color: #55acee;
    float: right;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.nav-menu ul ul {
    left: 100%;
    top: 0;
}

ul.nav-menu:before,
ul.nav-menu:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

ul.nav-menu:after {
    clear: both;
}

/* --- Menu --- */
.main-menu {
    float: right;
    margin-top: 18px;
}

.navbar-toggler, .navbar-toggler:focus {
    border: none;
    background-color: transparent !important;
}

.navbar-toggler .icon-bar, .navbar-toggler:focus .icon-bar {
    background-color: #55acee;
    -webkit-transform: rotete(0deg) translate(0px, 0px);
    transform: rotete(0deg) translate(0px, 0px);
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar:nth-child(2), .navbar-toggler:focus .icon-bar:nth-child(2) {
    width: 16px;
}

.navbar-toggler .icon-bar + .icon-bar, .navbar-toggler:focus .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler:hover > .icon-bar:nth-child(2), .navbar-toggler:focus:hover > .icon-bar:nth-child(2) {
    width: 22px;
}

.navbar-toggler:active > .icon-bar:nth-child(2), .navbar-toggler:focus:active > .icon-bar:nth-child(2) {
    width: 22px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1), .navbar-toggler:focus:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px);
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2), .navbar-toggler:focus:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3), .navbar-toggler:focus:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

.blackScreen {
    position: fixed;
    height: 100vh;
    background-color: #262626d1;
    z-index: 10;
    top: 0;
    width: 100%;
}

.sideMenu {
    z-index: 11;
    width: 70%;
    height: calc(100vh);
    background-color: #ffffff;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: auto;
}

.sideMenu .socialIcons a {
    font-size: 2rem;
    /* float: left; */
    margin: 8px;
}

.responsive-menu{
    display: none;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: #e8e8e8;
}
.sideMenu .socialIcons a .fa-facebook-square {
    color: #55acee;
}

.sideMenu .socialIcons a .fa-twitter-square {
    color: #55acee;
}

.sideMenu .socialIcons a .fa-instagram {
    color: #e4405f;
}

.sideMenu .socialIcons a .fa-youtube {
    color: #cd201f;
}