/*
	Theme Name: ULAV
	Theme URI: http://www.ulav.lu
	Description: ULAV Theme
	Version: 2.0
	Author: @Dechmann
	Author URI: http://www.dechmann.lu

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


@import url("assets/css/minified.css.php");

td {
    border-top: 1px solid #CCC;
    line-height: 3;
    width: 60%;
}

.acf-map {
    width: 100%;
    height: 500px;
    margin: 0px auto;
    float: right;
}

a.open 
{
    float: right;
    width: 40px;
    height: 30px;
    margin-right: 25px;
    margin-top: 17px;
    margin-bottom: 17px;
    /*background: #2B4B5C  url("../img/menu.png") center center no-repeat;*/
    background-color: #2B4B5C;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);*/
    text-indent: initial !important;
    position: relative;
    z-index: 99999;
}

a:hover.open
{
    border: 1px solid rgba(0, 0, 0, 0.8);
    /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);*/
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}


i.fa.fa-bars.fa-2x{
color: #fff;
padding: 4px 9px;
margin: 0 auto!important;
width: 100%;
}

@media only screen and (min-width:320px) and (max-width:480px){

li.member {
width:100%;
}

}
.news_img{
display:table-cell;
vertical-align:middle;
}

