@font-face {
    font-family: 'kelson_sansregular';
    src: url('/static/fonts/kelson_sans_regular-webfont.eot');
    src: url('/static/fonts/kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/kelson_sans_regular-webfont.woff') format('woff'),
        url('/static/fonts/kelson_sans_regular-webfont.ttf') format('truetype'),
        url('/static/fonts/kelson_sans_regular-webfont.svg#kelson_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kelson_sansbold';
    src: url('/static/fonts/kelson_sans_bold-webfont.eot');
    src: url('/static/fonts/kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/kelson_sans_bold-webfont.woff') format('woff'),
        url('/static/fonts/kelson_sans_bold-webfont.ttf') format('truetype'),
        url('/static/fonts/kelson_sans_bold-webfont.svg#kelson_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
}

body { 
    font: 11px 'kelson_sansregular';
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #dae7f0 url('/static/img/gradient.png') repeat-x;
}

#container, .width {
    width: 100%;
    max-width: 980px;
    text-align: left;
    clear: both;
}
#footer .width {
    margin: 0px auto 0px;
    padding-top: 30px;
    font-size: 12px;
}
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -75px;
}
#sticky, #footer {
    height: 75px;
}

#header {
    height: 71px;
    text-align: right;
    padding-right: 40px;
}
#header .info {
    display: inline-block;
    margin-top: 24px;
    font: 12px arial;
    color: #b4b5b6;
}
#header .info a {
    text-decoration: none;
    color: white;
    font-weight: bold;

}
#header .info .icon-prv {
    margin: 0px 5px -1px 10px;
}
#header .logo {
    float: left;
    margin-top: 16px;
}
#main {
    width: 960px;
    height: 315px;
    background: url('/static/img/bg.jpg');
    font-family: 'kelson_sansregular';
    font-size: 14px;
    color: white;
}
#main .right {

    width: 380px;
    height: 175px;
    float: right;
}
#main .right .line {
    border-bottom: 1px solid #c4d5e7;
}
#main table td:first-child {
    width: 30px;
    
}
#main h1 {
    font-size: 24px;
    padding: 10px 20px;
}
#main .center #logo {
    margin-top: 30px;
    margin-bottom: 15px;
}
#main h2 {
    margin: 30px 0px 0px 0px;
    font-size: 24px;
    text-transform: uppercase;
}
#info {
    padding: 40px 10px;
    min-height: 218px;

}
#info h2 {
    font-family: 'kelson_sansbold';
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #28292a;
    margin: 5px 0px;
}
#info .left {
    width: 400px;
    display: inline-block;
    float: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
}
#info .line {
    margin-bottom: 20px;
    border-bottom: 1px solid #6b8db3;
}
#info .right {
    width: 400px;
    display: inline-block;
    float: left;
    vertical-align: top;
    font-size: 12px;

}
#info table td {
    font-family: "kelson_sansregular";
}
#info .right .arrow {
    margin: 0px 5px 0px 5px;
}
#info .right  {
    font-family: arial;
}
.details .left, .details .right {
    margin-left: 10px;
    margin-right: 10px;
}
#logo {
    width: 96px;
    height: 36px;
    background: url('/static/img/logo.png');
    display: inline-block;
}
.line {
    width: 400px;
    height: 3px; 

}
.center {
    text-align: center;
}
.overlay {
    padding: 10px;
    background-color: white;
    opacity: 0.7;
}

.details ul li {
    list-style-type: none;
    padding: 0px 0px 20px 10px;
}       
.details ul  {
    padding: 0px;
}       

.arrow {
    width: 13px;
    height: 10px;
    background: url('/static/img/arrow2.png');
    display: inline-block;
}
.arrow2 {
    width: 15px;
    height: 15px;
    background: url('/static/img/arrow1.png');
    display: inline-block;
}
.arrow-big {
    width: 89px;
    height: 63px;
    background: url('/static/img/arrow_big.png');
    display: inline-block;
}
.big-font {
    font-family: 'kelson_sansregular';
    font-size: 24px;
}
.separator {
    width: 3px;
    height: 218px; 

    display: inline-block;
    float: left;
    margin: 0px 60px 40px 70px;
}
.inline {
    display: inline-block;
}
.icon-prv {
    width: 12px;
    height: 11px;
    background: url('/static/img/prv.png');
    display: inline-block;
}

.register {
    text-align: center;
    padding-top: 20px;
}

.register .button {
    width: 312px;
    height: 45px;
    background: url('/static/img/btn.png');
    display: inline-block;
}

.register .button a {
    text-decoration: none;
    color: #27282a;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
    display: inline-block;
}

#footer {
    width: 100%;
    background-color: #262729;
    color: #8a8b8c;
}

#catalog {
    background-color: white;
}
#catalog .bread {
    background: url('/static/img/gradient.png') 0px -80px;
    padding: 10px;
}
#catalog .bread ul {
    padding: 0px;
}
#catalog .bread li {
    font-size: 12px;
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 10px
}
#catalog .bread li:last-child {
    border-right: none;
}
#catalog .bread li a {
    color: white;
}
#catalog .bread .info {
    font-size: 12px;
    color: lightgray;
    margin: 20px 0px 20px 0px;
}
#catalog .menu {
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
    margin-top: 5px;
    padding: 15px 0px 15px 10px;
}
#catalog .list {
    display: inline-block;
    vertical-align: top;
}
#catalog li {
    list-style-type: none;
    padding: 0px;
    margin: 5px 0px;
}
#catalog .menu li .active {
    background-color: lightgreen;
}
#catalog .menu li a {
    color: black;
    text-decoration: none;
}
#catalog .menu ul {
    margin: 0px 10px 10px 10px;
    padding: 0px 20px 15px 5px;
    background-color: #f0f0f0;

}
#catalog .menu li ul {
    background-color: #e0e0e0;
}
#catalog .list {
    max-width: 690px;
}
#catalog .list ul {
    margin: 0px 0px;
    padding: 20px 0px 15px 15px;

}
#catalog .list ul li {
    display: inline-block;
}
#catalog .list ul ul {
    padding: 5px 10px;
    margin: 0px 5px;
    background-color: #f0f0f0;
    width: 190px;
    height: 130px;
    overflow: auto;
    
}
#catalog .list ul ul li {
    display: block;
    text-align: center;
}
#catalog .list ul ul li a {
    color: #808080;
    
}
#catalog .list ul ul .name {
    font-size: 12px;
}
#catalog .list ul ul .title {
    font-size: 10px;
    
}
#catalog .list ul ul .description {
    font-size: 10px;
}
#catalog .list ul ul .details {
    font-size: 10px;
    text-align: right;
}
#catalog .paginator {
    display: inline-block;
}
#catalog .paginator ul {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;

}
#catalog .paginator li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
}
#catalog .paginator li a {
    color: black;
    text-decoration: none;
}
#catalog .paginator .active {
    background-color: lightgreen;
}
.footer-link {
    float: right;
    color: inherit;
    padding: 0px 10px;
}
#catalog .domain, #catalog .other{
   display: inline-block;
   vertical-align: top;
}
#catalog .domain {
    padding: 0px 20px 20px 20px;
}
#catalog .other {
    padding: 0px 20px 20px 20px;
}
#catalog .other .rows {
    border-spacing: 0px;
    font-size: 11px;
}
#catalog .other .rows a {
    color: inherit;
}
#catalog .other .rows td:first-child {
    padding-right: 20px;
}
#catalog .other td {
    border-bottom: 1px solid lightgrey;
}
#catalog .fields {
    border-spacing: 0px;
    font-size: 12px;
}
#catalog .fields a {
    color: inherit;
}
#catalog .fields td:first-child {
    font-weight: bold;
    padding-right: 10px;
}
#catalog .domain td {
    border-bottom: 1px solid lightgrey;
}
.center {
    text-align: center;
}
@media all and (max-width: 979px)  {
    #container, .width {
        width: 100%;
        max-width: 960px;
    }
    #main {
        background: none;
        width: 100%;
    }
    #main .right {
        margin-left: auto;
        margin-right: auto;
        height: 270px;
        width: 100%;
        max-width: 380px;
        float: none;
    }
    #main .right h1,#main .right h3 {
        text-align: center;
    }
    #info {
        text-align: center;
        margin: 0px auto;
        padding: 10px 15px;
    }
    #info .separator {
        float: none;
        display: inline-block;
        margin: 0px 5px;
    }
    #info .left, #info .right {
        width: 100%;
        max-width: 400px;
        float: none;
        display: inline-block;
        margin: 0px auto;
        text-align: left;

    }
    #footer .width {
        width: 90%;
    }
}

@media all and (max-width: 479px) {
    #header {
        padding-right: 5px;
    }
    #header .logo {
        margin: 15px 0px 0px 0px;
    }
    #header .info {
        font-size: 11px;
        margin-top: 30px;
    }
    #main .right{
        max-width: 300px;
    }
    #main .right h1, #main .right h3 {
        font-size: 15px;
    }
    #main .details ul li {
        font-size: 11px;
        max-width: 100px;
        text-align: center;

    }
    #main .right .details {
        font-size: 12px;

    }
    #main .button {
        width: 250px;
    }
    .line {
        width: 99%;
    }
    #info .separator {
        display: none;
    }
    #info .left {
        font-size: 11px;
    }
    #info .right {
        display: none;
    }
    #footer .width {
        width: 99%;
        font-size: 10px;
        margin-left: 2px;
        text-align: center;
    }
    #footer .footer-link {
        padding: 0px 5px 3px 5px;
        float: none;
        display: inline-block;
    }

}