.footer-white-text {
    font-weight: 200;
    font-size: 3.2rem;
    line-height: 4.2rem;
    color:#fff;
}

.bg-blue-ytp {
    background: #3bafe3; /*#00a8d7;*/
}

/*Dropdown Language Selector*/

.languagepicker {
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 50px 10px 0;
    vertical-align: top;
    float: left;
}

    .languagepicker:hover {
        /* don't forget the 1px border */
        height: 81px;
    }

    .languagepicker a {
        color: #000;
        text-decoration: none;
    }

    .languagepicker li {
        display: block;
        padding: 0px 20px;
        line-height: 40px;
        border-top: 1px solid #EEE;
    }

        .languagepicker li:hover {
            background-color: #EEE;
        }

    .languagepicker a:first-child li {
        border: none;
        background: #FFF !important;
    }

    .languagepicker li img {
        margin-right: 5px;
        margin-top: -7px;
    }

.roundborders {
    border-radius: 5px;
    border: 1px solid #000;
}

.large:hover {
    /* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
    height: 245px;
}

.responsive-table .col {
    padding: 0;
    /* word-wrap: break-word; */
    width: 40px !important;
    margin-right:10px;
}

.dropdown-menu.show
{
    height: auto;
    max-height: 200px;
    overflow-y: auto;
}