@import url('normalize.min.css');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,latin-ext,cyrillic);

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?-h4az3k');
    src: url('../font/icomoon.eot?#iefix-h4az3k') format('embedded-opentype'), url('../font/icomoon.woff?-h4az3k') format('woff'), url('../font/icomoon.ttf?-h4az3k') format('truetype'), url('../font/icomoon.svg?-h4az3k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, button, input, select, textarea {
    color: #222;
    outline: none;
    border: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    border: 0;
}

body {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

::-moz-selection {
    background: #706ab0;
    text-shadow: none;
}

::selection {
    background: #706ab0;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

a, input[type="text"], input[type="text"]:focus, textarea:focus {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

textarea {
    resize: vertical;
}

ul, li {
    list-style: none;
    padding: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html {
    background: url("../img/bg.jpg") repeat #e8d6be;
}

body {
    background: url("../img/bg-top.jpg") repeat-x;
}
/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.overlay {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    background-color: #fff;
}

#container {
    width: 973px;
    margin: 0 auto;
}

#header .logo {
    float: left;
    width: 232px;
    height: 61px;
    background-image: url("../img/logo.png");
    text-indent: -9999px;
    margin: 22px 0 0 8px;
}

    #header .logo a {
        display: block;
        outline: none;
    }

#header #menu {
    float: right;
    margin-top: 28px;
}

    #header #menu > ul {
        float: right;
        margin: 0;
        -webkit-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.25);
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-top-left-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        border-bottom-right-radius: 20px;
        behavior: url(PIE/PIE.htc);
    }

        #header #menu > ul > li {
            float: left;
            background-color: #fff;
            border-right: 1px solid #bcbcbc;
            position: relative;
            z-index: 10;
        }

            #header #menu > ul > li:first-child {
                -webkit-border-top-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
                border-top-left-radius: 20px;
                border-radius: 20px 0 0 0;
                behavior: url(PIE/PIE.htc);
            }

            #header #menu > ul > li:last-child {
                border-right: 0;
                -webkit-border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                border-bottom-right-radius: 20px;
                border-radius: 0 0 20px 0;
                behavior: url(PIE/PIE.htc);
            }

            #header #menu > ul > li > a {
                float: left;
                color: #2f2e2c;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 400;
                font-size: 14px;
                padding: 15px;
                outline: none;
            }

            #header #menu > ul > li.live,
            #header #menu > ul > li.select {
                background-color: #81633f;
            }

                #header #menu > ul > li.live > a,
                #header #menu > ul > li.live:hover > a,
                #header #menu > ul > li.select > a {
                    color: #fff !important;
                }
                
                #header #menu > ul > li:hover > a {
                    color: #a0703a;
                }

            #header #menu > ul > li > ol {
                display: none;
                position: absolute;
                left: -1px;
                top: 49px;
                padding: 10px 5px 20px 5px;
                margin: 0;
                border-left: 1px solid #bcbcbc;
                background-color: #81633f;
                width: 170px;
                -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-bottomleft: 20px;
                border-bottom-left-radius: 20px;
                -webkit-border-top-right-radius: 20px;
                -moz-border-radius-topright: 20px;
                border-top-right-radius: 20px;
                border-radius: 0 20px 0 20px;
                behavior: url(PIE/PIE.htc);
            }

            #header #menu > ul > li:last-child.select {
                -webkit-border-bottom-right-radius: 0;
                -moz-border-radius-bottomright: 0;
                border-bottom-right-radius: 0;
                border-radius: 0 0 0 0;
                behavior: url(PIE/PIE.htc);
            }

            #header #menu > ul > li:last-child > ol {
                right: 0px !important;
                left: auto;
                -webkit-border-bottom-left-radius: 0;
                -moz-border-radius-bottomleft: 0;
                border-bottom-left-radius: 0;
                -webkit-border-top-right-radius: 0;
                -moz-border-radius-topright: 0;
                border-top-right-radius: 0;
                -webkit-border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                border-bottom-right-radius: 20px;
                -webkit-border-top-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
                border-top-left-radius: 20px;
                border-radius: 20px 0 20px 0;
                behavior: url(PIE/PIE.htc);
            }

            #header #menu > ul > li > ol > li {
                border-bottom: 1px solid #b79c7c;
                margin: 0 10px;
            }

                #header #menu > ul > li > ol > li.noBorder, #header #menu > ul > li > ol > li:last-child {
                    border-bottom: 0;
                }

                #header #menu > ul > li > ol > li > a {
                    color: #fae0c0;
                    display: block;
                    padding: 5px 0;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 14px;
                    outline: none;
                }

                #header #menu > ul > li > ol > li:hover > a {
                    color: #fff;
                }

                #header #menu > ul > li > ol > li > ol {
                    display: block !important;
                    padding: 10px;
                    margin: 0 -5px;
                    background-color: #6a4d2b;
                    -webkit-border-bottom-left-radius: 10px;
                    -moz-border-radius-bottomleft: 10px;
                    border-bottom-left-radius: 10px;
                    -webkit-border-top-right-radius: 10px;
                    -moz-border-radius-topright: 10px;
                    border-top-right-radius: 10px;
                    behavior: url(PIE/PIE.htc);
                }

                #header #menu > ul > li > ol > li:last-child > ol {
                    margin-bottom: -10px;
                }

                #header #menu > ul > li > ol > li > ol > li {
                    padding: 2px 0;
                    border-bottom: 1px solid #795934;
                }

                    #header #menu > ul > li > ol > li > ol > li:last-child {
                        border-bottom: 0;
                    }

                    #header #menu > ul > li > ol > li > ol > li > a {
                        color: #fae0c0;
                        font-family: Arial;
                        font-size: 11px;
                        line-height: 13px;
                        display: block;
                    }

                        #header #menu > ul > li > ol > li > ol > li > a:hover {
                            color: #fff;
                        }

.mobileMenu {
    position: absolute;
    display: none;
    right: 10px;
    top: 18px;
    width: 30px;
    height: 30px;
    background: url("../img/sprite.png") 0 0 #81633f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-radius: 0 10px 0 10px;
    behavior: url(PIE/PIE.htc);
    opacity: 0.8;
}

    .mobileMenu:hover {
        opacity: 1;
    }

#main {
    float: left;
    width: 100%;
    margin-top: 25px;
}

    #main .mContent {
        display: block;
        padding: 0;
    }

    #main .cols {
        float: left;
    }

body.home #main .cols.c1 {
    width: 44.5%;
    margin-right: 1%;
}

body.home #main .cols.c2 {
    width: 20.5%;
    margin-right: 1%;
}

body.home #main .cols.c3 {
    width: 33%;
}

body.content #main .cols.c1 {
    width: 25.5%;
    margin-right: 1%;
    float: left;
}

body.content #main .cols.c2 {
    width: 73.5%;
    margin-right: 0;
    float: right;
}

#main .box {
    position: relative;
    overflow: hidden !important;
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

    #main .box .padding {
        padding: 18px 10px;
    }

#main .cols.c1 .box:nth-child(odd), #main .cols.c3 .box:nth-child(odd) {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    border-radius: 0 20px 0 20px;
    behavior: url(PIE/PIE.htc);
}

#main .cols.c1 .box:nth-child(2n), #main .cols.c3 .box:nth-child(2n) {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    border-radius: 20px 0 20px 0;
    behavior: url(PIE/PIE.htc);
}

#main .cols.c2 .box:nth-child(odd), #main .cols.c4 .box:nth-child(odd) {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    border-radius: 20px 0 20px 0;
    behavior: url(PIE/PIE.htc);
}

#main .cols.c2 .box:nth-child(2n), #main .cols.c4 .box:nth-child(2n) {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    border-radius: 0 20px 0 20px;
    behavior: url(PIE/PIE.htc);
}

#main .box h2 {
    float: left;
    color: #a08b63;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    margin: 0;
    padding: 3px 5px 5px 5px;
}

#main .box h3 {
    color: #a08b63;
    float: left;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

#main .box .table h3 {
    line-height: 27px !important;
    padding-left: 0;
}

#main .box .table {
    width: 100%;
    padding-bottom: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #2e2c2c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    behavior: url(PIE/PIE.htc);
}

    #main .box .table thead th:first-child {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        border-radius: 5px 0 0 0;
        behavior: url(PIE/PIE.htc);
    }

    #main .box .table thead th:last-child {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        border-radius: 0 5px 0 0;
        behavior: url(PIE/PIE.htc);
    }

    #main .box .table tbody tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px border-radius:0 0 5px 0;
        behavior: url(PIE/PIE.htc);
    }

    #main .box .table tbody tr:last-child td:last-child {
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-radius: 0 0 5px 0;
        behavior: url(PIE/PIE.htc);
    }

    #main .box .table thead tr {
        background-color: #f2ece1;
    }

        #main .box .table thead tr.title {
            background: none;
        }

    #main .box .table thead th {
        padding: 5px 20px 5px 5px;
        font-weight: normal;
        font-size: 14px;
        text-align: right;
        color: #2e2c2c;
    }

    #main .box .table tbody td {
        border-top: 3px solid #fff;
    }

    #main .box .table tbody tr.odd {
        /*background-color: hsl(40, 1%, 97%);*/
        /*background-color: #f7f7f5;*/
        background-color: rgb(247, 247, 245);
    }

    #main .box .table tbody tr.even {
        /*background-color: hsl(37, 3%, 93%);*/
        /*background-color: #edeae6;*/
        background-color: rgb(237, 234, 230);
    }

    #main .box .table tbody tr.select {
        /*background-color: hsl(193, 7%, 100%);*/
        /*background-color: #edfbff;*/
        background-color: rgb(237, 251, 255);
    }

    #main .box .table tbody td {
        padding: 10px 20px 10px 5px;
        font-weight: normal;
        font-size: 19px;
        line-height: 21px;
        color: #2e2c2c;
    }

    #main .box .table tbody tr td:last-child, #main .box .table tbody tr td:nth-child(3) {
        text-align: right;
    }

    #main .box .table tbody tr td:first-child {
        width: 60%;
    }

    #main .box .table tbody tr td:nth-child(2) {
        width: 5%;
    }

    #main .box .table tbody tr td:nth-child(3) {
        width: 20%;
    }

    #main .box .table tbody tr td:last-child {
        width: 15%;
    }

    #main .box .table tbody h5 {
        margin: 0;
        padding: 0;
        font-size: 19px;
        line-height: 21px;
        font-weight: normal;
        *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
    }

        #main .box .table tbody h5:before, #main .box .table tbody h5 .before {
            content: "";
            float: left;
            width: 22px;
            height: 16px;
            background: url("../img/flags.gif");
            margin: 2px 5px 5px 0;
        }

    #main .box .table tbody .code {
        display: none;
    }

    #main .box .table tbody i {
        display: block;
        width: 13px;
        height: 6px;
        text-indent: -9999px;
        background: url("../img/sprite.png") -30px 0;
    }

        #main .box .table tbody i.down {
            background-position: -30px -6px;
        }

#main .box .padding .ons {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #a08b63;
}

    #main .box .padding .ons i {
        font-style: normal;
        color: #2e2c2c;
        padding-right: 22px;
    }

body.content #main .box .table {
    margin-top: 5px;
    float: left;
}

    body.content #main .box .table h5, body.content #main .box .table th, body.content #main .box .table td {
        font-size: 14px;
    }

    body.content #main .box .table th, body.content #main .box .table td {
        padding: 4px 20px 3px 5px;
    }

    body.content #main .box .table tbody tr td:first-child {
        width: 28%;
    }

body.content #main .box.archiveTable .table tbody tr td:nth-child(2) {
    width: 35%;
}

body.content #main .box .table tbody tr td:nth-child(3) {
    width: 15%;
    text-align: right;
}

body.content #main .box .table tbody tr td:nth-child(4) {
    width: 15%;
    text-align: right;
}

body.content #main .box .table tbody tr td:nth-child(5) {
    width: auto;
    padding: 2px 5px;
}

body.content #main .box .table tbody tr td:last-child {
    width: auto;
    padding: 2px 5px;
}

body.content #main .box .table thead th:nth-child(4), body.content #main .box .table thead th:nth-child(5) {
    padding: 2px 5px;
}

body.content #main .box .table .graph {
    display: none;
    background-color: #edfbff;
}

    body.content #main .box .table .graph td {
        border-top: 3px solid #edfbff;
    }

    body.content #main .box .table .graph #graphic, body.content #main .box #graphicP {
        float: left;
        width: 100% !important;
        height: auto !important;
    }

        body.content #main .box .table .graph img, body.content #main .box #graphicP img {
            width: 100% !important;
            height: auto !important;
        }

body.content #main .box .table .export {
    float: left;
    width: 22px;
    height: 22px;
    display: block;
    text-indent: -9999px;
    background: url("../img/sprite.png");
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0.5;
}

    body.content #main .box .table .export.pdf {
        background-position: -82px -150px;
    }

    body.content #main .box .table .export.xls {
        margin-right: 5px;
        background-position: -104px -150px;
    }

    body.content #main .box .table .export.statistic {
        margin-left: 5px;
        cursor: pointer;
        background-position: -126px -150px;
    }

    body.content #main .box .table .export:hover {
        opacity: 0.8;
    }
/* flags */
#main .box .table tr[data-flag="USD"] h5:before, #main .box .table tr[data-flag="USD"] h5 .before {
    background-position: 0 0;
}

#main .box .table tr[data-flag="EUR"] h5:before, #main .box .table tr[data-flag="EUR"] h5 .before {
    background-position: 0 -16px;
}

#main .box .table tr[data-flag="CHF"] h5:before, #main .box .table tr[data-flag="CHF"] h5 .before {
    background-position: 0 -32px;
}

#main .box .table tr[data-flag="GBP"] h5:before, #main .box .table tr[data-flag="GBP"] h5 .before {
    background-position: 0 -48px;
}

#main .box .table tr[data-flag="DKK"] h5:before, #main .box .table tr[data-flag="DKK"] h5 .before {
    background-position: 0 -64px;
}

#main .box .table tr[data-flag="SEK"] h5:before, #main .box .table tr[data-flag="SEK"] h5 .before {
    background-position: 0 -80px;
}

#main .box .table tr[data-flag="NOK"] h5:before, #main .box .table tr[data-flag="NOK"] h5 .before {
    background-position: 0 -96px;
}

#main .box .table tr[data-flag="JPY"] h5:before, #main .box .table tr[data-flag="JPY"] h5 .before {
    background-position: 0 -112px;
}

#main .box .table tr[data-flag="SAR"] h5:before, #main .box .table tr[data-flag="SAR"] h5 .before {
    background-position: 0 -128px;
}

#main .box .table tr[data-flag="AUD"] h5:before, #main .box .table tr[data-flag="AUD"] h5 .before {
    background-position: 0 -144px;
}

#main .box .table tr[data-flag="CAD"] h5:before, #main .box .table tr[data-flag="CAD"] h5 .before {
    background-position: 0 -160px;
}

#main .box .table tr[data-flag="RUB"] h5:before, #main .box .table tr[data-flag="RUB"] h5 .before {
    background-position: 0 -176px;
}

#main .box .table tr[data-flag="AZN"] h5:before, #main .box .table tr[data-flag="AZN"] h5 .before {
    background-position: 0 -192px;
}

#main .box .table tr[data-flag="CNY"] h5:before, #main .box .table tr[data-flag="CNY"] h5 .before {
    background-position: 0 -208px;
}

#main .box .table tr[data-flag="RON"] h5:before, #main .box .table tr[data-flag="RON"] h5 .before {
    background-position: 0 -224px;
}

#main .box .table tr[data-flag="AED"] h5:before, #main .box .table tr[data-flag="AED"] h5 .before {
    background-position: 0 -240px;
}

#main .box .table tr[data-flag="BGN"] h5:before, #main .box .table tr[data-flag="BGN"] h5 .before {
    background-position: 0 -256px;
}

#main .box .table tr[data-flag="KWD"] h5:before, #main .box .table tr[data-flag="KWD"] h5 .before {
    background-position: 0 -272px;
}
/* flags finish */
#main .box .table input {
    color: #6a5d44;
    font-size: 13px;
    line-height: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 3px 5px;
    text-align: right;
    background-color: #ffffff;
    border: 1px solid #e7d5bf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    behavior: url(PIE/PIE.htc);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #main .box .table input.small {
        width: 45%;
        *behavior: url("boxsizing.htc");
    }

        #main .box .table input.small:first-child {
            float: left;
        }

        #main .box .table input.small:last-child {
            float: right;
        }

    #main .box .table input.large {
        width: 100%;
        *behavior: url("boxsizing.htc");
    }

#main .box .table .statistics {
    width: 24px;
    height: 24px;
    border: 0;
    outline: 0;
    float: right;
    background: url("../img/sprite.png") -89px 0;
    opacity: 0.5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    #main .box .table .statistics:hover {
        opacity: 0.8;
    }

    #main .box .table .statistics.active {
        opacity: 1;
    }
/**/
#main .box a.calc, #main .box a.archive {
    float: left;
    color: #2e2c2c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 20px 20px 10px;
    outline: none;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}

    #main .box a.calc:before, #main .box a.calc .before {
        content: "";
        float: left;
        width: 14px;
        height: 18px;
        background: url("../img/sprite.png") -43px 0;
        margin: -2px 11px 0 1px;
    }

    #main .box a.archive:before, #main .box a.archive .before {
        content: "";
        float: left;
        width: 16px;
        height: 16px;
        background: url("../img/sprite.png") -57px 0;
        margin: 0 10px 0 0;
    }

    #main .box a.calc:hover, #main .box a.archive:hover {
        color: #545353;
    }

#main .box.parities {
    background-color: #faf6f2;
}

    #main .box.parities .padding {
        padding-bottom: 52px;
    }

    #main .box.parities table tbody td {
        width: auto !important;
        font-size: 14px;
        color: #514c48;
        padding: 5px 10px 5px 5px;
    }

    #main .box.parities table tbody tr:first-child td:first-child {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        border-radius: 5px 0 0 0;
        behavior: url(PIE/PIE.htc);
    }

    #main .box.parities table tbody tr:first-child td:last-child {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        border-radius: 0 5px 0 0;
        behavior: url(PIE/PIE.htc);
    }

    #main .box.parities table tbody td {
        border-top: 3px solid #faf6f2;
    }

    #main .box.parities table tbody tr.odd {
        background-color: #f3efe8;
    }

    #main .box.parities table tbody tr.even {
        background-color: #ece6dd;
    }

    #main .box.parities h2 {
        color: #ad9974;
    }

#main .box.lastUpdate h2 {
    color: #a08b63;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin: 0;
    padding: 3px 5px 5px 5px;
}

#main .box.lastUpdate p {
    color: #9c0007;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 0 5px;
    margin: 0;
}

    #main .box.lastUpdate p span {
        padding-left: 15px;
        color: #f60510;
    }

#main .cols .box.advert {
    border: 3px solid #fff;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    height: 272px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

    #main .cols .box.advert a, #main .cols .box.advert a img {
        float: left;
        width: 100%;
        height: 100%;
    }

body.content #main .cols.c1 .subMenu {
    background: url("../img/subMenuBg.gif") repeat-x;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 20px 0 20px;
    behavior: url(PIE/PIE.htc);
}

    body.content #main .cols.c1 .subMenu .padding {
        margin: 0;
    }

    body.content #main .cols.c1 .subMenu li {
        display: block;
        border-bottom: 1px solid #c8b194;
        padding: 6px 0;
    }

        body.content #main .cols.c1 .subMenu li.noBorder, body.content #main .cols.c1 .subMenu li:last-child {
            border: 0;
        }

        body.content #main .cols.c1 .subMenu li a {
            display: block;
            color: #e7cfb2;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            font-size: 16px;
        }

            body.content #main .cols.c1 .subMenu li a:hover, body.content #main .cols.c1 .subMenu li a.active {
                color: #fff;
            }

        body.content #main .cols.c1 .subMenu li > ol {
            padding: 10px;
            margin: 5px 0 0 0;
            background-color: #6a4d2b;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-bottom-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
            behavior: url(PIE/PIE.htc);
        }

            body.content #main .cols.c1 .subMenu li > ol:last-child {
                margin-bottom: -10px;
            }

            body.content #main .cols.c1 .subMenu li > ol > li {
                padding: 2px 0;
                border-bottom: 1px solid #795934;
            }

                body.content #main .cols.c1 .subMenu li > ol > li:last-child {
                    border-bottom: 0;
                }

                body.content #main .cols.c1 .subMenu li > ol > li > a {
                    color: #fae0c0;
                    font-family: Arial;
                    font-size: 11px;
                    line-height: 13px;
                    display: block;
                }

                    body.content #main .cols.c1 .subMenu li > ol > li > a:hover {
                        color: #fff;
                    }

body.content #main .cols .breadcrumbs {
    float: left;
    margin: 0;
    width: 60%;
}

    body.content #main .cols .breadcrumbs li {
        float: left;
        color: #8b6235;
        font-size: 11px;
        line-height: 14px;
        *width: 100px;
        *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
    }

        body.content #main .cols .breadcrumbs li:last-child {
            color: #a28e79;
        }

        body.content #main .cols .breadcrumbs li:after, body.content #main .cols .breadcrumbs li .after {
            content: "";
            float: right;
            width: 6px;
            height: 8px;
            margin: 3px;
            background: url("../img/sprite.png") -30px -12px;
        }

        body.content #main .cols .breadcrumbs li:last-child:after {
            display: none;
        }

body.content #main .cols .lastUpdateContent {
    float: right;
    display: inline-block;
    width: 40%;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
}

    body.content #main .cols .lastUpdateContent .title {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #a08b63;
        text-decoration: underline;
    }

    body.content #main .cols .lastUpdateContent .date {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color: #9c0007;
        padding: 0 5px;
    }

    body.content #main .cols .lastUpdateContent .time {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #f60510;
    }

body.content #main .cols .dateRow {
    float: left;
    width: 100%;
    background-color: #f7f6f4;
    margin-top: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 0 0 10px 10px;
    behavior: url(PIE/PIE.htc);
}

    body.content #main .cols .dateRow .padding {
        padding: 10px;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url("boxsizing.htc");
    }

    body.content #main .cols .dateRow label, body.content #main .cols .dateRow select, body.content #main .cols .dateRow .selectpicker, body.content #main .cols .dateRow input {
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
    }

    body.content #main .cols .dateRow label {
        margin: 2px 5px 0 0;
    }

    body.content #main .cols .dateRow .left {
        float: left;
        width: 28%;
        margin-right: 1%;
    }

    body.content #main .cols .dateRow .right {
        float: left;
        width: 42%;
    }

        body.content #main .cols .dateRow .right .button {
            float: right;
        }

    body.content #main .cols .dateRow input[type="text"] {
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        border-radius: 0 10px 0 10px;
        behavior: url(PIE/PIE.htc);
        border: 1px solid #e8e1d2;
        font-size: 13px;
        margin: 0 5px 3px 0;
        padding: 5px;
        display: inline-block;
    }

    body.content #main .cols .dateRow .right label {
        width: 15%;
    }

    body.content #main .cols .dateRow .right input[type="text"] {
        width: 55%;
    }

    body.content #main .cols .dateRow .right .button {
        width: 15% !important;
        padding: 4px !important;
    }

    body.content #main .cols .dateRow .msg {
        float: right;
        padding: 7px 0;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }

        body.content #main .cols .dateRow .msg.msgleft {
            float: left;
        }

    body.content #main .cols .dateRow .leftGold {
        float: left;
        margin-right: 20px;
    }

        body.content #main .cols .dateRow .leftGold h5 {
            color: #a08b63;
            margin: 5px 0 0 0;
            font-size: 16px;
            line-height: 18px;
            float: left;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
        }

    body.content #main .cols .dateRow .onsIab {
        float: right;
        margin-top: 5px;
    }

    body.content #main .cols .dateRow .onsGold {
        float: left;
        margin-right: 30px;
    }

    body.content #main .cols .dateRow .iabGold {
        float: left;
    }

        body.content #main .cols .dateRow .onsGold h5, body.content #main .cols .dateRow .iabGold h5 {
            float: left;
            margin: 0;
            padding: 0;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            color: #a08b63;
        }

    body.content #main .cols .dateRow span.val {
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 21px;
        color: #515050;
        margin-left: 5px;
    }

body.content #main .cols .contentImg {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px 0 10px 0;
    behavior: url(PIE/PIE.htc);
}

    body.content #main .cols .contentImg img {
        width: 100%;
        height: auto;
    }

body.content #main .cols .textCol {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
}

    body.content #main .cols .textCol .left {
        float: left;
        width: 50%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url("boxsizing.htc");
    }

        body.content #main .cols .textCol .left.full {
            width: 100%;
        }

            body.content #main .cols .textCol .left.full h6 {
                padding: 10px;
            }

    body.content #main .cols .textCol .right {
        float: left;
        width: 50%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url("boxsizing.htc");
    }

    body.content #main .cols .textCol.services .left {
        width: 40%;
    }

    body.content #main .cols .textCol.services .right {
        width: 60%;
    }

    body.content #main .cols .textCol h5 {
        padding: 0;
        margin: 0 0 10px 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #81633f;
        border-bottom: 1px dashed #e6d9c9;
    }

h5 span {
    display: block;
    font-size: 11px;
}

body.content #main .cols .textCol h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #292929;
}

body.content #main .cols .textCol h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #81633f;
    border-bottom: 1px dashed #e6d9c9;
    display: block;
}

body.content #main .cols .textCol p,
body.content #main .cols .textCol li {
    color: #292929;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

body.content #main .cols .textCol td {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #292929;
    padding: 0 2% 10px 0;
}

    body.content #main .cols .textCol td p {
        font-size: 14px;
        padding: 0;
    }

        body.content #main .cols .textCol td p.split {
            padding: 0 10px !important;
        }

        body.content #main .cols .textCol td p.brown {
            color: #81633f;
        }

    body.content #main .cols .textCol td.brown {
        color: #81633f;
    }

    body.content #main .cols .textCol td.w30 {
        width: 30%;
    }

    body.content #main .cols .textCol td.tright {
        text-align: right;
    }

    body.content #main .cols .textCol td.input {
        padding-bottom: 0;
    }

    body.content #main .cols .textCol td input[type="image"] {
        padding-left: 10px;
    }

body.content #main .cols .adress {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 20px 10px;
    font-size: 14px;
    margin: 0 0 20px -10px;
    background-color: #f6f5f5;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 0 10px 0 10px;
    behavior: url(PIE/PIE.htc);
}

    body.content #main .cols .adress.store {
        margin: 10px 0 0 0;
    }

    body.content #main .cols .adress h6 {
        margin: 5px 0 10px 0;
        font-size: 16px;
        color: #a08b63;
        font-weight: 700;
    }

    body.content #main .cols .adress a {
        font-family: Arial;
        color: #a07e3e;
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #d8d8d8;
    }

body.content #main .cols .link {
    font-family: Arial;
    font-weight: bold;
    color: #a07e3e;
    font-size: 12px;
    line-height: 14px;
}

    body.content #main .cols .adress a:hover, body.content #main .cols .link:hover {
        text-decoration: underline;
        color: #664b18;
    }

body.content #main .cols strong.big {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    display: block;
}

body.content #main .cols .contentImg #map {
    position: relative !important;
    width: 100%;
    height: 187px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}

    body.content #main .cols .contentImg #map:before, body.content #main .cols .contentImg #map .before {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        background: url("../img/sprite.png") -122px 0;
        left: 0;
        top: 0;
        z-index: 2;
    }

    body.content #main .cols .contentImg #map:after, body.content #main .cols .contentImg #map .after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        background: url("../img/sprite.png") -113px 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

body.content #main .cols .textCol .right .generalForm {
    /*margin-top: 10px;*/
}

body.content #main .cols .textCol .select2-container .select2-choice {
    width: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #a77a49;
    color: #fff;
}

body.content #main .cols .textCol td .select2-container .select2-choice {
    width: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #444;
    border: 1px solid #c9bba1;
    padding: 2px 0 2px 8px;
}

body.content #main .cols .textCol .select2-container .select2-choice > .select2-chosen {
    font-size: 14px !important;
}

body.content #main .cols .textCol .select2-container {
    width: 100%;
}

body.content #main .cols .textCol .storeContent {
    display: none;
}

body.content #main .cols .textCol .schema {
    font-style: normal;
    padding: 20px 10px;
    font-size: 12px;
    margin: 0 -10px 20px 0;
    background-color: #f6f5f5;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 0 10px 0 10px;
    behavior: url(PIE/PIE.htc);
}

    body.content #main .cols .textCol .schema ul {
        margin: 0 0 10px 0;
        padding: 10px;
        background-color: #e1e1e1;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        border-radius: 0 10px 0 10px;
        behavior: url(PIE/PIE.htc);
    }

        body.content #main .cols .textCol .schema ul > li {
            margin-top: 5px;
        }

        body.content #main .cols .textCol .schema ul ol {
            margin: 0 0 10px 0;
            padding: 10px;
            background-color: #f6f6f6;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-bottom-left-radius: 10px;
            border-radius: 0 10px 0 10px;
            behavior: url(PIE/PIE.htc);
        }

        body.content #main .cols .textCol .schema ul:last-child {
            margin-bottom: 0;
        }

    body.content #main .cols .textCol .schema h6 {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
        padding: 0 5px 5px 5px;
    }

body.content #main .cols .textCol .mobileApps {
    margin-bottom: 30px;
}

#main .box .padding.errorpage {
    padding: 10px !important;
}

    #main .box .padding.errorpage img {
        width: 100% !important;
        height: auto !important;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        border-bottom-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-top-left-radius: 20px;
        border-radius: 0 20px 0 20px;
        behavior: url(PIE/PIE.htc);
    }
/* footer */
#footer {
    width: 100%;
    float: left;
    background: url("../img/footer-bg.gif") bottom center repeat-x;
    margin-top: 20px;
}

    #footer .footerContent {
        width: 965px;
        margin: 0 auto;
    }

        #footer .footerContent .row1, #footer .footerContent .row2 {
            width: 100%;
            float: left;
        }

        #footer .footerContent .row1 {
            margin-top: 23px;
        }

            #footer .footerContent .row1 .quickLinks {
                float: left;
                width: 40%;
            }

                #footer .footerContent .row1 .quickLinks ul {
                    float: left;
                    width: 39%;
                    margin: 0;
                }

                    #footer .footerContent .row1 .quickLinks ul.first {
                        margin: 0 4% 0 0;
                        width: 24%;
                    }

                    #footer .footerContent .row1 .quickLinks ul.second {
                        margin: 0 4% 0 0;
                        width: 24%;
                    }

                    #footer .footerContent .row1 .quickLinks ul li {
                        border-bottom: 1px solid #886d4c;
                    }

                        #footer .footerContent .row1 .quickLinks ul li:last-child {
                            border: 0;
                        }

                        #footer .footerContent .row1 .quickLinks ul li a {
                            color: #d9d1c7;
                            font-family: Arial;
                            font-size: 12px;
                            outline: none;
                        }

                            #footer .footerContent .row1 .quickLinks ul li a:hover {
                                color: #fff;
                            }

.mobileApps {
    float: left;
    width: 45%;
}

    .mobileApps a {
        float: left;
        width: 122px;
        height: 40px;
        background: url("../img/sprite.png");
        text-indent: -9999px;
        margin: 0 5px 5px 0;
        opacity: 0.8;
        outline: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .mobileApps a:hover {
            opacity: 1;
        }

        .mobileApps a.appStore {
            background-position: 0 -30px;
        }

        .mobileApps a.play {
            background-position: 0 -70px;
        }

        .mobileApps a.windows {
            background-position: 0 -110px;
            margin-right: 0;
        }

.yearSelect {
    float: right;
}

#footer .footerContent .row1 .phone {
    float: right;
    width: 15%;
}

#footer .footerContent .row1 h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
}

#footer .footerContent .row1 .phone a, body.content #main .cols .textCol .phone a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 22px;
    line-height: 8px;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
    outline: none;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}

body.content #main .cols .textCol .phone a {
    color: #4d4d4d;
}

    #footer .footerContent .row1 .phone a:before, #footer .footerContent .row1 .phone a .before, body.content #main .cols .textCol .phone a:before, body.content #main .cols .textCol .phone a.before {
        content: "";
        float: left;
        margin: 5px 5px 0 0;
        width: 16px;
        height: 16px;
        background: url("../img/sprite.png") -73px 0;
    }

    body.content #main .cols .textCol .phone a:before, body.content #main .cols .textCol .phone a.before {
        background-position: -113px -14px;
    }

#footer .footerContent .row1 .phone p, body.content #main .cols .textCol .phone p {
    padding: 0;
    margin: 0;
    color: #beb0a1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

#footer .footerContent .row0 p {
    color: #fff;
    margin: 0;
    padding: 20px 0 0 0;
    float: left;
    font-size: 12px;
}


#footer .footerContent .row2 {
    margin: 30px 0 5px 0;
}

    #footer .footerContent .row2 p {
        color: #fff;
        margin: 0;
        padding: 10px 0 0 0;
        float: left;
        font-size: 12px;
    }

    #footer .footerContent .row2 a {
        float: right;
        width: 41px;
        height: 40px;
        outline: none;
        background: url("../img/sprite.png") 0 -150px;
        text-indent: -9999px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        #footer .footerContent .row2 a:hover {
            background-position: -41px -150px;
        }
/* form */
.generalForm.login .button {
    float: right;
}

.generalForm.login img {
    width: 90%;
    padding-bottom: 10px;
}

    .generalForm.login img.refresh {
        width: auto;
        vertical-align: bottom;
        padding-left: 5px;
        cursor: pointer;
    }

.generalForm.login a {
    font-family: Arial;
    color: #a07e3e;
    font-size: 12px;
    line-height: 14px;
}

.generalForm .formItem {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

    .generalForm .formItem.left {
        float: left;
        position: relative;
        width: 45%;
        margin-right: 5%;
    }

    .generalForm .formItem.right {
        float: right;
        position: relative;
        width: 45%;
    }

.generalForm label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #6c6b6b;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
    display: block;
}

.generalForm .formradio label {
    display: inline;
    padding: 0 10px 0 5px;
}

.generalForm input[type="text"], .generalForm input[type="password"], .generalForm textarea, .generalForm select {
    width: 96%;
    resize: none;
    margin-bottom: 10px;
    padding: 8px 2%;
    display: block;
    border: 1px solid #d9d8d8;
    background-color: #f6f5f5;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    behavior: url(PIE/PIE.htc);
}

.generalForm select {
    width: 100%;
}

.generalForm label.error {
    float: left;
    width: 100%;
    margin: -9px 0 6px 0 !important;
    display: block;
    color: #d30037;
}

.generalForm span.phoneForRes {
    font-size: 10px;
}

.invalidError {
    float: left;
    width: 100%;
    margin: -9px 0 6px 0 !important;
    display: block;
    color: #d30037;
}

.generalForm input.error, .generalForm textarea.error {
    border: 1px solid #d30037;
}

.generalForm input.valid, .generalForm textarea.valid {
    border: 1px solid #5cd03d;
}

.generalForm .formItem .captcha {
    float: left;
    padding-bottom: 10px;
}

.generalForm .formItem .desc {
    float: left;
    padding: 7px 10px 5px 0;
}

.generalForm .charLeft {
    font-size: 11px;
    font-style: italic;
    margin: -8px 0 10px 0;
    float: left;
}

.generalForm div.success {
    font-size: 12px;
    float: left;
    color: #fff;
    background-color: #6ba044;
    padding: 10px;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 0 10px 0 10px;
    behavior: url(PIE/PIE.htc);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.generalForm div.fail {
    font-size: 12px;
    float: left;
    color: #fff;
    background-color: #e16826;
    padding: 10px;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 0 10px 0 10px;
    behavior: url(PIE/PIE.htc);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.generalForm .captchaImg {
    width: 144px !important;
    height: 34px !important;
    float: left !important;
    margin-right: 5px;
}

.generalForm .radio {
    padding-bottom: 7px;
}

    .generalForm .radio label {
        cursor: pointer;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
    }

    .generalForm .radio input[type="checkbox"] {
        display: none;
    }

        .generalForm .radio input[type="checkbox"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            background: url("../img/check_radio_sheet.png") left top no-repeat;
            cursor: pointer;
        }

        .generalForm .radio input[type="checkbox"]:checked + label span {
            background: url("../img/check_radio_sheet.png") -19px top no-repeat;
        }

    .generalForm .radio input[type="radio"] {
        display: none;
    }

        .generalForm .radio input[type="radio"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            background: url("../img/check_radio_sheet.png") -38px top no-repeat;
            cursor: pointer;
        }

        .generalForm .radio input[type="radio"]:checked + label span {
            background: url("../img/check_radio_sheet.png") -57px top no-repeat;
        }

    .generalForm .radio.checked label span {
        background: url("../img/check_radio_sheet.png") -57px top no-repeat !important;
    }

    .generalForm .radio.checked2 label span {
        background: url("../img/check_radio_sheet.png") -19px top no-repeat !important;
    }

.generalForm .questions label {
    font-size: 14px;
    line-height: 20px;
}

.generalForm .questions .formItem {
    border-bottom: 1px dotted #bcbbbb;
}

    .generalForm .questions .formItem.text {
        border-bottom: 0;
    }

    .generalForm .questions .formItem.last {
        border: 0;
    }

.small {
    font-size: 12px;
}

.button {
    padding: 4px 20px;
    background: #b28957;
    text-align: center;
    -moz-box-shadow: 0px 4px 0px #755834;
    -webkit-box-shadow: 0px 4px 0px #755834;
    box-shadow: 0px 4px 0px #755834;
    display: block;
    opacity: 0.7 !important;
    filter: alpha(opacity=70);
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 2px 0px #574023;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    behavior: url(PIE/PIE.htc);
    outline: none;
}

    .button:hover {
        opacity: 1 !important;
        filter: alpha(opacity=100);
    }

    .button:active {
        box-shadow: none;
        -webkit-transform: translate(0, 3px);
        -moz-transform: translate(0, 3px);
        -o-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

.ctable {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #2e2c2c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    behavior: url(PIE/PIE.htc);
}

    .ctable tbody tr:nth-child(odd) th, .ctable tbody tr:nth-child(odd) td {
        background: #F9F4EE;
    }

    .ctable td {
        padding: 10px !important;
    }

.docs a[href*=".pdf"]:before, .docs a[href*=".PDF"]:before, .docs a[href*=".pdf"] .before, .docs a[href*=".PDF"] .before {
    font-family: 'icomoon';
    content: "\e603";
    padding-right: 5px;
}

.docs a[href*=".doc"]:before, .docs a[href*=".DOC"]:before, .docs a[href*=".docx"]:before, .docs a[href*=".DOCX"]:before, .docs a[href*=".doc"] .before, .docs a[href*=".DOC"] .before, .docs a[href*=".docx"] .before, .docs a[href*=".DOCX"] .before {
    font-family: 'icomoon';
    content: "\e604";
    padding-right: 5px;
}

.docs a[href*=".xls"]:before, .docs a[href*=".XLS"]:before, .docs a[href*=".xlsx"]:before, .docs a[href*=".XLSX"]:before, .docs a[href*=".xls"] .before, .docs a[href*=".XLS"] .before, .docs a[href*=".xlsx"] .before, .docs a[href*=".XLSX"] .before {
    font-family: 'icomoon';
    content: "\e605";
    padding-right: 5px;
}

.docs a[href*=".ppt"]:before, .docs a[href*=".PPT"]:before, .docs a[href*=".pptx"]:before, .docs a[href*=".PPTX"]:before, .docs a[href*=".ppsx"]:before, .docs a[href*=".PPSX"]:before, .docs a[href*=".pps"]:before, .docs a[href*=".PPS"]:before, .docs a[href*=".ppt"] .before, .docs a[href*=".PPT"] .before, .docs a[href*=".pptx"] .before, .docs a[href*=".PPTX"]:before, .docs a[href*=".ppsx"]:before, .docs a[href*=".PPSX"] .before, .docs a[href*=".pps"] .before, .docs a[href*=".PPS"] .before, .docs a[href*=".pptm"] .before, .docs a[href*=".PPTM"] .before {
    font-family: 'icomoon';
    content: "\e609";
    padding-right: 5px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
    html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1024px) {
    #container {
        width: 100%;
    }

    #header {
        padding: 0 10px;
    }

        #header #menu {
            margin-top: 35px;
        }

            #header #menu > ul > li > a {
                padding: 10px;
            }

            #header #menu > ul > li > ol {
                top: 39px;
            }

    #main .mContent {
        padding: 0 10px;
    }
    /*reklam*/
    #main .cols .box.advert {
        height: auto;
    }

    #footer .footerContent {
        padding: 10px;
        width: auto;
    }
}

@media screen and (max-width:970px) {
    #main .box h2 {
        font-size: 16px;
        line-height: 18px;
    }

    #main .box .table tbody td, #main .box .table tbody h5 {
        font-size: 16px;
        line-height: 16px;
    }

        #main .box .table tbody h5:before, #main .box .table tbody h5 .before {
            margin: 0px 5px 5px 0;
        }

    #main .box .table tbody td {
        padding: 7px 10px 7px 5px;
    }

    #main .box.parities table tbody td {
        line-height: 17px;
    }

    #main .box a.calc, #main .box a.archive {
        padding: 5px 10px 5px 5px;
        width: 90%;
    }

    #main .box a.archive {
        margin-bottom: 10px;
    }

    body.content #main .cols .dateRow label {
        width: 100% !important;
    }

    body.content #main .cols .dateRow .onsIab {
        width: 100%;
        margin-top: 10px;
        padding-top: 5px;
        border-top: 1px solid #f2ece1;
    }

    body.content #main .cols .textCol .mobileApps a {
        display: block;
        float: none;
    }

    #footer .footerContent .row1 .mobileApps {
        width: 35%;
    }

    #footer .footerContent .row1 .phone {
        width: 25%;
    }
}

@media screen and (max-width:795px) {
    #header #menu > ul > li > ol > li:last-child > ol {
        margin-bottom: 0;
    }

    body.home #main .cols.c1 {
        width: 69%;
    }

    body.home #main .cols.c2 {
        width: 30%;
    }

    body.home #main .cols.c2 {
        margin-right: 0;
        float: right;
    }

    body.home #main .cols.c3 {
        width: 100%;
    }

        body.home #main .cols.c3 .box.advert {
            width: 49%;
        }

    #main .cols .box.advert:nth-child(odd) {
        margin-right: 1%;
    }

    #main .cols .box.advert:nth-child(2n) {
        float: right;
    }

    body.content .cols .box.advert {
        width: 99%;
        float: left !important;
        margin: 0 0 10px 0 !important;
    }

    #footer {
        margin-top: 10px;
    }
}

@media screen and (max-width:768px) {
    #header .logo {
        float: left;
        width: 164px;
        height: 43px;
        margin: 15px 0 5px 0;
        background-position: 0 -61px;
    }

    #header #menu {
        width: 100%;
        margin: 0;
    }

        #header #menu > ul {
            display: none;
            width: 100%;
            float: left;
            margin: 0 0 5px 0;
            -webkit-box-shadow: 0 0 0 0;
            -moz-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
        }

            #header #menu > ul > li {
                display: block;
                width: 100%;
                border: 0;
            }

                #header #menu > ul > li:first-child {
                    padding-top: 10px;
                }

                #header #menu > ul > li:last-child {
                    padding-bottom: 10px;
                }

                #header #menu > ul > li.select:last-child {
                    -webkit-border-bottom-right-radius: 20px;
                    -moz-border-radius-bottomright: 20px;
                    border-bottom-right-radius: 20px;
                    border-radius: 0 0 0 10px;
                    behavior: url(PIE/PIE.htc);
                }

                #header #menu > ul > li > a {
                    display: block;
                    float: none;
                    padding: 5px 10px;
                }

                #header #menu > ul > li > ol {
                    left: auto !important;
                    left: auto;
                    top: auto;
                    position: relative;
                    border-radius: 0 !important;
                    -moz-border-radius: 0 !important;
                    -webkit-border-radius: 0 !important;
                    width: 100%;
                    padding: 0 0 10px 0;
                    border: 0 !important;
                }

                    #header #menu > ul > li > ol > li {
                        padding: 0 10px;
                    }

                        #header #menu > ul > li > ol > li > ol {
                            margin-bottom: 0;
                        }

    #main {
        margin-top: 5px;
    }

        #main .cols .box.advert {
            width: 49.3%;
            float: left;
        }

            #main .cols .box.advert:nth-child(odd) {
                margin-right: 0.5%;
            }

        #main .box.parities .padding {
            padding-bottom: 10px;
        }

    body.content #main .cols.c1 {
        width: 100%;
    }

        body.content #main .cols.c1 .subMenu {
            display: none;
        }

    body.content .cols .box.advert {
        width: 49.3%;
    }

    body.content #main .cols.c1 .box:nth-child(odd) {
        float: right !important;
    }

    body.home #main .cols.c1 .box:nth-child(2n) {
        float: right !important;
    }

    body.content #main .cols.c2 {
        width: 100%;
    }

    body.content #main .cols .lastUpdateContent {
        font-size: 12px;
    }

    body.content #main .box .table th, body.content #main .box .table td {
        padding: 2px 2.5px;
    }

    body.content #main .cols .dateRow .left {
        float: left;
        width: 48%;
        margin-right: 1%;
    }

    body.content #main .cols .dateRow .right {
        float: left;
        width: 100%;
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #f2ece1;
    }

        body.content #main .cols .dateRow .right .button {
            float: left;
        }

    #footer .footerContent .row1 .quickLinks {
        width: 40%;
    }

    #footer .footerContent .row1 .mobileApps {
        width: 60%;
    }

    #footer .footerContent .row1 .phone {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width:580px) {
    #main .box .table tbody td, #main .box .table tbody h5 {
        font-size: 14px;
        line-height: 14px;
    }

    #main .box.parities table tbody td {
        font-size: 12px;
        line-height: 16px;
    }

    body.content #main .cols .breadcrumbs {
        width: 100%;
        border-bottom: 1px solid #f2ece1;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    body.content #main .cols .lastUpdateContent {
        width: 100%;
        display: block;
        text-align: left;
    }

    body.content #main .box .table tbody h5:before, body.content #main .box .table tbody h5.before {
        display: none;
    }

    body.content #main .cols .textCol .left, body.content #main .cols .textCol.services .left, body.content #main .cols .textCol .right, body.content #main .cols .textCol.services .right {
        width: 100%;
        padding: 0;
    }

    body.content #main .cols .adress {
        margin: 0 0 20px 0;
    }

    body.content #main .cols .contentImg img {
        width: auto;
        height: 150px;
    }

    body.content #main .cols .dateRow .msg {
        display: none;
    }

    body.content #main .cols .dateRow input[type="text"] {
        width: 100px;
    }

    body.content #main .cols .textCol .schema {
        margin: 0;
    }

    #footer .footerContent .row1 .quickLinks {
        width: 100%;
    }

    #footer .footerContent .row1 .mobileApps {
        margin-top: 30px;
        width: 100%;
    }

    #footer .footerContent .row1 .phone {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width:512px) {
    body.home #main .cols.c1, body.home #main .cols.c2 {
        width: 100%;
        margin: 0;
    }

    #main .box .table tbody td, #main .box .table tbody h5 {
        font-size: 14px !important;
    }

    #main .box.parities table tbody td {
        font-size: 14px !important;
    }

    body.home #main .cols.c3 .box.advert {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media screen and (max-width:480px) {
    .mobHide {
        display: none !important;
    }

    #main .box a.calc span {
        display: none;
    }

    .graph {
        display: none !important;
    }

    #main .cols .box.advert {
        width: 100%;
        float: left;
    }

    body.content #main .cols.c1 .box:nth-child(odd) {
        float: left !important;
        margin-right: 0 !important;
    }

    #main .box .table tbody h5 {
        display: none;
    }

    #main .box .table tbody .code {
        display: block;
    }

    #main .box .table.gold tbody .code {
        display: none !important;
    }

    body.content #main .box .table tbody tr th, body.content #main .box .table tbody tr td {
        width: auto !important;
    }

    body.content #main .cols .dateRow .left {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    body.content #main .cols .dateRow .onsGold, body.content #main .cols .dateRow .iabGold {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    body.content #main .cols .dateRow .iabGold {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #f2ece1;
    }

    #footer .footerContent .row1 .mobileApps a {
        float: none;
        display: block;
    }
}

@media screen and (max-width:320px) {
    #footer .footerContent .row1 .quickLinks ul,
    #footer .footerContent .row1 .quickLinks ul.first,
    #footer .footerContent .row1 .quickLinks ul.second {
        width: 100%;
        margin: 0;
    }

        #footer .footerContent .row1 .quickLinks ul li {
            border-bottom: 1px solid #886d4c !important;
        }

        #footer .footerContent .row1 .quickLinks ul.last li:last-child {
            border-bottom: 0 !important;
        }
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*tool*/
.tooltip {
    background-color: #727272;
    color: #c4c4c4;
    border-color: #727272;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}

    .tooltip:after, .tooltip .after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .tooltip:after, .tooltip .after {
        border-color: rgba(114, 114, 114, 0);
        border-top-color: #727272;
        border-width: 5px;
        left: 50%;
        margin-left: -5px;
    }

.lt-ie8 table {
    border-collapse: collapse !important;
    border: 0 !important;
}

.lt-ie8 td, .lt-ie8 th {
    border-collapse: collapse !important;
    border: 0 !important;
}

.lt-ie8 input.small {
    width: 80px !important;
}

.lt-ie8 input.large {
    width: 200px !important;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href)")";
        }

    abbr[title]:after {
        content: " (" attr(title)")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

#adv {
    text-align: right;
    width: 100%;
    float: left;
    overflow:hidden;
}

#adv-img {
    width: 100%;
}

#close {
    position: absolute;
    right: calc((100% - 973px) / 2);
    opacity:0;
}

@media screen and (max-width:990px) {
    #close {
        left: 0;
        right:auto;
    }
}

@media screen and (max-width:900px) {
    .mobileMenu {
        display: block;
    }
}

