
.mapCont
{
    width:90%;
	height:400px;
    float: left;
    border: 5px solid #EE771A;
    border-radius: 5px;
    
    display: inline-block;
    margin-bottom:50px;
}

.mailCont
{
    width:90%;
   
    margin-bottom: 40px;
   
}

.mailCont ul
{
    list-style-type: none;
    font-family: bcMyriad;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 150%;
    float:right;
    margin-bottom: 60px;
}

.mailCont ul li
{
    text-decoration:none;
}


.bannerComp
{
    color: #ffffff;
    background-color: #58585B;
    font-family: dvLogo;
    letter-spacing: 3px;
    padding-left:150px;
    width: 100px;
    float:right;
}


span.nameCEBBD
{
    display:inline-block;
    transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
}


.sepBar
{
    background-color: #EE771A;
    width: 80%;
    height:3px;
    float:right;
}

#LogoBar
{

width:100%;
border:solid;
border-width:0px;
border-color: #F2F2F2;
border-radius: 3px;
margin: 20px 0;
padding:20px 0;

}

#logo
{
	width:300px;
	height:140px;
	background-image: url(../img/CEBBD_logo_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 0;
	margin:0 auto;
	
	
}

#cont1A
{
	width:50%;	
	float: left;
}

#cont1B
{
	width:50%;	
	float:left;
	
}

.cont2A
{
    width:100%;
    float:left;
    padding: 0 5%;
    
}


@media screen and (max-width: 1024px) {
    
    .mapCont
{
    width:99%;
}
    
    .cont2A
    {
        padding:0;
    }
    
}



