#cookiebar {
    position:fixed;
    min-height:92px;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
}

#cookiebar-inner {
    background-color: white;
    border-top: 2px solid #ccc;
    left: 0;
    margin: auto;
    min-height: 92px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
    filter: alpha(opacity=90); /* IE 5-7 */
    -moz-opacity: 0.9; /* Netscape */
    -khtml-opacity: 0.9; /* Safari 1.x */
    opacity: 0.9;
}


#cookiebar.display {
    display: block;

    /* Cross browser animation */
    -webkit-animation: cookiebar 1s 1; /* Chrome, Safari 5+ */
    -moz-animation: cookiebar 1s 1; /* Firefox 5-15 */
    -ms-animation: cookiebar 1s 1; /* IE9 */
    -o-animation: cookiebar 1s 1; /* Opera 12.00 */
    animation: cookiebar 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}

@keyframes cookiebar {
    0%   {
        -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,100px,0); /* Firefox */
        -ms-transform: translate3d(0,100px,0); /* IE9 */
        -o-transform: translate3d(0,100px,0); /* Opera */
        transform: translate3d(0,100px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
        -o-transform: translate3d(0,0,0); /* Opera */
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes cookiebar {
    0%   {
        -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,100px,0); /* Firefox */
        -ms-transform: translate3d(0,100px,0); /* IE9 */
        -o-transform: translate3d(0,100px,0); /* Opera */
        transform: translate3d(0,100px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
        -o-transform: translate3d(0,0,0); /* Opera */
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes cookiebar {
    0%   {
        -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,100px,0); /* Firefox */
        -ms-transform: translate3d(0,100px,0); /* IE9 */
        -o-transform: translate3d(0,100px,0); /* Opera */
        transform: translate3d(0,100px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
        -o-transform: translate3d(0,0,0); /* Opera */
        transform: translate3d(0,0,0);
    }
}
@-o-keyframes cookiebar {
    0%   {
        -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,100px,0); /* Firefox */
        -ms-transform: translate3d(0,100px,0); /* IE9 */
        -o-transform: translate3d(0,100px,0); /* Opera */
        transform: translate3d(0,100px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
        -o-transform: translate3d(0,0,0); /* Opera */
        transform: translate3d(0,0,0);
    }
}

.close-cookies {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;

    -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
    -moz-transform: translate3d(0,200px,0); /* Firefox */
    -ms-transform: translate3d(0,200px,0); /* IE9 */
    -o-transform: translate3d(0,200px,0); /* Opera */
    transform: translate3d(0,200px,0);
}

.closed-cookies {
    display: none;
}

.h1toh4 {
    font-size: 127%;
    margin-top: 10px
}

#backtop {
    transition: all .3s ease-out;
    position: fixed;
    z-index: 9999;
}

.show-backtop {
    visibility: visible !important;
}

.color-change-frame {
    float:right ;
    padding-top: 20px;
    padding-right: 5px;
}

.white-black {
    background-color: #FFFFFF !important;
    color:black !important;
}

.black-white {
    background-color: #000000 !important;
    color:white !important;
}

.yellow-black {
    background-color: yellow !important;
    color:black !important;
}

.black-yellow {
    background-color: #000000 !important;
    color:yellow !important;
}

.bg {
    display:block !important;
    border:1px solid #2a2e32 !important;
    outline:1px solid transparent !important;
    -webkit-transition:outline 0.3s ease 0s !important;
    transition:outline 0.3s ease 0s !important;
}
.bg:hover {
    display: block !important;
    border: 1px solid #2a2e32 !important;
    outline: 1px solid black !important;
    -webkit-transition: outline 0.3s ease 0s !important;
    transition: outline 0.3s ease 0s !important;
}

.bg-white {
    display:block !important;
    border:1px solid #FFFFFF !important;
    outline:1px solid transparent !important;
    -webkit-transition:outline 0.3s ease 0s !important;
    transition:outline 0.3s ease 0s !important;
}
.bg-white:hover {
    display:block !important;
    border:1px solid #FFFFFF !important;
    outline:1px solid #FFFFFF !important;
    -webkit-transition:outline 0.3s ease 0s !important;
    transition:outline 0.3s ease 0s !important;
}

.site-size-padding {
    float:right ;
    padding-top: 17px;
    padding-right: 25px;
}

.font-medium {
    font-size: 1.2em;
}

.font-big {
    font-size: 1.4em;
}

.sign-in {
    float:right ;
    padding-top: 20px;
    padding-left: 10px;
}

.select-all:hover {
    cursor: pointer;
}

.search-within-options {
    margin-left: 10px;
}

.hr-style {
    width: 100%;
    margin-bottom: 15px;
}

.option-margin {
    margin-right: 26px;
}

.margin-t-10px {
    margin-top: 10px;
}

.text-align-right {
    text-align: right;
}

.btn-search {
    float: right;
    color: white;
    margin-right: 20px;
    background: #2780e3 ;

    font-size: 16px;
    padding: 2px 10px;
    border-radius: 2px;
}


.btn-search:hover {
    float: right;
    margin-right: 20px;
    color: white;
    background: #2780e3 ;
    text-decoration: underline;

    cursor: pointer;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 2px;
}