/* <= 1470 */
@media (max-width: 1470px) {
    /* Scroll top button */
        .vs-scroll_top_button { display: none; }
}

/* <= 1200 */
@media (max-width: 1200px) {
    /* Panel */
        .vs-panel { display: none; }
    /* Body */
        .vs-body { padding-top: 70px; }
    /* Grid */
        .vs-grid-full { float: left; width: 100%; max-width: inherit; margin-left: auto; margin-right: auto; }
    /* Menu inner */
        .vs-menu-inner .vs-h-nav ul { white-space: nowrap; overflow: hidden; } /* menu in string (fix) */
    /* Filter */
        /* Inputs */
            /* Block */
                .vs-filter .vs-filter-inputs > div { float: none; margin: 0 auto; }
                .vs-filter .vs-filter-inputs > div + div { margin-top: 15px; }
    /* Cells */
        .vs-cells { font-size: .9em; }
        /* SIZE */
            /* Large, Big + Big vertical cell */
                /* Title */
                    .vs-grid-cell-large .vs-cells-title a,
                    .vs-grid-cell-h-big.vs-grid-cell-big .vs-cells-title a
                        { font-size: 1.4285em; line-height: 1.35em; } /* font size set as default */
    /* Form list */
        /* Press, Fill */
            /* Item */
                .vs-form-list-press > li,
                .vs-form-list-fill > li
                    { float: none; }
                .vs-form-list-press > li + li,
                .vs-form-list-fill > li + li
                    { margin-left: 0; margin-top: 20px; }
        /* Fill */
            /* Item */
                .vs-form-list .vs-form-list-fill > li  { width: 100%; }

    #vs-wrapper {
        width: 1220px;
    }
}

/* <= 920 */
/*@media (max-width: 920px) {*/
/*!* Grid *!*/
/*.vs-grid-full,*/
/*.vs-grid-medium,*/
/*.vs-grid-small,*/
/*.vs-section_menu-block !* Section menu (Block) *!*/
/*{ float: none!important; width: 100%; max-width: inherit; margin-left: auto; margin-right: auto; }*/
/*.vs-grid-large { width: 100%; }*/
/*!* Properties *!*/
/*.vs-properties > .vs-category:first-child { border-top-width: 1px; border-top-style: solid; }*/
/*!* Section menu *!*/
/*!* Block *!*/
/*.vs-section_menu-block { padding: 20px 0; }*/
/*!* Inner *!*/
/*.vs-section_menu-block > div { width: 100%; float: none; }*/
/*!* Title *!*/
/*.vs-section_menu-block-title { padding-right: 0; padding-bottom: 20px; }*/
/*.vs-section_menu-block-title h2 { text-align: center; margin: 0; }*/
/*!* Cells *!*/
/*.vs-cells { font-size: .8em; }*/
/*!* SIZE *!*/
/*!* Small, Big, Large *!*/
/*.vs-cells .vs-grid-cell-small,*/
/*.vs-cells .vs-grid-cell-big,*/
/*.vs-cells .vs-grid-cell-large*/
/*{ width: 50%; }*/
/*!* Big *!*/
/*.vs-grid-cell-big .vs-cells-title { width: 100%; }*/
/*!* Large *!*/
/*!* SIZE *!*/
/*!* Small *!*/
/*.vs-cells .vs-grid-cell-large .vs-grid-cell-small { width: 100%; }*/
/*!* Big *!*/
/*.vs-cells .vs-grid-cell-large .vs-grid-cell-big { display: none; }*/
/*!* Big vertical cell *!*/
/*.vs-cells .vs-grid-cell-h-big { height: 230px; } !* font size set as medium (default) *!*/
/*!* Category *!*/
/*.vs-grid-cell-h-big .vs-cells-category { bottom: 30px; }*/
/*!* SIZE *!*/
/*!* Big *!*/
/*!* Title *!*/
/*.vs-grid-cell-h-big.vs-grid-cell-big .vs-cells-title { width: 100%; }*/
/*!* Footer *!*/
/*.vs-footer-button { text-align: center; }*/
/*!* Last line *!*/
/*.vs-footer-last_line { margin-top: 40px; }*/
/*!* Copyright *!*/
/*.vs-footer-last_line .vs-copyright { margin-top: 20px; }*/
/*!* Copyright, Links *!*/
/*.vs-footer-last_line .vs-copyright,*/
/*.vs-footer-links*/
/*{ float: none; width: 100%; }*/
/*}*/

/*!* >= 600 and <= 920 *!*/
/*@media (min-width: 600px) and (max-width: 920px) {*/
/*!* Sections MAIN *!*/
/*!* Items *!*/
/*!* Item *!*/
/*.vs-sections_main-item { width: 50%; margin-bottom: 70px; }*/
/*}*/

/*!* <= 700 *!*/
/*@media (max-width: 700px) {*/
/*!* Profile Info *!*/
/*.vs-wrapper-profile_info > div > .vs-back { width: 100%; float: none; }*/
/*.vs-wrapper-profile_info .vs-form-list { width: 100%; float: none; }*/
/*.vs-wrapper-profile_info .vs-form-list + .vs-form-list { margin-top: 20px; }*/
/*!* Wrapper list *!*/
/*!* Appeals *!*/
/*!* Positions *!*/
/*.vs-wrapper-list-appeals [data-position='center'] { width: 50%; }*/
/*.vs-wrapper-list-appeals [data-position='right'] { width: 50%; padding-top: 20px; }*/
/*}*/

/*!* <= 600 *!*/
/*@media (max-width: 600px) {*/
/*!* Sections MAIN *!*/
/*!* Items *!*/
/*!* Item *!*/
/*.vs-sections_main-item { width: 100%; margin-bottom: 50px; }*/
/*!* Cells *!*/
/*!* Image *!*/
/*.vs-cells-image img { width: 100%; height: auto; } !* large width (fix) *!*/
/*!* SIZE *!*/
/*!* Small, Medium, Big, Large *!*/
/*.vs-cells .vs-grid-cell-small,*/
/*.vs-cells .vs-grid-cell-medium,*/
/*.vs-cells .vs-grid-cell-big,*/
/*.vs-cells .vs-grid-cell-large*/
/*{ width: 100%; }*/
/*}*/

/*!* >= 340 and <= 600 *!*/
/*@media (min-width: 340px) and (max-width: 600px) {*/
/*!* Navigation bar *!*/
/*!* Text *!*/
/*.navbar-default .navbar-text { font-size: 22px; }*/
/*}*/

/*!* <= 500 *!*/
/*@media (max-width: 500px) {*/
/*!* Wrapper list *!*/
/*!* Appeals *!*/
/*!* Positions *!*/
/*.vs-wrapper-list-appeals [data-position] { width: 100%; padding: 0; }*/
/*.vs-wrapper-list-appeals [data-position='center'] { padding-top: 40px; }*/
/*.vs-wrapper-list-appeals [data-position='right'] { padding-top: 20px; }*/
/*!* Footer *!*/
/*!* Sections *!*/
/*!* Section *!*/
/*.vs-footer-sections > div:first-child,*/
/*.vs-footer-sections > div*/
/*{ float: none; width: 100%; padding: 40px 20px 0; }*/
/*.vs-footer-sections > div:first-child { padding-top: 0; }*/
/*}*/

/*!* <= 340 *!*/
/*@media (max-width: 340px) {*/
/*!* Navigation bar *!*/
/*!* Text *!*/
/*.navbar-default .navbar-text { font-size: 19px; }*/
/*}*/

/*!* Print *!*/
/*@media print {*/
/*!* Padding *!*/
/*.vs-body { padding-top: 0; }*/
/*!* Hide *!*/
/*!* Header, Navigation bar, Panel, Footer *!*/
/*.vs-header,*/
/*.navbar,*/
/*#panel,*/
/*.vs-footer,*/
/*!* Breadcrumb, Icon Print, Social networks, Item -> Items *!*/
/*.vs-breadcrumb,*/
/*.vs-icon-print,*/
/*.vs-social_networks,*/
/*.vs-item .vs-items*/
/*{ display: none; }*/
/*}*/