/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {
}

/* Hide Scroll to Top */
@media (max-width: 1390px) {

    #totop-scroller {
        right: -50px;
    }
}

/* Hide Scroll to Top */
@media (max-width: 1100px) {

    #totop-scroller {
        display: none;
    }
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

    .notice-subtitle {
        padding-top: 25px;
    }

    #footer {
        text-align: center;
        font-size: 12px;
    }

    #menubar {
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    #menubar #logo {
        /*+placement:margin-auto 0px 0px;*/
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 0px;
        top: 0px;
        text-align: center;
        width: 100%;
    }

    #menu {
        text-align: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    /*[clearfix]*/ #menu UL.menu.menu-dropdown {
        float: none;
        text-align: center;
        display: inline-block;
    }

    .menu-dropdown .dropdown {
        top: 77px;
        z-index: 99999;
        text-align: left;
    }
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

    .grid-gutter > .grid-box:nth-child(n+3) > * {
        margin-top: 0px;
    }

    .grid-gutter > .grid-box.width25 > * {
        margin-top: 15px;
    }
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

    /* Layout */
    #search {
        display: none;
    }
}

/* Only Phones */
@media (max-width: 767px) {

    /* Layout */
    #toolbar, #headerbar, #menubar, #breadcrumbs, #totop-scroller {
        display: none;
    }

    .module-page-title {
        text-align: center;
    }

    #header-responsive {
        text-align: center;
        padding: 20px;
    }

    #header-responsive SELECT {
        border: 1px solid #dedede;
        padding: 5px;
    }

    #header-responsive .logo {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #footer {
        text-align: center;
        font-size: 12px;
    }

    .grid-gutter > .grid-box:nth-child(n+1) > * {
        margin-top: 15px;
    }

    /*Widgetkit Slideshow Caption*/
    .wk-slideshow-default .caption {
        display: none;
    }

    .wk-slideshow-default .caption H1, .wk-slideshow-default .caption H2, .wk-slideshow-default .caption H3, .wk-slideshow-default .caption H4, .wk-slideshow-default .caption H5, .wk-slideshow-default .caption P {
        display: none;
    }

    .layout-slideshow .sprocket-features-content {
        display: none;
    }
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

    /* System */
    #system .items .item, #system .items .item:first-child {
        margin-top: 12px;
        padding-top: 18px;
        border-top-width: 1px;
    }

    #system .items :first-child .item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-width: 0;
    }

    #system .items .leading .item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-width: 0;
    }
}
