/*
 * Globals
 */
@font-face {
    font-family: RobotoThin; /* Èìÿ øðèôòà */
    src: url(../fonts/Roboto-Thin.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: UbuntuLight; /* Èìÿ øðèôòà */
    src: url(../fonts/Ubuntu-Light.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: UbuntuMedium; /* Èìÿ øðèôòà */
    src: url(../fonts/Ubuntu-Medium.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: UbuntuRegular; /* Èìÿ øðèôòà */
    src: url(../fonts/Ubuntu-Regular.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: RobotoLight; /* Èìÿ øðèôòà */
    src: url(../fonts/Roboto-Light.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: RobotoMedium; /* Èìÿ øðèôòà */
    src: url(../fonts/Roboto-Medium.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: RobotoBold; /* Èìÿ øðèôòà */
    src: url(../fonts/Roboto-Bold.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('themes/base/glyphicons') format('png');
    /*src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');*/
}

.wrap {
    width: 500px;
    margin: 0px auto;
}

.gif_wrap {
    width: 280px;
    height: 280px;
    margin: auto;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.gif_wrap img {
    height: 280px;
    margin-left: -60px;
}

.title {
    font-size: 100px;
    font-family: RobotoMedium;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.subtitle {
    font-size: 34px;
    font-family: RobotoThin;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.description {
    font-size: 20px;
    font-family: RobotoLight;
    text-align: center;
}

.description a {
    color: #039be5;
    font-family: RobotoMedium;
}

.description a:hover {
    text-decoration: none;
}

.through {
    text-decoration: line-through;
}
