@font-face {
    font-family: KabelC; /* Гарнитура шрифта */
    src: url("/font/kbl45.ttf"); /* Путь к файлу со шрифтом */
}


body {
    min-width: 990px;
    font-family: "KabelC";
    color: #444;
}

h1{
    color: #4d6f91;
    font-size: 34px;
    font-weight: normal;
    margin: 0px;
}

h2{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin:0px;
    padding: 10px;
}

h3{
    color: #4d6f91;
    font-size: 22px;
    font-weight: normal;
    margin:0px;
}

p{
    color: #444;
    font-size: 20px;
    line-height: 20px;
}

.container {
    width: 990px;
}

.clear{
    clear: both;
}

.viewelem{
    display: none;
}

.red {
    color:red;
}

/* Шапка сайта */

#vms_top{
    background: #4d6e91;
    height:200px;
    text-align: center;
}
#vms_top a{
    display: block;
    margin-top: 15px;
}


#vms_center{
    margin-top: 20px;
}

#photograph{
    margin-top: 100px;
}

#location_date{

}
#gen_partner{
    margin-top: 10px;
}
#gallery_door{
    margin-top: 30px;
}
#soc_icon{
    margin-top: 50px;
    text-align: left;
}




#vms_bottom{
    background: #4d6e91;
}

#footer{
    text-align: right;
    font-size: 18px;
    color:#fff;
}


.sponsor{
    width:190px;
    height:190px;
    float:left;
    margin:4px;

    /* Giving the sponsor div a relative positioning: */
    position:relative;
    cursor:pointer;
}
.sponsorFlip{
    width:100%;
    height:100%;
    background:url("/images/partner_bg.jpg") no-repeat center center #f9f9f9;
    padding: 5px;
}
.sponsorFlip:hover{
    border:1px solid #999;

    /* CSS3 inset shadow: */
    -moz-box-shadow:0 0 30px #999 inset;
    -webkit-box-shadow:0 0 30px #999 inset;
    box-shadow:0 0 30px #999 inset;
}

.sponsorData{
    /* Hiding the .sponsorData div */
    display:none;
}
.sponsorDescription{
    font-size:18px;
    line-height: 20px;
    padding:50px 10px 20px 20px;
    color: #2b587a;
}
.sponsorURL{
    font-size:10px;
    font-weight:bold;
    padding-left:20px;
}