body{
    margin:0px;
    padding:0px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu{
    height:40px;
    width:100%;
    background:#60a9d4;
    position:fixed;
    top:0px;
    text-align:center;
    line-height:30px;
    z-index: 100;
} 

.button{ 
    background:#091a69;
    padding:0px 5px;
    margin:5px 2px;
    border:1px solid black;
    text-decoration:none;
    text-align:center;
    color: white;
    width:auto;
    display:inline-block;
    font-weight:bold;
    font-size:20px;
    border-radius:4px;
}

.button:hover{
    text-decoration: none;
    color:white;
    background: #2e699a;
}

.button_red{
    background:#091a69;
    padding:2px 5px;
    margin:5px 2px;
    border:1px solid black;
    text-decoration:none;
    text-align:center;
    color: white;
    width:175px;
    display:inline-block;
    font-size:20px;	
    font-weight:bold;		
}

.red{
    color:yellow;
    font-weight: bold;
    font-size:28px;	
}

.container{
    padding-top:44px;
    padding-left:5px;
    padding-right:5px;
    madding-bottom:65px;
}

.footer{
    position:fixed;
    height:40px;
    width: 100%;
    background:#60a9d4;
    bottom:0px;
    text-align:center;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:none;  
}

.red:hover{
    text-decoration:none;  
    color:yellow;
}

.button_red:hover{
   text-decoration:none;
}

.w200px{
    width:200px;
}

.w250px{
    width:250px;
}

big{
    font-size:20px;
    font-weight:bold;
}

.map-odbior{
    background:green;
    width:100%;
    height:300px;
}

.mt28{
    margin-top:28px;
}

.mb5{
    margin-bottom:5px;
}

.mr15{
    margin-right: 15px;
}

.m5{
    margin:5px;
}

.mb60{
    margin-bottom:60px;
}

.line{
    width:100%;
    height:2px;
    background:silver;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
}

.background{
    background: #fff8f9;
}

.pl10{
    margin-left:10px;
    padding-left:10px;
    display:block;
} 

.form-group{
    margin-bottom:5px; 
}

.fs20{
    font-weight: bold;
    font-size: 20px;
} 

.yellow{
    background:yellow;
    color:black;
}