/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
@import url(../warp/css/responsive.css);

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

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

}

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

    .wrapper {
        padding: 0;
    }

}

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

}

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

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

    /* Tools */
    .pricing .grid-box:not(.width33):nth-child(odd) > div {
        border-left: none;
        box-shadow: none;
    }

    .pricing .grid-box:not(.width33):nth-child(odd):last-child {
        width: 100%;
    }

    .pricing .grid-box:nth-child(n+3) {
        border-top: 1px solid #d1d1d1;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

}

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

    /* Layout */
    #toolbar,
    #logo,
    #menubar,
    #breadcrumbs {
        display: none;
    }

    #header-responsive {
        padding: 0 15px 15px;
    }

    #header-responsive .searchbox { /*background:none transparent;*/
        float: right;
        margin-top: 20px;
    }

    #header-responsive a.logo img {
        max-width: 120% !important;
        height: auto;
        margin-left: -10px;
        margin-top: 4px;
    }

    #header-responsive .searchbox input {
        float: right;
        background-color: #FFFFFF;
        color: #2C0422;
        border-radius: 4px 4px 4px 4px;
        font-size: 12px;
        height: 18px;
        text-indent: 3px;
        padding: 2px;
        max-width: 97%;
    }

    #header-responsive .menu-responsive {
        font-size: 14px;
        width: 100%;
        margin-top: 5px;
    }

    #header #headerbar {
        margin: -5px 10px 10px 0;
    }

}

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

}

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

    /* System */
    #content .items .item,
    #content .items .item:first-child {
        margin-top: 20px;
        padding-top: 18px;
        border-top-width: 1px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    }

    #content .items :first-child .item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-width: 0;
        box-shadow: none;
    }

    #content .items .leading .item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-width: 0;
        box-shadow: none;
    }

    /* Tools */
    .pricing .grid-box:nth-child(n+2) {
        border-top: 1px solid #d1d1d1;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .pricing .grid-box > div {
        border-left: none;
        box-shadow: none;
    }

    #content .item > .links a:nth-child(n+2) {
        margin-top: 10px;
    }

}
