

.button_transparent.button_orange {
    border: 2px solid #fec23e;
    border-radius: 0;
    background: #fec23e;
    padding: 10px 14px !important;
    font-weight: 500;
    color: white;
}
.button_transparent {
    border: 1px solid black;
    border-radius: 0;
    background: transparent;
    padding: 11px 15px;
    color: black;
    cursor: pointer;
}

.button_transparent.button_orange:hover {
    border: 2px solid #fec23e;
    border-radius: 0;
    background: white;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.button_transparent:hover, .button_transparent:active, .button_transparent:focus, .button_transparent:visited {
    border-radius: 0;
    text-decoration: none;
    color: black;
}

.white_bg{
	background-color: #ffffff;
}


.grey_bg{
	background-color: #f2f3f0;
}


img{
	max-width: 100%;
}

.vertical_center{
            position: absolute;
            left: 50%;
            transform: translate( -50%, 0);
            margin-right: -50%;

	height:100%;
	border: #f2f3f0 solid 10px;

	}

	img{
		padding-right: 15px;
		padding-left: 15px;
	}

.grey_color{
	color: grey;
}
.grey_color:hover{
	color: grey;
}
