.panel {

    margin: 10% auto;
    margin:40px;

    padding:15px;
    background: #f2f2f2;
   // filter: alpha(opacity=70);
   // filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
   // -moz-opacity: 0.70;
   // opacity: 0.8;
   // zoom: 1;

}

.tel {
    color: #212121;
    text-transform: none;
    text-decoration: none;

}

.footer {
    margin:20px;

}


@media (min-width: 1280px){
    .panel {
        margin-left:200px;
        margin-right: 200px;
        margin-top: 80px;
    }
    .footer {
        margin:200px;
        margin-top: 50px;
    }

}




body {
    background-image: url("../../img/background.jpg");
    background-attachment: fixed;
    font-family: Tahoma, Geneva, sans-serif;
    color: #787878;
}

h1,h2 {

    color: #3a336d;
}

h2 {
    font-size: 28px;
}



.subline {
    color: #757575;

    padding:3px;
    margin-bottom: 30px;
}

a:hover {
    color:#333;
    text-decoration: underline;
}

button, .button {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #313060;
    background-color:#C3C3C3;
    border-radius: 3px;
    min-height: 40px;
    padding: 8px 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    border: 1px solid transparent;
    vertical-align: middle;
    -webkit-appearance: none;
}

button:hover, .button:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #97a1a5;
}

.overlay {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(99, 99, 99, 0.85);
}

.modal-body h1, .modal-body h2  {
    color:#333;
}

