@font-face {
    font-family: mtavruli;
    src: url(../fonts/myfont.ttf);
}
.container{
    width: 100%;
    height: 100%;
    background-image: url("../imgs/bghover.png");
    background-repeat: repeat;
    position: fixed;
    z-index:1;
        overflow: auto;
}
.container .headline{
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 15px;
}
.container .headline h1{
    color: #FFF;
    font-family: mtavruli;
    text-shadow: 2px 2px 3px #333;
    font-size: 42px;
}
.container .headline .phone{
    color: #77b3d4;
    font-size: 43px;
    font-family: mtavruli;
    width: 347px;
    text-shadow: 2px 2px 3px #2c2c2c;
    margin: auto;
}
.container .headline .phone img{
    width: 42px;
    margin-top: 6px;
    float: left;
}
.container .headline .phone a:link{
    color: #77b3d4;
    text-decoration: none;
}
.container .headline .phone a:visited{
    color: #77b3d4;
}
.container .headline .phone a:hover{
    color: #77b3d4;
}
.container .headline .phone a:active{
    color: #77b3d4;
}

@media screen and (min-width: 990px) {
    html, body{
        margin: 0px;
        width: 100%;
        height: 100%;
        background-color: #CCC;
        background-image: url("../imgs/bg1.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .container .footer{
        width: 100%;
        position: absolute;
        bottom: 0px;
        background-color: rgba(16, 88, 116, 0.8);
        border-top: 1px solid #2c2c2c;
        height: 70px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .container .footer .item {
        width: 28%;
        height: 100%;
        padding-left: 1%;
        float: right;
        padding-right: 1%;
        font-family: mtavruli;
        color: #FFF;
        font-size: 22px;
    }

    .container .footer .item img {
        float: left;
    }

    .container .footer .item span {
        margin-top: 20px;
        display: block;
        margin-left: 76px;
    }
}
@media only screen and (max-width: 990px) {
    html, body{
        margin: 0px;
        width: 100%;
        height: 100%;
        background-color: #CCC;
        background-image: url("../imgs/bg1.jpg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
    }
    .container .footer{
        width: 100%;
        bottom: 0px;
        background-color: rgba(16, 88, 116, 0.8);
        border-top: 1px solid #2c2c2c;
        height: 260px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .container .footer .item {
        width: auto;
        margin: auto;
        height: 60px;
        padding-left: 1%;
        padding-right: 1%;
        font-family: mtavruli;
        color: #FFF;
        font-size: 22px;
    }

    .container .footer .item img {
        float: left;
    }

    .container .footer .item span {
        margin-top: 20px;
        display: block;
        margin-left: 76px;
    }
}
.bgs{
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.bgs .bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: none;
}