/* footer tourist section */
.btgs-link-spektarputovanja {
    display: block;
    height: 158px;
    position: relative;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.btgs-link-spektarputovanja:hover {
    background-color: #694C47;
}

.btgs-logo-spektarputovanja {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
  
.btgs-link-spektarputovanja {
    background-color: #4a4545;
}

.btgs-logo-hostelworld {
    width: 148px;
}

.help-email-wrapper {
    display: block;
    height: 158px;
    position: relative;
    background-color: #373232;
    transition: background-color .3s ease;
}

.help-email-wrapper:hover {
    background-color: #694C47;
}

.help-email-inner {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.help-email-text {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 5px;
}

.help-email-link {
    font-size: 14px;
    color: #fff;
}

.help-email-link:hover {
    color: #000;
}

@media only screen and (min-width: 1025px) {
    .custom-cols-33 {
        width: 45%;
    }
    
    .custom-cols-66 {
        width: 55%;
    }
}

/* header nav */
.hnd-ul .hnd-home {
    width: 8%;
}

.hnd-ul .hnd-nochta {
    width: 12%;
}

.hnd-ul .hnd-about {
    width: 12%;
}

.hnd-ul .hnd-contest {
    width: 12%;
}

.hnd-ul .hnd-contest-application {
    width: 10%;
}

.hnd-ul .hnd-archive {
    width: 9%;
}

.hnd-ul .hnd-gallery {
    width: 9%;
}

.hnd-ul .hnd-contact {
    width: 10%;
}

/* sidebar */
.sidebar-sub-menu {
    display: none;
}

.sidebar-sub-menu li a {
    font-size: 18px;
    padding: 10px 0;
}

.sidebar-sub-menu li:nth-child(1) {
    padding-top: 12px;
}

.sidebar-has-children {
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    padding: 20px 0;
    line-height: 1;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.sidebar-has-children span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sidebar-has-children:hover {
    color: #2f92cc;
}

.sidebar-has-children span:after {
    position: absolute;
    right: -20px;
    top: 6px;
    content: "";
    display: block;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent;
    -webkit-transition: border-color 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

.sidebar-has-children:hover span:after {
    border-color: #2f92cc transparent;
}

@media screen and (max-width: 1240px) {
    .sidebar-has-children {
        font-size: 19px;
    }

    .sidebar-sub-menu li a {
        font-size: 16px;
    }
}
