
.poweredby {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.poweredby img {
    height: 16px;
}
.poweredby img.q {
     height: 22px;
}
@media screen and (min-width: 768px) {
    .flex {
        display: flex;
    }
    .flex>div {
        flex: 1;
    }
    .flex>div>.feature-box {
        height: 100%;
    }
}
.scroll-x {
    overflow-x: scroll;
}
.showpassword {
    position: relative;
}
.showpassword .btn-show-password {
    position: absolute;
    top: 18px;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
}
.breadcrumb {
    background-color: transparent;
    color: #ffffff;
}
.breadcrumb>.active {
    color: #ffffff;
}
.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
}
.breadcrumb a {
    color: #ddd;
}
.breadcrumb a:hover {
    color: #fff;
}
.list-img {
    float: left;
    position: relative;
    width: 69px;
    height: 60px;
    padding: 5px;
}
.list-img img {
    max-width: 69px;
    width: auto;
    height: auto;
    max-height: 60px;
    margin: auto 0;
}
.darken {
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    -ms-filter: brightness(80%);
    filter: brightness(80%);
}
.blur {

}
.blur:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); /* apply the blur */
    pointer-events: none; /* make the overlay click-through */
}
.blur.dark {

}
.dark:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.6);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
    pointer-events: none; /* make the overlay click-through */
}
.blur.dark:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px) brightness(80%);
    backdrop-filter: blur(1px) brightness(80%);
    pointer-events: none; /* make the overlay click-through */
}
.photo-form-wrapper label {
    color: #ffffff;
}
label.cb {
    padding: 5px 0 0 30px;
    font-weight: normal;
    position: relative;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}
label.cb input {
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
}
.menu li h6>a {
    color: #fff!important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.menu li h6>a:hover {color:#B0D1BB!important;}
.bg-secondary-1 h5, .bg-secondary-1 h4, .bg-secondary-1 h3, .bg-secondary-1 h2, .bg-secondary-1 a {
    color: #dddddd;
}
.flag {
    width: 25px;
    margin: 7px 5px;
    border: solid 1px rgba(0,0,0,0.3);
}
.toggle-accessible .flag {
    border: none;
}
.widget-gallery-item {

}
.widget-gallery-item img {
    margin-bottom: 10px;
}
.modal-dialog {
    z-index: 1100;
}
article {
    background-color: #fff;
    padding: 30px;
}
.btn {
    white-space: normal;
}
.session .text {
    padding: 15px 0;
}
.session-section {
    padding: 15px 0;
    border-bottom:1px solid #e6e6e6;
}
.session-section:last-child {
    border-bottom:0 none;
}
.sidebar-widget li.active {
    font-weight: bold;
}
.session-list-item {
    margin-bottom: 15px;
}
.session-list-item:last-child {
    margin-bottom: 0;
}
.tamogatas-details {
    padding-bottom: 20px;
}
.main-menu-search {

}
.main-menu-search .subnav {
    padding: 0;
    background: transparent;
    top: 30px;
    right: 0;
}
.main-menu-search input {
    min-width: 180px;
    width: auto;
}
.main-menu-search:after {
    content: '';
}
@media screen and (max-width: 767px) {
    ul.menu {
        width: 100%;
    }
    .main-menu-search {
        display: block;
        width: 100%;
    }
    .main-menu-search a {
        display: none!important;
    }
    .main-menu-search .subnav {
        display: block;
        padding-bottom: 15px;
        top: 0;
    }
    .main-menu-search input {
        width: 100%;
    }
}
.foot-logo {
    text-transform:capitalize;
    font-variant:small-caps;
    font-weight: normal;
    font-size: 16px;
}
.foot-logo img {
    max-width: 120px;
    display: inline-block!important;
    margin-bottom: 15px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.session-section .btn {
    min-width: 60px;
    padding: 4px 10px;
    margin: -2px 0 -2px 15px;
    float: right;
}
section.breadcrumbs {
    padding: 15px 0;
    background: #53A09A!important;
}
section.breadcrumbs .breadcrumb {
    padding: 0;
    margin: 0;
}
/* scroll to top */
.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease; }
.scroll-to-top i {
    color: #fff; }
.scroll-to-top:hover {
    color: #232323;
    background: #fff; }
.scroll-to-top:hover i {
    color: #232323; }
.scroll-to-top:visited {
    color: #232323;
    text-decoration: none; }
.utility-inner .text-right {
    padding: 15px 0;
}
.utility-inner .fa {
    top: 3px;
    font-size: 18px;
    line-height: 18px;
    margin: 0 5px;
    color: #a5c0c6;

}
.top-search-wrapper {
    display: inline;
    position: relative;
}
.top-search-wrapper form {
    display: none;
    position: absolute;

    top: -3px;
    right: 65px;
    min-width: 180px;
}
.top-search-wrapper input {border-radius: 25px;height:31px}
body.accessible {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    background-color: #000000;
    color: #ffffff;
}
body.accessible {
    font-size: 16px!important;
    -webkit-font-smoothing: antialiased;
    background-color: #000000!important;
    color: #ffffff!important;
}
.accessible .bg-secondary-1, .accessible .bg-secondary-2, .accessible .bg-primary {
    background-color: #000000!important;
    color: #ffffff!important;
}
.accessible body {
    background-color: #000000!important;
    color: #ffffff!important;
}
.accessible * {
    background-image: none!important;
    background-color: #000000!important;
    color: #ffffff!important;
}
.mb-20 {margin-bottom:20px}