/*---------- Bilingual language component ----------*/
#side-panel-inputs-container {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;

}

.bl-lp-input-wrapper {
    width: 100%;
    height: 40px;
}


.bl-lp-input-container {
    position: relative;
    background-color: white;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;

    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

.bl-lp-input {

    width: calc(100% - 60px);
    height: 40px;
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
    font-size: 17px;
}

.bl-lp-input-x {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;

    background-color: transparent;

    background-repeat: no-repeat;
    background-position: 0px 0px;
}


div#bl-lp-list-container {
    height: calc(100% - 110px);
    overflow-y: auto;
}

#side-panel-container ul.bl-lp-list {
    height: auto;
    overflow-y: hidden;
}

#bl-lp-list-container ul li.bl-lp-list-item {
    border-bottom: none;

    min-height: 90px;
    background-color: #ffffff;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

    margin: 10px;
    padding-left: 10px;
    float: left;
    width: calc(100% - 40px);
    padding-right: 10px;                

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.bl-list-text-container {
    flex-grow: 1;
}

.bl-list-image-container {
    width: 69px;
    height: 69px;
    flex-shrink: 0;
    margin-left: 10px;
}

.bl-lp-list-item-image {
    width: 100%;
    height: auto;
}


.bl-lp-list-item-language-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bl-lp-list-item-sound-container {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bl-lp-list-item-sound-button {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bl-lp-list-item-language-container p {
    margin: 0px;
}/*---------- carousel ----------*/
#carousel-background-wrapper {
    background-repeat: repeat-x;
    background-position: left top;
}

#carousel-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

#carousel {
    position: relative;
    overflow: hidden;
    width: calc(100% - 60px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 300px;
    opacity: 0;
}

#carousel-button-left-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 300px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.carousel-button-left-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 17px;
    width: 17px;
    height: 35px;
    cursor: pointer;
}

#carousel-button-right-container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 300px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.carousel-button-right-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 17px;
    width: 17px;
    height: 35px;
    cursor: pointer;
}

#carousel-items-wrapper {
    margin-left: 50px;
    margin-top: 15px;
    clear: both;
    float: left;
    width: calc(100% - 100px);
    overflow: hidden;
}

#carousel-items-container {
    margin-left: 0px;
}

.carousel-item-wrapper {
   float: left;
}

.carousel-item-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item-image-container {
    width: 47.5%;
    float: left;
}



.carousel-item-image {
    width: 100%;
    height: auto;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.carousel-item-text-container {
    width: 47.5%;
    float: right;
}

.carousel-item-header {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.carousel-item-text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.carousel-item-button {

    float: left;
    margin-top: 20px;
    margin-bottom: 20px;

    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #00b056;

    text-decoration: none;
    margin: 0px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}

#carousel-item-indicator-wrapper {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#carousel-item-indicator-container {
    float: left;
}

.carousel-item-indicator {
    width: 10px;
    height: 10px;
    background-color: #dddddd;
    border-radius: 10px;
    margin-top: 18px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.carousel-item-indicator-selected {
    background-color: #00adf0;
}

@media only screen and (max-width : 992px) {

    #carousel {
        height: auto;
    }

    .carousel-item-image-container {
        width: 100%;
    }

    .carousel-item-text-container {
        width: 100%;
        float: right;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}/*---------- Styles for footer ----------*/
#footer {
    background-color: #262626;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
}


#sosial-media-container {
    text-align: center;
}

#sosial-media-container a {
    width: 2.5625rem;
    height: 2rem;
    display: inline-block;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    vertical-align: top;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

#footer-main-link-container{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer-main-link-container a{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #d9d9d9;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    margin-bottom: 1.2rem;
}

#footer-secondary-link-container {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
}

#footer-secondary-link-container a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    color: #d9d9d9;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    margin-bottom: 1.2rem;
}


@media (max-width: 768px) {
    #footer-main-link-container, #footer-secondary-link-container {
        flex-direction: column;
    }
}



#footer-logo-container {
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#footer-logo {
    width: 8.1875rem;
    height: 1.75rem;
    margin-bottom: 0.625rem;
    margin-top: 2.8125rem;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    vertical-align: top;
}

#footer-publisher-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #999999;
    cursor: pointer;
    margin-top: 0.625rem;
    margin-bottom: 2.8125rem;
}
#footer-publisher-link:hover{
    text-decoration: underline;
}/*---------- start header css ----------*/
#header {
    float: left;
    width: 100%;
    
    position: relative;
    height: 250px;

    background-repeat : no-repeat;
    background-position: center; 

    text-align: center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-title {
    font-family: 'Luckiest Guy', cursive;
    font-size: 80px;
    letter-spacing: 3px;
    color: #d6142c;

    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    line-height: 180px;
    word-wrap: break-word;
}

.header-title-stroke {
    text-shadow: 
    /* first layer at 1px */
    -1px -1px 0px #fff,
     0px -1px 0px #fff,
     1px -1px 0px #fff,
    -1px  0px 0px #fff,
     1px  0px 0px #fff,
    -1px  1px 0px #fff,
     0px  1px 0px #fff,
     1px  1px 0px #fff,
    /* second layer at 2px */
    -2px -2px 0px #fff,
    -1px -2px 0px #fff,
     0px -2px 0px #fff,
     1px -2px 0px #fff,
     2px -2px 0px #fff,
     2px -1px 0px #fff,
     2px  0px 0px #fff,
     2px  1px 0px #fff,
     2px  2px 0px #fff,
     1px  2px 0px #fff,
     0px  2px 0px #fff,
    -1px  2px 0px #fff,
    -2px  2px 0px #fff,
    -2px  1px 0px #fff,
    -2px  0px 0px #fff,
    -2px -1px 0px #fff;
}

#header-button {
    z-index: 1;
    position: relative;
    text-decoration: none;
    background-color: rgba(0,0,0,0.8);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    display: inline-block;
    padding-left: 15px;
    padding-right: 40px;
    margin-top: 10px;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;

    cursor: pointer;
}

#header img {
    position: absolute;
    max-width: 100%;
}

button#header-back-button {
    width: 60px;
    height: 60px;
    position: absolute;
    background-position: center;
    top: 5px;
    right: 5px;

    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

    cursor: pointer;

    z-index: 10;
}
/*---------- end header css ----------*//*---------- Navigation bar ----------*/
#salaby-navigation{
    background-color: #006ab8;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

#button-logo {
    font-size: 0px;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 130px;
    height: 43px;  
}




/*---------- Navigation bar buttons ----------*/
#button-submenu {
    position: absolute;
    font-size: 0px;
    width: 43px;
    height: 43px;
    padding: 10px;
    right: 0px;
    margin-right: 3px;
    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor: pointer;
}

#button-studio-notification {
    position: absolute;
    font-size: 0px;
    width: 43px;
    height: 43px;
    padding: 10px;
    right: 43px;
    margin-right: 3px;
    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
}

#button-studio-notification span {
    background-color: red;
    font-size: 10px;
    border-radius: 100%;
    padding: 3px;
    color: #ffffff;
    position: absolute;
    top: 2px;
    right: -3px;
    width: 12px;
    height: 12px;
}









/*---------- sub menu buttons ----------*/
#salaby-buttons-container {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #006ab8;
    border-top: 1px solid #004F9A;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
}

#salaby-buttons-container li {
    display: flex;
}

#salaby-buttons-container li a, #salaby-buttons-container li button {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: roboto;

    flex-shrink: 0;
    flex-grow: 1;
    line-height: 55px;

    padding-left: 1.2rem;
    padding-right: 1.2rem;

    text-align: start;
    margin: 3px;
}
#salaby-buttons-container li a:hover, #salaby-buttons-container li button:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    #salaby-buttons-container {
        flex-direction: column;
        align-items: stretch;
    }

    /* #salaby-buttons-container li:not(:first-child) {
        border-top: 2px solid #004F9A;
    } */

    #salaby-buttons-container li:not(:first-child) {
        border-top: 1px solid #004F9A;
    }
}

#bilingual-button {
    flex-grow: 1;
    padding: 0.6rem 1.2rem;
}
/* @media (max-width: 768px) {
    #bilingual-button {
        border-top: 2px solid #004F9A;
        padding: 1.2rem;
    }
} */





#salaby-buttons-container li #bilingual-select-language-button {
    cursor: pointer;
    float: left;
    line-height: 40px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 40px;
    background-color: #006ab8;

    background-position: right -2px;
    background-repeat: no-repeat;

    border: 1px solid #ffffff;

    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

    margin-right: -1px;
}

#salaby-buttons-container li #bilingual-select-language-button:hover {
    background-color: #5085c5;
}
/* #salaby-buttons-container li #bilingual-select-language-button:focus {
    outline: none;
    border: 3px solid red;
    line-height: 37px;
} */

#salaby-buttons-container li #bilingual-select-language-button span {
    font-weight: 300;
}


#salaby-buttons-container li #bilingual-toggle-componet-button {
    display: block;
    width: 66px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    background-color: #006ab8;
    
    border: 1px solid #ffffff;
    
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;

    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
}
/* #salaby-buttons-container li #bilingual-toggle-componet-button:focus {
    outline: none;
    border: 3px solid red;
    line-height: 37px;
} */

#salaby-buttons-container li #bilingual-toggle-componet-button:hover {
    background-color: #5085c5;
}





/*---------- Burger expandable Navigation bar ----------*/
#salaby-burger-navigation-container {
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}


/*---------- Breadcrumbs ----------*/
#salaby-breadcrumbs-container{
    width: 100%;
    background-color: #f5f5f5;
    padding: 0px;
    margin: 0px;
    
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

#salaby-breadcrumbs {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style-type: none;

    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

#breadcrumbs-cover {
    background-color: #f5f5f5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 15px;
}

#salaby-breadcrumbs li+li:before {
    font-family: roboto;
    font-weight: 300;
    font-size: 15px;
    color: #666666;
    content: "|";
}

#salaby-breadcrumbs :first-child+li a {
    box-sizing: border-box;
    display: block;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#salaby-breadcrumbs :first-child+li a:hover {
    border-bottom: 1px solid #666666;
}

#salaby-breadcrumbs li:last-child span {
    font-weight: 500;
}

#salaby-breadcrumbs li {
    height: 34px;
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 10px;
}

#salaby-breadcrumbs li a, #salaby-breadcrumbs li span {
    font-weight: 300;
    font-family: roboto;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
}

#salaby-breadcrumbs li a:hover{
    text-decoration: underline;
}


/*---------- Burger navigation bar ----------*/
#salaby-burger-navigation{
    float: left;
    width: calc(100% - 16px);
    background-color: #006ab8;
    padding-left: 8px;
    padding-right: 8px;
}

.salaby-burger-navigation-button-container{
    float: left;
    height: 70px;
    background-color: #006ab8;
    padding-left: 8px;
    padding-right: 8px;
}

.hamburger-navigation-text-button {
    color: #ffffff;
    font-size: 17px;
    font-family: roboto;
    cursor: pointer;
    padding: 10px;
    line-height: 44px;
    margin-top: 3px;
    margin-left: 3px;
    display: block;
    text-decoration: none;
}






/*---------- Bilingual button ----------*/
















/*---------- Media queries for salaby burger navigation ----------*/
@media only screen and (max-width : 768px) {
    .salaby-burger-navigation-button-container{
        width: 100%;
        /* border-top: 2px solid #004F9A; */
        padding-left: 0px;
        padding-right: 0px;
    }

    .first-salaby-burger-navigation-button-container {
        border-top: 0px solid #004F9A;
    }

    #salaby-burger-navigation {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}












/*---------- Side panel ----------*/

#side-panel-wrapper {
    /* background-color: rgba(221,221,221,0.95); */
    background-color: rgba(221,221,221,1);
    position: fixed;
    top: 47px;
    height: calc(100% - 47px);
    width: 100%;
    z-index: 100;
}
@media (min-width : 768px) {
    #side-panel-wrapper {
        width: 350px;
    }
}

#side-panel-header {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    border-top: 5px solid #00adf0;
    height: 60px;
    display: flex;
}

#close-side-panel-button {
    font-size: 0px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#side-panel-header h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #006ab8;
    line-height: 60px;
    margin: 0px;
    padding: 0px;
}

#side-panel-container {
    background-color: #ffffff;
    height: calc(100% - 65px);
}


#side-panel-container button:hover {
    text-decoration: underline;
}

#side-panel-my-page-button {
    background-color: #006ab8;
    display: block;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif; 
    text-align: center;                                        
}
#side-panel-my-page-button:focus {
    width: calc(100% - 6px);
    margin-left: 3px;
    margin-top: -3px;
}






#side-panel-container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow-y: auto;
}

#side-panel-container ul li {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid#bdbdbd;
}

#side-panel-container ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0.8rem 1.9rem;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    margin: 3px;
    padding: 10px;
    padding-left: 60px;
    padding-right: 70px;
}
#side-panel-container ul li a:hover {
    text-decoration: underline;
}  

#side-panel-container ul li a.notification-viewed {
    color: #8d939a;
}

#side-panel-container ul li a span {
    line-height: 1.6rem;
}

#side-panel-container ul li a.selected {
    color: green;
    text-decoration: underline;
    font-weight: 700;
}



#side-panel-container ul li a#side-panel-my-notifications-button {
    color: #006ab8;
    line-height: 40px; 
    text-decoration: underline;                                 
}
#side-panel-container ul li a#side-panel-my-notifications-button:focus {
    margin-left: 3px;
}body {

}/* component.css */html {
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    height: 100%;
}

body {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #B7E7FA;
}


button {
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

/*---------- General button styles ----------*/
button[disabled]{
    cursor: default;
}
button:focus, a:focus {
    outline: #ff0000 solid 3px;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
    outline: none;
}

br {
    display: none;
}

#page-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#main-title {
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    margin: 1rem 1rem 0px 2rem;
    font-weight: 400;
}

#page-container ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}



#page-container ul li {
    list-style-type: circle;
    color: #000000;
    margin: 0.4rem 0px;
    font-size: 1rem;
}

#page-container li.has-children {
    list-style-type: circle;
}


#page-container>ul>li, #page-container>ul>li.has-children { 
    list-style-type: none;
    padding-left: 2rem;
}

#page-container>ul {
    padding: 0px;
    margin-top: 0px;
}

#page-container>ul>li>ul, #page-container>ul>li>ul { 
    padding-left: 0px;

}

#page-container>ul>li>ul>li>a, #page-container>ul>li>ul>li>a {
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
}

#page-container>ul>li>a, #page-container>ul>li>a.has-children {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 4.7rem;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#page-container>ul>li>ul>li, #page-container>ul>li>ul>li.has-children { 
    margin-left: 1rem;
    font-size: 2rem;
}

#page-container li a{
    color: #000000;
    font-family: Roboto;
    text-decoration: none;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page-container li a:hover{
    text-decoration: underline;
}

#page-container li a.has-children{
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
}



