/* Layout style file */
/* Cookiebar */
#cookiebar-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: bold;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    position: fixed;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
    z-index: 1000;
    }
#cookiebar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
    }
.cb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    }
.cb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    }
.cb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
    }
.cb-text-wrapper .cb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    }
#cookiebar-bar .cb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #FFFFFF;
    }
#cookiebar-bar .cb-cta:nth-child(odd){
    background-color: #1E9DD8;
    border-color: #1E9DD8;
    }
#cookiebar-bar .cb-cta:nth-child(even){
    background-color: #EB0A1E;
    border-color: #EB0A1E;
    }
.cb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
    }
.cb-cta-button .cb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
    }
.cb-close-wrapper {
    display: table-cell;
    width: 1.6em;
    }
.cb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
    }

/* Mobile phone media query */
/* responsive layout css */
@media screen and (max-width:750px){
div#toast{
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    }
} /* End mobile css */
