html, body {
    font-size: 100%;
    width: 100%;
    min-height: 100%;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 300;
    color: #333333;
}

body {
    padding-top: 75px;
    overflow-x: hidden;
    background: #dfedf7;
}

a {
    outline: none !important;
    color: #003f97;
    transition: all .2s ease-in-out;
}

    a:hover, a:active, a:focus {
        color: #eb4444;
        text-decoration: none;
    }

h1, h2, h3, h4, h5{
    color: #003f97;
    font-weight: 500;
    padding: 0;
    margin: 40px 0 19px 0;
}

    h1 {
        font-size: 1.529411764705882em;
    }

    h2 {
        font-size: 1.4285714285714285714285714285714em;
    }

    h3, h4, h5 {
        font-size: 1.2em;
    }

ul li {
    padding-left: 13px;
    margin: 0 0 11px 0;
    list-style-image: url('img/marker-li.png');
    /*list-style-position: inside;*/
}

ol li {
    padding-left: 13px;
    margin: 0 0 11px 0;
}

header .dblue {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.dh1 {
    color: #000000;
    font-weight: 300;
    font-size: 1.882352941176471em;
    margin-top: 0;
    margin-bottom: 31px;
    line-height: 0.9em;
}

.container {
    position: relative;
}

.button {
    white-space: nowrap;
    transition: all .2s ease-in-out;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #c80d0d;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.34);
    cursor: pointer;
    padding: 7px 21px 12px 21px;
    background: #eb4444;
    background: -moz-linear-gradient(top,  #eb4444 0%, #e83131 100%);
    background: -webkit-linear-gradient(top,  #eb4444 0%,#e83131 100%);
    background: linear-gradient(to bottom,  #eb4444 0%,#e83131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4444', endColorstr='#e83131',GradientType=0 );
    z-index: 1;
}

    a.button:before,
    a.button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .button[disabled] {
        opacity: 0.65;
        pointer-events: none;
    }

    .button:hover,
    .button:active,
    .button:focus,
    .button.selected {
        background: #d72727;
        background: -moz-linear-gradient(top,  #d72727 0%, #d51c1c 100%);
        background: -webkit-linear-gradient(top,  #d72727 0%,#d51c1c 100%);
        background: linear-gradient(to bottom,  #d72727 0%,#d51c1c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72727', endColorstr='#d51c1c',GradientType=0 );
    }

    .button.tiny {
        font-size: 14px;
        padding: 0 15px 3px 15px;
    }

.dtable {
    display: table;
    border-spacing: 0;
}

.dtd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.dphone {
    line-height: 1.6em;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.37);
}

    .dphone a {
        display: table;
        font-size: 1.4375em;
        font-weight: 700;
        color: #ffffff;
        float: right;
    }

        .dphone a i {
            font-style: normal;
            font-weight: 300;
        }

            .dphone a:hover,
            .dphone a:active {
                opacity: 0.7;
            }

    .dphone span {
        display: block;
        font-weight: 700;
        text-align: right;
        font-size: 0.875em;
    }

.htop {

}

    .htop .dblue {
        padding: 4px 0;
        background: #003276;
        background: -moz-linear-gradient(top,  #003276 0%, #1a52a0 75%, #1a52a0 100%);
        background: -webkit-linear-gradient(top,  #003276 0%,#1a52a0 75%,#1a52a0 100%);
        background: linear-gradient(to bottom,  #003276 0%,#1a52a0 75%,#1a52a0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003276', endColorstr='#1a52a0',GradientType=0 );
    }

    .htop .alogo {

    }

        .htop .alogo img {
            width: 244px;
            max-width: 100%;
        }

    .htop .dphone {
        line-height: 1.6em;
        margin: 0px -40px 0 0;
        padding: 6px 0 0 0;
    }

        .htop .dphone span {
            color: #ffffff;
            padding-right: 17px;
        }

    .htop .dsearch {
        display: none;
        margin: 0.6875em 0 0 -36px;
        width: 452px;
    }

        .htop .dsearch #search {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            height: 45px;
            color: #000000;
            border: none;
            box-shadow: 2px 2px 4px 0 rgba(207,209,214,0.47) inset;
        }

        .htop .dsearch .btn {
            position: relative;
            width: 60px;
            height: 45px;
            border: none;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
            z-index: 2;
            box-shadow: 2px 2px 4px 0 rgba(207,209,214,0.47) inset;
            background: #edf5fb;
        }

            .htop .dsearch .btn:before {
                content: "";
                position: absolute;
                top: 8px;
                left: 18px;
                display: block;
                width: 29px;
                height: 28px;
                background: url('img/sprite.png') 0 0 no-repeat;
            }

            .htop .dsearch .btn:hover,
            .htop .dsearch .btn:active,
            .htop .dsearch .btn:focus {
                opacity: 0.7;
            }

    .htop .button.aorder {
        float: right;
        margin: 11px 0 0 0;
    }

    #ajs-navbar-header .dsearch {
        display: none !important;
        position: absolute;
        top: -8px;
        left: 15px;
        width: 240px;
        max-width: 70%;
        box-shadow: 0 0 1px rgba(112, 150, 199, 1);
    }

        #ajs-navbar-header .dsearch {

        }

.button.aorder {
    padding-left: 66px;
}

    .button.aorder:before {
        top: 1px;
        left: 12px;
        display: block;
        width: 39px;
        height: 42px;
        background: url('img/sprite.png') -57px 0 no-repeat;
    }

.dmenutop {
    border-bottom: 1px solid #7096c7;
    box-shadow: 0 20px 20px rgba(0,49,118,0.2);
    background: #ffffff;
}

    .nmenutop {
        border: none;
        border-radius: 0;
        min-height: auto;
        margin-bottom: 0;
        background: transparent;
    }

        /*.nmenutop .open > a,
        .nmenutop .open > a:focus,
        .nmenutop .open > a:hover,
        .nmenutop .nav > li > a:focus,
        .nmenutop .nav > li > a:hover,
        .nmenutop .dropdown-menu {
            border: none;
            box-shadow: none;
            background: transparent;
        }

            .nmenutop .caret {
                width: 11px;
                height: 6px;
                border: none;
                margin-left: 0;
                margin-top: -3px;
                background: url('img/sprite.png') 0 -31px no-repeat;
            }*/

        .nmenutop ul li a {
            color: #33353b;
            /*font-size: 0.875em;*/
            border-radius: 0;
        }

        .nmenutop .nav {

        }

            .nmenutop .nav > li {
                position: relative;
                white-space: nowrap;
                /*display: table-cell !important;*/
            }

                .nmenutop .nav > li > a {
                    position: relative;
                    font-weight: 400;
                    font-size: 1.1875em;
                    color: #003f97;
                    padding: 18px 0 24px 0;
                    background: transparent;
                }

                    .nmenutop .nav > li > a > span {
                        transition: all .2s ease-in-out;
                    }

                    .nmenutop .nav > li:hover > a,
                    .nmenutop .nav > li:active > a {

                    }

                    .nmenutop .nav > li.selected > a {
                        color: #eb4444;
                    }

                        .nmenutop .nav > li:hover > a span,
                        .nmenutop .nav > li:active > a span {
                            border-bottom: 1px dashed #003f97;
                        }

                        .nmenutop .nav > li.selected > a span {
                            border-bottom: 1px solid #eb4444;
                        }

            /*.nmenutop .nav > li ul {
                margin-top: -5px;
            }

                .nmenutop .nav > li ul li {
                    margin: 1px 0 0 0;
                }

                    .nmenutop .nav > li ul li a {
                        padding: 8px 10px;
                        !*font-size: 1.05em;*!
                        font-weight: 500;
                        text-transform: none;
                        text-align: center;
                        background: #e9ecf1;
                    }

                    .nmenutop .nav > li ul li:hover > a,
                    .nmenutop .nav > li ul li:focus > a,
                    .nmenutop .nav > li ul li:active > a,
                    .nmenutop .nav > li ul li.selected > a {
                        color: #2380c8;
                        background: #dee2ea;
                    }*/

        .nmenutop .navbar-header i {
            display: none;
        }

        .nmenutop .navbar-toggle {
            display: none !important;
            border: 1px solid #7096c7;
        }

            .nmenutop .navbar-toggle span {
                background-color: #7096c7 !important;
            }

            .nmenutop .navbar-toggle:focus,
            .nmenutop .navbar-toggle:hover {
                background-color: #edf5fb;
            }

.dgradient {
    background: url('img/bggradient.png') top left no-repeat;
    background-size: 100% auto;
}

.dbreadcrumbs {
    color: #737a85;
    font-size: 0.75em;
    height: 54px;
    line-height: 54px;
}

    .dbreadcrumbs > .dinner {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .dbreadcrumbs a {
        font-weight: 500;
        color: #737a85;
        text-decoration: none;
    }

        .dbreadcrumbs a:hover,
        .dbreadcrumbs a:active {
            border-bottom: 1px dashed #737a85;
        }

    .dbreadcrumbs em {
        margin: 0 3px;
        font-style: normal;
    }


.dmaintable {

}

    .dmaintable .dleft {
        width: 289px;
    }

        .dmaintable .dleft:after {
            content: "";
            width: 289px;
            display: block;
            height: 0;
        }

        .dmaintable .dright {
            padding: 0 0 0 28px;
        }

            .dmaintable .dright p a {
                color: #4c75a3;
                text-decoration: underline;
            }

                .dmaintable .dright p a:hover,
                .dmaintable .dright p a:active {
                    text-decoration: none;
                }

.dblock {
    margin: 0 0 27px 0;
    box-shadow: 0 5px 26px rgba(10,71,155,0.15);
}

    .dblock .dcaption {
        position: relative;
        font-size: 1.25em;
        font-weight: 700;
        color: #fefeff;
        padding: 15px 5px 16px 20px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #1a52a0;
    }

        .dblock .dcaption:before,
        .dblock .dcaption:after {
            content: "";
            display: none;
            position: absolute;
            left: 0;
            top: 0;
        }

    .dblock .dtext {
        position: relative;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #000000;
        font-size: 1.066666666666667em;
        border: 1px solid #7096c7;
        border-top: none;
        background: #ffffff;
    }

        .dblock .dtext:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 12px;
            width: 100%;
            background: url('img/rblocktext.png') 0 0 repeat-x;
        }

.dmenuleft {

}

    .dmenuleft .dblock .dcaption {
        padding-left: 5px;
        text-align: center;
    }

        .dmenuleft .dblock .dcaption i {
            display: none;
            font-style: normal;
        }

        .dmenuleft .dblock .dcaption:before {
            left: 14px;
            top: 23px;
            width: 17px;
            height: 15px;
            background: url('img/sprite.png') -121px 0 no-repeat;
        }

    .dmenuleft .dblock .dtext {
        padding: 0;
    }

    .dmenuleft a {
        line-height: 1.15em;
        position: relative;
        border-top: 1px solid #ededee;
        padding: 9px 10px 20px 18px;
        display: block;
        color: #000000;
        font-size: 0.9375em;
    }

        .dmenuleft a:first-child {
            border-top: none;
        }

        .dmenuleft a:before {
            content: "";
            display: block;
            position: absolute;
            left: 20px;
            top: 17px;
            height: 6px;
            width: 6px;
            background: url('img/sprite.png') -106px 0 no-repeat;

            display: none;
        }

        .dmenuleft a i {
            margin: 2px 0 0 -11px;
            display: table;
            font-weight: 500;
            border-radius: 12px;
            padding: 0 13px 5px 11px;
            background: #ebf3ff;
        }

        .dmenuleft a:hover,
        .dmenuleft a:active,
        .dmenuleft a.selected {
            color: #003f97;
            background: #ebf3ff;
        }

.dblocknews {
    display: none;
}

    .dblocknews .dblock .dcaption {
        padding-left: 5px;
        text-align: center;
    }

        .dblocknews .dblock .dcaption:before {
            top: 25px;
            left: 16px;
            display: block;
            width: 10px;
            height: 10px;
            background: url('img/sprite.png') -148px 0 no-repeat;
            display: none;
        }

    .dblocknews .ditem {
        font-size: 0.8789045333895832em;
        line-height: 1.2em;
        padding: 19px 10px 19px 38px;
        border-top: 1px solid #ededee;
    }

        .dblocknews .ditem:first-child {
            border-top: none;
        }

       /* .dblocknews .ditem .ddate {
            font-weight: bold;
            color: #000000;
            margin: 0 0 8px 0;
        }*/

        .dblocknews .ditem a {
            color: #003f97;
            font-weight: 500;
            display: block;
            margin: 0 0 7px 0;
            text-decoration: none;
        }

            .dblocknews .ditem a:hover span,
            .dblocknews .ditem a:active span {
                border-bottom: 1px dashed #003f97;
            }

            .dblocknews .ditem a strong {
                display: block;
            }

    .dblocknews .amore {
        display: table;
        color: #003f97;
        margin: 0 20px 36px 35px;
        float: right;
        border-bottom: 1px dashed transparent;
    }

        .dblocknews .amore:hover,
        .dblocknews .amore:active {
            border-bottom-color: #003f97;
        }

        .dblocknews .amore.selected {
            color: #eb4444;
             border-bottom: 1px solid #eb4444;
        }

.button-up {
    opacity: 1;
    width: 71px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url('img/bgup.png') 0 80% no-repeat;
}

.fbottom {
    border-top: 1px solid #7096c7;
    background: #ccd3dc;
}

    .fbottom .dphone {
        margin-top: -6px;
        float: left;
        white-space: nowrap;
        text-shadow: none;
    }

        .fbottom .dphone a {
            color: #000000;
            text-shadow: none;
        }

        .fbottom .dphone span {
            text-align: center;
        }

    .fbottom .dmenu {
        padding: 2.5625em 0 2.3em 0;
        box-shadow: 0 20px 20px rgba(0,49,118,0.15);
        background: #ffffff;
    }

        .fbottom .dlinks {
            margin-top: -4px;
            text-align: right;
        }

            .fbottom .dlinks > div {
                display: inline-block;
                margin: 0 0 0 4.5em;
                text-align: left;
                vertical-align: top;
            }

                .fbottom .dlinks a {
                    font-weight: 500;
                    font-size: 0.9375em;
                    color: #03367d;
                    display: block;
                    text-decoration: none;
                    padding: 0 0 6px 0;
                }

                    .fbottom .dlinks a span {
                        transition: all .2s ease-in-out;
                    }

                    .fbottom .dlinks a:hover,
                    .fbottom .dlinks a:active {

                    }

                    .fbottom .dlinks a.selected {
                        color: #eb4444;
                    }

                        .fbottom .dlinks a:hover span,
                        .fbottom .dlinks a:active span {
                            border-bottom: 1px dashed #003f97;
                        }

                        .fbottom .dlinks a.selected span {
                            border-bottom: 1px solid #eb4444;
                        }

    .fbottom .amadeby {
        font-weight: bold;
        color: #d61b0e !important;
        margin: 2px 0 0 0;
        text-decoration: none !important;
        font-size: 0.9375em;
        padding: 21px 106px 0 0 !important;
        display: inline-block !important;
        background: url('img/wolimp.png') top right no-repeat;
    }

        .fbottom .amadeby:hover,
        .fbottom .amadeby:active,
        .fbottom .amadeby:focus {
            text-decoration: underline !important;
        }

    .fbottom .dsocial {
        text-align: center;
        padding: 3.4375em 0 1.5625em 0;
    }

    .fbottom .dcopyrights {
        font-size: 0.75em;
        color: #363636;
        margin: 0 15em;
        text-align: center;
        padding: 0 0 6.1875em 0;
    }

    .fbottom .dcounters {
        /*text-align: center;*/
        display: inline-block;
        position: relative;
        left: 10px;
        top: -10px;
    }

    .fbottom .dcontrols {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

        .fbottom .dcontrols .dbuttons {
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            background: #1a52a0;
        }

            .fbottom .dcontrols .dbuttons a {
                float: left;
                position: relative;
                color: #ffffff;
                font-weight: 500;
                padding: 12px 0 15px 76px;
                border-left: 1px solid #b9c6d6;
                white-space: nowrap;
            }

                .fbottom .dcontrols .dbuttons a:hover,
                .fbottom .dcontrols .dbuttons a:active,
                .fbottom .dcontrols .dbuttons a.selected {
                    background: #2d61a8;
                }

                .fbottom .dcontrols .dbuttons a:before {
                    content: "";
                    position: absolute;
                    display: block;
                    background: url('img/sprite.png') -1000px -1000px no-repeat;
                }

                .fbottom .dcontrols .dbuttons .a1 {
                    width: 63%;
                    border-left: none;
                    border-top-left-radius: 2px;
                }

                    .fbottom .dcontrols .dbuttons .a1:before {
                        top: 11px;
                        left: 27px;
                        width: 34px;
                        height: 31px;
                        background-position: 0 -55px;
                    }

                .fbottom .dcontrols .dbuttons .a2 {
                    width: 19%;
                    padding-left: 85px;
                }

                    .fbottom .dcontrols .dbuttons .a2:before {
                        top: 7px;
                        left: 28px;
                        width: 42px;
                        height: 39px;
                        background-position: -37px -55px;
                    }

                .fbottom .dcontrols .dbuttons .a3 {
                    width: 18%;
                    padding-left: 87px;
                    border-top-right-radius: 2px;
                }

                    .fbottom .dcontrols .dbuttons .a3:before {
                        top: 8px;
                        left: 38px;
                        width: 28px;
                        height: 34px;
                        background-position: -82px -55px;
                    }

.dcarousel {
    /*max-width: 100%;*/
    width: 756px;
    height: 403px;
    border-radius: 3px;
    margin: 0 0 54px 0;
    box-shadow: 0 0 26px rgba(10,71,155,0.3);
}

    .dcarousel.onload {
        overflow: hidden;
    }

    .dcarousel .owl-item {

    }

        .dcarousel .ditem.clickable {
            cursor: pointer;
        }

        .dcarousel .owl-item img {
            border-radius: 3px;
            width: 100%;
            height: 100%;
        }

        .dcarousel .owl-item .dtext {
            position: absolute;
            left: 0;
            top: 0;
            width: 49%;
            height: 100%;
            z-index: 1;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            color: #ffffff;
            font-size: 1.375em;
            line-height: 403px;
            background: url('img/bgcarouseltext.png') 0 100% no-repeat #1a52a0;
        }

            .dcarousel .owl-item .dtext .dinner {
                display: inline-block;
                width: 100%;
                vertical-align: middle;
                line-height: normal;
                padding: 0 0 0 45px;
            }

                .dcarousel .owl-item .dtext .dinner li {
                    text-align: left;
                }

            .dcarousel .owl-item .dtext p {
                font-weight: 500;
                font-size: 1.454545454545455em;
            }

            .dcarousel .owl-item .dtext ul,
            .dcarousel .owl-item .dtext li {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            .dcarousel .owl-item .dtext ul {
                padding-left: 9px;
                margin-top: 6px;
            }

                .dcarousel .owl-item .dtext li {
                    padding: 0 0 6px 22px;
                    background: url('img/marker.png') 0 11px no-repeat;
                }

            .dcarousel .owl-item .dtext a {
                display: block;
                width: 100%;
                height: 100%;
                color: #ffffff;
            }

    .dcarousel .owl-controls {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        display: table;
    }

    .dcarousel .owl-controls .owl-pagination {
        width: 100%;
        display: table;
    }

        .dcarousel .owl-controls .owl-pagination .owl-page {
            display: table-cell;
        }

            .dcarousel .owl-controls .owl-pagination .owl-page span {
                margin: 0 5px;
                display: block;
                width: auto;
                height: 5px;
                border-radius: 0;
                transition: all .2s ease-in-out;
                background: #a8c4ed;
            }

                .dcarousel .owl-controls .owl-pagination .owl-page:hover span,
                .dcarousel .owl-controls .owl-pagination .owl-page.active span {
                    background: #09469b;
                }

    .dcarousel .owl-item:nth-child(2) .dinner {
        padding: 0;
        text-align: center;
    }

        .dcarousel .owl-item:nth-child(2) .dtext p {
            font-size: 1.1875em;
            padding-top: 135px;
            text-align: center;
            background: url('img/bgcarouselli2.png') 50% 0 no-repeat;
        }

    .dcarousel .owl-item:nth-child(3) .dinner {
        padding: 0;
        text-align: center;
        font-size: 1.7em;
        line-height: 1em;
    }

        .dcarousel .owl-item:nth-child(3) .dtext p {
            font-size: 1em;
            padding-top: 137px;
            text-align: center;
            background: url('img/bgcarouselli3.png') 50% 0 no-repeat;
        }

    .dcarousel .owl-item:nth-child(4) .dinner {
        text-align: center;
        padding: 0;
        font-size: 1.05em;
        line-height: 1.1em;
    }

        .dcarousel .owl-item:nth-child(4) .dtext p {
            font-size: 1.05em;
            font-weight: 700;
        }

.dhelp {
    min-height: 403px;
    padding: 26px 20px 20px 20px;
    margin-left: -38px;
    color: #000000;
    border: 1px solid #7096c7;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 5px 26px rgba(10,71,155,0.15);
    background: #e6f1fa;
    background: -moz-linear-gradient(top,  #e6f1fa 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #e6f1fa 0%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e6f1fa 0%,#ffffff 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f1fa', endColorstr='#ffffff',GradientType=0 );
}

    .dhelp p {
        font-size: 1.125em;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.2em;
        margin: 0 0 20px 0;
    }

    .dhelp a {
        transition: none;
        border-top: 1px solid #ededee;
        margin: 0 0 18px 0;
        line-height: 1.1em;
        position: relative;
        padding: 16px 0 0 56px;
        color: #003f97;
        display: block;
        text-align: left;
        text-decoration-color: #a8c4ed;
        text-decoration-style: solid;
        text-decoration-line: underline;
    }

        .dhelp a:hover,
        .dhelp a:active {
            text-decoration: none;
        }

        .dhelp a:before {
            content: "";
            display: block;
            position: absolute;
            background: url('img/sprite.png') -1000px -1000px no-repeat;
        }

            .dhelp a:nth-child(2) {
                padding-top: 0;
                border-top: 0;
            }

                .dhelp a:nth-child(2):before {
                    top: 1px;
                    left: -1px;
                    width: 46px;
                    height: 37px;
                    background-position: 0 -100px;
                }

                    .dhelp a:nth-child(2):hover:before,
                    .dhelp a:nth-child(2):active:before {
                        background-position: 0 -274px;
                    }


                .dhelp a:nth-child(3):before {
                    top: 21px;
                    left: -4px;
                    width: 50px;
                    height: 29px;
                    background-position: -66px -102px;
                }

                    .dhelp a:nth-child(3):hover:before,
                    .dhelp a:nth-child(3):active:before {
                        background-position: -66px -276px;
                    }

                .dhelp a:nth-child(4):before {
                    top: 24px;
                    left: 4px;
                    width: 36px;
                    height: 31px;
                    background-position: -134px -102px;
                }

                    .dhelp a:nth-child(4):hover:before,
                    .dhelp a:nth-child(4):active:before {
                        background-position: -134px -276px;
                    }

.dblocktext {
    position: relative;
    border-radius: 3px;
    border: 1px solid #7096c7;
    margin: 0 0 25px 0;
    padding: 30px 45px;
    box-shadow: 0 5px 26px rgba(10,71,155,0.15);
    background: #ffffff;
}

    .dblocktext:before,
    .dblocktext:after {
        content: "";
        display: none;
        position: absolute;
    }

    .dblocktext.dtoggle {
        height: 1080px;
        overflow: hidden;
    }

        .dblocktext.dtoggle.opened {
            height: auto;
        }

            .dblocktext.dtoggle.opened .amore {
                display: none;
            }

        .dblocktext.dtoggle .amore {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 123px;
            padding: 57px 0 0 59px;
            display: block;
            cursor: pointer;
            font-size: 1.294117647058824em;
            color: #003f97;
            text-decoration: underline;
            background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 50%);
            background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 50%);
            background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 50%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 );
        }

            .dblocktext.dtoggle .amore i {
                font-style: normal;
                position: relative;
            }

            .dblocktext.dtoggle .amore i:before {
                position: absolute;
                top: 1px;
                left: -16px;
                content: "+";
            }

            .dblocktext.dtoggle .amore:hover,
            .dblocktext.dtoggle .amore:active {
                text-decoration: none;
            }

    .dblocktext.daccardion {
        padding: 0;
        margin-bottom: 3px;
    }

        .dblocktext.daccardion:hover,
        .dblocktext.daccardion:active,
        .dblocktext.daccardion.opened {
            border-color: #e34747;
        }

        .dblocktext.daccardion .dcaption {
            padding: 15px 40px 15px 87px;
            cursor: pointer;
            position: relative;
            font-size: 1.176470588235294em;
            text-transform: uppercase;
            font-weight: 400;
            background: #e6f1fa;
            background: -moz-linear-gradient(top,  #e6f1fa 0%, #ffffff 50%, #ffffff 100%);
            background: -webkit-linear-gradient(top,  #e6f1fa 0%,#ffffff 50%,#ffffff 100%);
            background: linear-gradient(to bottom,  #e6f1fa 0%,#ffffff 50%,#ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f1fa', endColorstr='#ffffff',GradientType=0 );
        }

            .dblocktext.daccardion .dcaption h3 {
                padding: 0;
                margin: 0;
                font-weight: 400;
                font-size: inherit;
            }

            .dblocktext.daccardion.opened .dcaption {
                background: none;
            }

            .dblocktext.daccardion .dcaption:before,
            .dblocktext.daccardion .dcaption:after {
                content: "";
                display: block;
                position: absolute;
                background: url('img/sprite.png') -1000px -1000px no-repeat;
            }

            .dblocktext.daccardion.d1 .dcaption:before {
                left: 23px;
                top: 5px;
                width: 38px;
                height: 42px;
                background-position: 0 -154px;
            }

                .dblocktext.daccardion.d1 .dcaption:hover:before,
                .dblocktext.daccardion.d1 .dcaption:active:before,
                .dblocktext.daccardion.d1.opened .dcaption:before {
                    background-position: 0 -328px;
                }

            .dblocktext.daccardion.d2 .dcaption:before {
                left: 19px;
                top: 6px;
                width: 42px;
                height: 40px;
                background-position: -68px -155px;
            }

                .dblocktext.daccardion.d2 .dcaption:hover:before,
                .dblocktext.daccardion.d2 .dcaption:active:before,
                .dblocktext.daccardion.d2.opened .dcaption:before {
                    background-position: -68px -329px;
                }

        .dblocktext.daccardion.d3 {
            margin-bottom: 25px;
        }

            .dblocktext.daccardion.d3 .dcaption:before {
                left: 21px;
                top: 7px;
                width: 39px;
                height: 35px;
                background-position: -139px -156px;
            }

                .dblocktext.daccardion.d3 .dcaption:hover:before,
                .dblocktext.daccardion.d3 .dcaption:active:before,
                .dblocktext.daccardion.d3.opened .dcaption:before {
                    background-position: -139px -330px;
                }

            .dblocktext.daccardion .dcaption:after {
                right: 17px;
                top: 15px;
                width: 21px;
                height: 21px;
                font-size: 2.2em;
                color: #003f97;
                background-position: -178px 0;
            }

                .dblocktext.daccardion.opened .dcaption:after {
                    background-position: -178px -29px;
                }

        .dblocktext.daccardion .dtext {
            display: none;
            font-size: 0.9411764705882353em;
            line-height: 1.3em;
            padding: 33px 85px 28px 85px;
            background: -moz-linear-gradient(top,  rgba(255,243,243,1) 0%, rgba(255,255,255,0) 25%);
            background: -webkit-linear-gradient(top,  rgba(255,243,243,1) 0%,rgba(255,255,255,0) 25%);
            background: linear-gradient(to bottom,  rgba(255,243,243,1) 0%,rgba(255,255,255,0) 25%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3f3', endColorstr='#00ffffff',GradientType=0 );
        }

        .dblocktext.daccardion.opened .dtext {
            display: block;
        }

    .dblocktext.dtabber {

    }

        .dblocktext.dtabber .dh1 {
            line-height: 1em;
            margin-bottom: 37px;
        }

        .dblocktext.dtabber .dcaption {
            display: table;
            width: 100%;
            border-bottom: 1px solid #7096c7;
        }

            .dblocktext.dtabber .dcaption a {
                display: table-cell;
                padding: 0 0 0 5px;
            }

                .dblocktext.dtabber .dcaption a:first-child {
                    padding-left: 0;
                }

                .dblocktext.dtabber .dcaption a i {
                    position: relative;
                    cursor: pointer;
                    padding: 15px 0 17px 77px;
                    white-space: nowrap;
                    display: block;
                    font-style: normal;
                    border: 1px solid #ebf3ff;
                    border-bottom: none;
                    color: #003f97;
                    text-transform: uppercase;
                    font-size: 0.9411764705882353em;
                    font-weight: 400;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;
                    background: rgb(235,243,255);
                    background: -moz-linear-gradient(top,  rgba(235,243,255,1) 0%, rgba(234,242,255,1) 90%, rgba(206,221,242,1) 100%);
                    background: -webkit-linear-gradient(top,  rgba(235,243,255,1) 0%,rgba(234,242,255,1) 90%,rgba(206,221,242,1) 100%);
                    background: linear-gradient(to bottom,  rgba(235,243,255,1) 0%,rgba(234,242,255,1) 90%,rgba(206,221,242,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3ff', endColorstr='#ceddf2',GradientType=0 );
                }

                .dblocktext.dtabber .dcaption a:hover i,
                .dblocktext.dtabber .dcaption a:active i {
                    border-color: #003f97;
                    background: rgb(255,255,255);
                    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,255,1) 90%, rgba(223,231,242,1) 100%);
                    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,255,1) 90%,rgba(223,231,242,1) 100%);
                    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,255,1) 90%,rgba(223,231,242,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe7f2',GradientType=0 );
                }

                    .dblocktext.dtabber .dcaption a i:before {
                        content: "";
                        display: block;
                        position: absolute;
                        background: url('img/sprite.png') -1000px -1000px no-repeat;
                    }

                    .dblocktext.dtabber .dcaption .a1 i:before {
                        left: 33px;
                        top: 7px;
                        width: 33px;
                        height: 36px;
                        background-position: -8px -215px;
                    }

                        .dblocktext.dtabber .dcaption .a1.selected i:before {
                            background-position: 0 -390px;
                        }

                .dblocktext.dtabber .dcaption .a2 i {
                    padding-left: 82px;
                }

                    .dblocktext.dtabber .dcaption .a2 i:before {
                        left: 39px;
                        top: 8px;
                        width: 31px;
                        height: 40px;
                        background-position: -74px -218px;
                    }

                .dblocktext.dtabber .dcaption .a3 i {
                    padding-left: 95px;
                }

                    .dblocktext.dtabber .dcaption .a3 i:before {
                        left: 37px;
                        top: 9px;
                        width: 49px;
                        height: 38px;
                        background-position: -133px -212px;
                    }

            .dblocktext.dtabber .dcaption a.selected i {
                color: #ffffff;
                border-color: #1a52a0;
                background: #1a52a0;
            }

        .dblocktext.dtabber .dtext {
            display: none;
            padding: 31px 0 0 0;
        }

            .dblocktext.dtabber .dtext strong {
                font-size: 1.235294117647059em;
                font-weight: 500;
            }

.dpage {
    font-size: 0.9375em;
    line-height: 1.4em;
}

    .dpage p {
        margin: 0 0 22px 0;
    }

    .dpage li {
        color: #003f97;
    }

    .dpage > h1:first-child,
    .dpage > .dblocktext > h1:first-child,
    .dpage > .dblocktext > h1:nth-child(2),
    #main-content > h1:first-child,
    .page-content > h1:first-child {
        margin-top: 0;
    }

.dwarning {
    padding: 16px 0 21px 0;
    margin: 0 0 22px 0;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ffd1d1;
    background: #fff0f0;
    background: -moz-linear-gradient(top,  #fff0f0 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #fff0f0 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #fff0f0 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f0', endColorstr='#ffffff',GradientType=0 );
}

    .dwarning strong {
        color: #e34747;
        font-size: 1.294117647058824em;
    }

.dtable {
    display: table;
    border-spacing: 0;
    width: 100%;
}

.dtd {
    position: relative;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

    .dtd:after,
    .dtd:before {
        position: absolute;
        content: "";
        display: block;
    }

.dnotice {
    border-top: 3px solid #84c564;
    border-bottom: 1px solid #84c564;
    margin: 0 0 0 -45px;
    padding: 1.176470588235294em 5.882352941176471em 1em 8.235294117647059em;
}

    .dnotice strong {
        font-size: 1.294117647058824em;
    }

.dnotice-2 {
    margin: 30px 0 30px 0;
    padding: 1.058823529411765em 4em 1.411764705882353em 2.352941176470588em;
    border-radius: 2px;
    border: 1px solid #c9d8ee;
    text-align: center;
    background: rgb(235,243,255);
    background: -moz-linear-gradient(top,  rgba(235,243,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(235,243,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(235,243,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3ff', endColorstr='#ffffff',GradientType=0 );
}

    .dnotice-2 > strong {
        color: #003f97;
        font-size: 1.294117647058824em;
    }

    .dnotice-2 p {
        margin: 0;
        padding: 0;
    }

.thumbnail {
    text-align: center;
}

.jumbotron {
    text-align: left;
    padding: 28px 30px !important;
    background: #ebf3ff;
}

    .jumbotron .aname {
        display: block;
        margin-bottom: 20px;
        font-size: 1.4em;
        font-weight: 500;
        text-decoration: none;
    }

        .jumbotron .aname:hover,
        .jumbotron .aname:active {
            color: #eb4444;
        }

            .jumbotron .dtext {
                font-size: 0.9411764705882353em;
            }

            .jumbotron .dtext p {
                font-size: 1em;
            }

            .jumbotron .dtext img {
                border-radius: 3px;
            }

    .sblog.s2 .jumbotron .dtext {
        font-style: italic;
        padding-left: 40px;
    }

.contacts-map {
    height: 446px;
    background: lightgray;
    border-top: 25px solid #83b4f7;
}

    .contacts-map-header {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        margin-top: -25px;
        height: 25px;
        position: relative;
        z-index: 1;
        text-align: right;
        font-size: 0;
        font-weight: 300;
        line-height: 25px;
    }

        .contacts-map-header a {
            text-decoration: none !important;
            text-transform: uppercase;
            padding: 0 18px;
            display: inline-block;
            font-size: 22px;
            color: #ffffff !important;
            background: #3996d5;
        }

    .contacts-map-header a.active {
        background: #83b4f7;
    }

.contacts-map-container {
    height: 100%;
}

#js-map-yandex, #js-map-google {
    height: 100%;
}

.dpagination {
    text-align: center;
}

.pagination {

}

    .pagination a {
        color: #003f97 !important;
    }

        .pagination .active a,
        .pagination .active a:hover {
            border-color: #d72727;
            color: #ffffff !important;
            background: #d72727;
            background: -moz-linear-gradient(top,  #d72727 0%, #d51c1c 100%);
            background: -webkit-linear-gradient(top,  #d72727 0%,#d51c1c 100%);
            background: linear-gradient(to bottom,  #d72727 0%,#d51c1c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72727', endColorstr='#d51c1c',GradientType=0);
        }

.dalbums {

}

    .dalbums .thumbnail {
        text-align: center;
    }

        .dalbums .thumbnail .dimagewrapper {
            display: inline-block;
        }

        .dalbums .thumbnail .dimage {
            width: 211px;
            height: 211px;
            display: table-cell;
            vertical-align: middle;
        }

            .dalbums .thumbnail .dimage a {
                display: block;
                text-align: center;
            }

                .dalbums .thumbnail .dimage img {
                    max-width: 211px;
                    max-height: 211px;
                }

        .dalbums .thumbnail .aname {
            color: #003f97;
            font-size: 0.9375em;
            display: block;
            height: 62px;
            line-height: 62px;
            overflow: hidden;
            text-align: center;
        }

            .dalbums .thumbnail .aname span {
                vertical-align: middle;
                line-height: 13px !important;
                display: inline-block;
            }

            .dalbums .thumbnail .aname:hover,
            .dalbums .thumbnail .aname:active {
                color: #eb4444;
            }

.dstepper {
    position: relative;
    margin: 40px 0 0 0;
    text-align: center;
    border-top: 1px solid #454545;
}

.dspin {
    color: #feed01;
    font-size: 3em;
}

.lazyloading-load-more {
    margin-top: 43px;
}

.col {
    float: left;
}

.breadcrumbs {
    color: #727577;
    font-size: 0.8125em;
    margin-bottom: 15px;
}

    .breadcrumbs a {
        color: #4c75a3;
    }

        .breadcrumbs a:hover,
        .breadcrumbs a:active {
            text-decoration: underline;
        }

.dpage dl {

}

    .dpage dl dt {
        font-size: 0.9375em;
        font-weight: 600;
        white-space: normal;
        padding-bottom: 10px;
    }

    .dpage dl dd {
        padding-bottom: 10px;
    }

.page-content {
    /*margin: 0 0 38px 0;
    color: #4d4d4d;
    padding: 30px 27px;
    border-radius: 3px;
    background: #ffffff;*/
}

.nowrap {
    white-space: nowrap;
}

.wa-form {
    float: left;
    margin: 10px 0;
    overflow: visible;
}

    .wa-form .wa-field {
        clear: left;
        margin: 0;
        padding-top: 3px;
    }

    .wa-form .wa-field.wa-required .wa-name::after {
        color: #faa;
        content: " *";
    }

    .checkout .wa-form .wa-field .wa-name {
        padding-top: 0.3em;
    }

    .wa-form .wa-field .wa-name {
        /*color: #888;*/
        /*float: left;*/
        font-size: 0.95em;
        padding-bottom: 5px;
        font-weight: bold;
        color: #000000;
        /*width: 155px;*/
    }

    .wa-form .wa-field .wa-value {
        margin-bottom: 5px;
        /*margin-left: 180px;*/
        position: relative;
    }

.clear-both {
    clear: both;
}

.dl-horizontal dt {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.input-group-addon.asterisc {
    color: #ff0000;
}

.photo-view-swipebox {
    padding: 20px 0 0 0;
}

    .photo-view-swipebox .athumb {
        display: inline-block;
        border: 2px solid #91c73e;
        margin: 0 10px 10px 0;
        font-size: 0;
        line-height: 0;
    }

        .photo-view-swipebox .athumb:hover,
        .photo-view-swipebox .athumb:focus,
        .photo-view-swipebox .athumb:active {
            border-color: #ff0000;
        }

        .photo-view-swipebox .athumb img {
            width: auto !important;
            height: 133px !important;
        }

.dmaincon {
    margin: 0 auto;
    position: relative;
}

.dcertificates {

}

    .dcertificates .dtext {
        padding: 10px 10px 20px 10px;
    }

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

        .dcertificates li {
            float: left;
            text-align: center;
            width: 79px;
            height: 113px;
            margin: 5px 6px 5px 5px;
        }

            .dcertificates li img {
                max-width: 100%;
                max-height: 100%;
            }

#swipebox-overlay {
    background: rgba(0,0,0,0.9) !important;
}

.dfaq {

}

    .dfaq a {

    }

    .dfaq a {

    }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ebf3ff;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(235,68,68,0.1);
}

.center {
    text-align: center;
}

.pageless-progress {
    font-size: 2em;
    color: #eb4444;
}

.pageless-wrapper {
    text-align: center;
}

.dorderprice {
    float: right;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 0 1em 3em;
    width: 25.6em;
    background: #fff4d6;
}

    .dorderprice .dbanner {
        height: 200px;
        background: url('img/bgorderprice.jpg') 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .dorderprice .dtext {
        padding: 17px 1em 1.8em 1em;
    }

    .dorderprice .dtable {
        color: #000000;
        font-weight: 700;
        font-size: 1.2em;
    }

        .dorderprice .dtable .dtd {
            vertical-align: middle;
        }

    .dorderprice .dprice {
        float: right;
        padding: 0 10px 0 0;
        position: relative;
        white-space: nowrap;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 1.277777777777778em;
        background: #fec834;
    }

        .dorderprice .dprice:before {
            position: absolute;
            top: 0;
            left: -19px;
            width: 19px;
            height: 50px;
            content: "";
            background: url('img/sprite.png') 0 -450px no-repeat;
        }

    .dorderprice .button {
        display: block;
        margin: 1em 0 1em 0;
    }

    .dorderprice .dinfo {
        text-align: center;
        font-style: italic;
    }

.aback {
    display: block;
}

.usitemap ul {
     padding: 10px 0 0 20px;
}

.pagination li {
    padding: 0;
}

.tprices {

}

    .tprices.books {
        /*margin-top: -50px;*/
    }

        .tprices.books tr th:first-child {

        }

        .tprices.books tr th:nth-child(2) {
            text-align: center;
            width: 80px;
        }

        .tprices.books tr th:nth-child(3) {
            text-align: center;
            width: 80px;
        }

        .tprices.books tr th:nth-child(4) {
            text-align: center;
            width: 80px;
        }

    .tprices td {
        color: #003f97;
    }

    .tprices thead tr th:nth-child(2) {
        text-align: center;
    }

    .tprices tbody tr td:nth-child(2) {
        white-space: nowrap;
        text-align: center;
    }

    .tprices.books thead tr th {
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        .tprices.books thead tr:first-child th:first-child {
            text-align: left;
            padding-left: 8px;
        }

        .tprices.books tbody tr td:first-child {

        }

        .tprices.books tbody tr td:nth-child(2) {
            text-align: center;
            vertical-align: middle;
        }

        .tprices.books tbody tr td:nth-child(3) {
            text-align: center;
            vertical-align: middle;
        }

        .tprices.books tbody tr td:nth-child(4) {
            text-align: center;
            vertical-align: middle;
        }


ul.albums,
ul.albums li {
    list-style: none !important;
    padding: 0;
}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
}

.dcontactslist {

}

    .dcontactslist a {
        display: block;
    }

        .dcontactslist a:hover,
        .dcontactslist a:active {
            color: #003f97;
        }

            .dcontactslist a:hover span,
            .dcontactslist a:active span {
                border-bottom: 1px dashed #003f97;
            }

    .dcontactslist.metro a {
        padding: 5px 5px 5px 40px;
        background: url('img/metro.png') 0 0 no-repeat;
    }

    .apoint,
    .dcontactslist.regions a {
        display: block;
        padding: 5px 5px 5px 23px;
        background: url('img/map-pin.png') 0 5px no-repeat;
        background-size: 15px 22px;
    }

.dpage.spravka {

}

    .dpage.spravka .thumbnail {
        border: none;
    }

        .dpage.spravka .thumbnail .caption {
            padding: 0;
        }

            .dpage.spravka .thumbnail .caption p {
                margin: 0;
            }

            .dpage.spravka .thumbnail .caption a {
                display: block;
                text-align: left;
                font-style: italic;
                text-decoration: none;
                font-size: 1.133333333333333em;
                color: #333333;
                line-height: 1.2em;
                padding: 7px 0 20px 0;
                position: relative;
            }

                .dpage.spravka .thumbnail .caption a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 28%;
                    height: 1px;
                    border-top: 1px solid #003f97;
                }

                .dpage.spravka .thumbnail:hover .caption a {
                    color: #003f97;
                }

        .dpage.spravka .thumbnail > a {
            position: relative;
            display: block;
        }

            .dpage.spravka .thumbnail > a:before {
                transition: all .2s ease-in-out;
                display: block;
                opacity: 0;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url('img/lupa.png') 50% 50% no-repeat rgba(255,255,255,0.65);
            }

            .dpage.spravka .thumbnail:hover > a:before {
                opacity: 1;
            }

/**********************************************************************************************************************/
/*body {
    min-width: 1384px !important;
}
.container {
    width: 1384px !important;
}*/

