* {
    color: #555;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, td img {
    vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
html {
    overflow-y: scroll;
    overflow-x: auto;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1;
    text-align: left;
    z-index: 1;
    position: relative;
}
#head {
    margin: 30px 0;
}
.con {
    width: 1000px;
    margin: 0 auto;
}
h1 {
    text-align: center;
    font-size: 500%;
    line-height: 60px;
}
#tel {
    font-size: 250%;
    margin: 50px 0;
    text-align: center;
}
#tel a {
    margin: 0 25px;
    display: inline-block;
}
#text {
    font-size: 200%;
    text-align: justify;
    line-height: 35px;
}
#red {
    background: #d9534f;
    padding: 80px 0 20px;
    color: #fff;
    height: 400px;
}
.col4 {
    width: 25%;
    display: block;
    margin: 0 0 30px;
    text-align: center;
    float: left;
    color: white;
}
.textwidget {
    color: white;
    font-size: 120%;
    padding: 0 30px;
    line-height: 120%;
}
#eee {
    background: #f1f1f1;
    padding: 50px 0;
}
#foto {
    padding: 50px 0;
}
#foot {
    border-top: 1px solid #000;
    background: #222;
    color: #7B7B7B;
    position: relative;
    z-index: 100;
    clear: both;
    padding: 30px 0;
}
#sity {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .con {
        width: 98%;
    }
    h1 {
        font-size: 400%;
        line-height: 1;
    }
    #tel {
        font-size: 200%;
        margin: 25px 0;
    }
    #tel a {
        margin: 10px 0;
    }
    #text {
        width: 100%;
        line-height: 1;
    }
    #red {
        padding: 20px 0;
        height: auto;
        display: table;
    }
    .col4 {
        width: 50%;
    }
    .textwidget {
        width: 100%;
        line-height: 1;
        margin: 0;
        padding: 0;
    }
    .col4 h3 {
        font-size: 120%;
        line-height: 1;
    }
}
