html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
    background-color:#413f3f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
strong, b{
    font-weight:bold;
}
h1{
    font-size: 30px;
    font-weight: 400;
}
h2{
    font-size: 23px;
    font-weight: 400;
    line-height: 20px;
}
h3{
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    color:#0e0e0e;
}
h4{
    font-size: 21px;
    font-weight: 500;
    line-height: 20px;
    color:#0e0e0e;
}

p {
    text-align: center;
}
a:link {
    text-decoration:none;
}
a{
    color:#0e0e0e;
    font-weight: 500;
}
@media screen and (min-width: 1040px) {
    .adress-right{
        
        width:48% !important;
        float:right !important;
        
    }
    
    
    .map-left{
        width:48% !important;
        float:left !important; 
    }





}

#top{
    color:#0e0e0e;
    width:100%;
    
    
    
    line-height: 40px;
    background-color: #ffffff;
    
    padding:3%;
    margin-top:2%;
    -webkit-box-shadow: 0px 0px 24px 1px rgba(173,173,173,1);
-moz-box-shadow: 0px 0px 24px 1px rgba(173,173,173,1);
box-shadow: 0px 0px 24px 1px rgba(173,173,173,1);
}

i{
    font-style: italic;
    font-size:23px;
}


#bottom{
    color:grey;
    width:100%;
    padding:3%;
    background-color: #ffffff;
    
    margin-top:2%;
    min-height: 500px;
    overflow: auto;
    
    -webkit-box-shadow: 0px 0px 24px 1px rgba(173,173,173,1);
-moz-box-shadow: 0px 0px 24px 1px rgba(173,173,173,1);
box-shadow: 0px 0px 24px 1px rgba(173,173,173,1);
}

.adress-right{
    
    
    margin-top:2%;
    border: 1px solid #eeeeee;
    border-radius:10px;
    line-height: 45px;
    padding: 1%;
    width:100%;
    float:none;
    
    display: inline-block;
    position: relative;
}
.container {
	max-width: 1040px;
	margin: 0 auto;
}

.map-left{
    width:100%;
    float:none;
    height:100px;
    display: inline-block;
    position: relative;
}
