body {
    font-family: sans-serif;
    color: #0b4958;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    margin: 0;
}

p {
    padding: 0 10px;
}

a {
    color: #8e1f10;
    text-decoration: none;
}

.row {
    width: 100%;
}
.container {
    width: 1200px;
    margin: auto;
    font-size: 1.4em;
}

.fix {
    position: fixed;
    background: #fff;
}
.hide {
    display: none;
    height: auto;
}

.over, .container {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}


.over:hover {
    color: #fff;
    text-shadow: 0 0 20px #fff;
}

#content, #footer {
    display: none;
}

.tel {
    /*color: #da8532;*/
}

.patt {
    background: transparent url(../img/pattern.png);
}

.bluebord {
    border-bottom: 3px solid #55AEC3;
    border-top: 3px solid #55AEC3;
}


.upper {
    text-transform: uppercase;
}

.copy {
    font-size: 0.8em;
    color: #78d190;
}


.menu li{
    list-style: none;
    float: left;
}

.menu li a {
    padding: 5px 10px;
    display: block;
}

@media (max-width:1200px){
    .container {
        font-size: 1.2em; 
    }
    .container {
        width: 100%;
    }
    .fix {
        position: absolute;
    }
    img{
        width: 90%;
        height: auto;
    }
}