/* Custom big screen */


.dropdown-toggle {
/*color:#F00;*/
/*font-size: 1.6rem;*/
/*width: 20%;*/
   background: rgba(0,0,0,.9);

    color: white;

}

.show {
   background: rgba(0,0,0,.9);

    color: white;

    
}


/*.show {

	margin-top: -125px;

	display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    /*padding: 30px 20px;*/
	
	/*margin-left:3rem;*/
	/*
    cursor: default;

    z-index: 200;

    background: rgba(0,0,0,.9);

    color: white;

    z-index: 1000;


} */
