body#Sytten_2, body#Sytten_2demo {/* The following line is used to detect whether this file is in use */
    max-width:100%;
}
@media only screen and (max-width : 1024px) {
    body{
        min-width:100%;
    }
    div.outer{
        min-width:100%;
    }
    div.inner{
        width:94%;
    }
    .pageHeader{
        width:100%;
        background-size:cover;
    }
}
@media only screen and (max-width : 768px) {
    div.outer.top{
        /*
         * To aid with positioning of a.responsiveMenu
         * by removing it from the document flow with
         * position absolute, we set its parent element
         * to relative so it retains a relationship with
         * div.outer.top and not the window.
         */
        position: relative;
    }
    div.titleBlock {
        font-size: 70%;
    }
    div.header{
        display:none;
    }
    div.outer.top div.inner.top div.lower.top {
        margin-top:2%;
        border-radius:5px;
    }
    div#extraContainer12 ul.social_links li a {
        font-size: 1em;
        line-height: 1.5em;
        padding: 0 0.25em;
        vertical-align: middle;
    }
    div.wide,
    div.middle div.narrow,
    div.middle div.narrow.right,
    div.middle div.narrow.left,
    div#footer,nav#breadcrumb{
        float:none;
        padding:2%;
        width:auto;
    }
    div.titleBlock {
        line-height:1.3em;
    }
    a#logo {
        display:none;
    }
    /*seyDoggyGrid*/
    .seydoggyGrid .three,.seydoggyGrid .four,.seydoggyGrid .five,.seydoggyGrid .six,.seydoggyGrid .two3rds,.seydoggyGrid .three4ths,.seydoggyGrid .four5ths,.seydoggyGrid .five6ths{
        float: none;width:auto;
    }
    /* menu button */
    a.responsiveMenu {
        border: 1px solid;
        border-radius: 5px;
        display:block;
        height: 32px;
        width: 36px;
        text-align: center;
        text-decoration: none;
        position: absolute;
        right: 3%;
        top: 0.8em;
    }
    a.responsiveMenu i.icon-reorder {
        position: relative;
        top: 0.25em;
        font-size: 1.25em;
    }
    div.outer.responsivePanel {
        padding-top:1em;
        box-shadow: inset 0 -6px 6px -3px rgba(0,0,0,0.5);
    }
    div.outer.responsivePanel i.icon-remove {
        text-align:right;
        position:relative;
        right:0;
        display:block;
        cursor:pointer;
        font-size:1.25em;
    }
    nav.toolbar3 {
        display:block;
        margin:0;
        padding:1em;
    }
}
@media only screen and (max-width : 480px) {
    .breadcrumbContainer{
        display: none;
    }
    .filesharing-item{
        float: none;width:auto !important;
    }
    /*seyDoggyGrid*/
    .seydoggyGrid{
        margin-left:0;
    }
    .seydoggyGrid .column .content{
        margin-left:0;
    }
    .seydoggyGrid .two{
        float: none;width:auto;
    }
}
