 @font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('/css/fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('/css/fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('/css/fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('/css/fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body
{
    margin: 0;
    padding: 0;
    color: #575757;

    font: 400 14px/1.5 "Open Sans", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;


    /* background: #EDEDED; */





}

html, body, .content {
    /* min-height: 100%;  */
    margin: 0;

}

.content-wrapper {
    /* font-size: 3em; */
    padding: 5% 0;
    /* width: 90%; */
    font-size: 1.2em;
    /* min-height: 100%;  */
}





a {
    /* background: #DDDDDD; */
    /* text-decoration: none; */
    /* color: #1F7B5C; */
    color: #575757;
    text-decoration: none;
}

#logo img{
    height: 300px;

}

#logo {
    text-decoration: none;
    border: none;
}

.content {
    margin: 40px;
    font-weight: 300;

    margin-top: 40px;

}

hr {
    background-color: #575757;
    border: 0 none;
    height: 1px;
    margin: 30px 0;
}

.another {
    margin-top: 2em;
}

a {
    border-bottom: 1px dotted #575757;
    line-height: 1.4em;
}

a:hover {
    border-bottom-style: solid;
}

.work-info {
    margin: 10px 0 ;
    padding: 10px;
    background: #fafafa;
}

.work-info img {

}



#video {
    display: none;
}

h1, h3 {
    text-align: center;
}

.modal {
    width: 1024px;
    left: 30%;
}