/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/







/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {



    h1#page_title							{ margin: 40px 0 10px 0; padding:0; font-size:30px; line-height:40px; color:#acacac; }

    div#logo_row.row {
        overflow: visible;
    }

    div#login_box {
        margin-top: 20px;
        width: 250px;
        overflow: visible;
    }

    .form {
        overflow: visible;

    }

    a.cantLogin								{ position: relative; bottom: 0px; left: 0; }

    div.social_sprite {
        margin-top: 20px;
    }

    /* input[type=submit] 						{ position: absolute; bottom: -30px; right: 0; } */



    iframe#pizzaBoxDemo {
        position: absolute;
        height: 218px;
        width: 346px;
        top: 61px;
        left: 106px;
    }



    /* Design Studio */

    input[type=submit].big_button {
        font-size:16px;
        font-weight:normal;
        padding: 12px 30px;
        float: none;
        width: 100%;
        margin-top: 20px;
        position: static;
    }

    input[type=submit].save_button {
        font-size:17px;
        font-weight:normal;
        padding: 15px 30px;
        float: none;
        display: block;
        width: 358px;
        margin: 15px auto 15px 0;
        position: static;
    }


    /* Register */

    /*
    div#registerPage form#register-form div.fbLogin {
            width: 27% !important;
    }
    */

    /* Show Me How */

    div#stepByStep h2 {
        font-size: 40px;
    }





}



/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

    img#logo								{ margin-top: 10px; }

    h1#page_title							{ margin: 30px 0 0 0; padding:0; font-size: 19px; line-height:30px; color:#acacac; }

    div#login_box {
        margin-top: 0px;
        width: 220px;
    }

    div.social_sprite {
        margin-top: 0;
    }

    label.errorMessage {
        margin-left: 30px;
    }

    input.small								{ width: 75%; }

    a.cantLogin.link {
        left: 34px !important;
        top: 2px !important;
        display: inline-block;
        width: 120px !important;
        font-size: 12px !important;
        position: relative;
    }

    div#footer_row.row ul li				{ margin:0 0 15px 0; line-height: 24px; background: none; font-size: 11pt; vertical-align: middle; }




    /* Home Page */

    iframe#pizzaBoxDemo {
        position: absolute;
        height: 140px;
        width: 220px;
        top: 48px;
        left: 68px;
    }

    ul.benefitsList li {
        font-size: 16px;
    }

    div#homeContent_row.row h2 {
        font-size: 30px !important;
    }


    /* Menu */

    .flexnav li {
        font-size: 15px !important;
        width: 20% !important;
    }

    div#menu_row.row .flexnav li {
        width: 25% !important;
    }


    /* Categories */

    div#itemBox div.view {
        width: 28%;
        margin: 30px 10px 10px 10px;
        padding: 5px;
    }

    div#itemBox div.view div a.title {
        padding: 18px 5px 18px 5px;
        font-size: 22px;
    }




    /* Media Manager */

    #mediaManager_content div.mediaManagerItem {
        width: 27% !important;
    }


    /* Boxes */

    .costInfo {
        font-size: 16px;
    }


    /* My Profile */

    /*
    div.profileTabs div#tab-container.tab-container {
            height: 550px;
            width: 99%;
            position: relative;
    */

    /* 	border: 1px dotted yellow; */
}

/*
div.profileTabs div.form {
        position: absolute;
        width: 100%;
        top: 35px !important;
}
*/


/*
div.profileTabs .etabs { margin: 0; padding: 0; border-bottom: 1px solid #747474; }
div.profileTabs .tab { display: inline-block; zoom:1; *display:inline; background: #dbdbdb; border-top: solid 1px #999; border-left: solid 1px #999; border-right: solid 1px #999; border-bottom: 1px solid transparent; margin-bottom: 0 !important; width: 32%; text-align: center; border-bottom: 1px solid #000; height: 33px; }
div.profileTabs .tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; color: #000; }
div.profileTabs .tab a:hover { text-decoration: none; }
div.profileTabs .tab.active { background: #fff; border-color: #666; border-bottom: 1px solid #fff; }
div.profileTabs .tab a.active { font-weight: bold; }
div.profileTabs .tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
div.profileTabs .panel-container { margin-bottom: 10px; }

div#tabs1-settings {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
}
*/

div.settingsFormField {
    height: auto;
    min-height: 32px;
    margin: 8px auto;
    border-bottom: 1px dotted #e3e3e3;
}

form#app-options-form label {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

form#app-options-form input.small {
    width: 50%;
    padding: 8px;
    font-size: 10pt !important;
}

.grid-view table.items th,
.grid-view table.items td {
    font-size: 0.8em !important;
}

/* 
form#app-options-form table {
    margin-top: 40px !important;
}
 */




/* Register */

div#registerPage form#register-form label {
    font-size: 14px;
}

div#registerPage form#register-form input.small {
    width: 45%;
    /* height: 10px; */
    padding: 8px;
    /* margin: 2px 2px 10px 2px; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666666;

    -moz-box-shadow: inset 0 0 5px #999;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999;
    font-size: 9.5pt !important;
    float: right;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #000 !important;
}

.add-profilePicture-btn {
    width: 78%;
}

div#registerPage form#register-form select {
    float: right;
    width: 51%;
    font-size: 25px;
}

input#RegisterForm_agreement {
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 20px;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
}

input.ft_cb {
    margin-top: 2px;
    margin-left: 0px;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(1.3);
    -o-transform: scale(2);
    padding: 5px;
}

form#app-options-form td {
    width: 20%;
    margin-right: 5px;
}

form#app-options-form table label {
    margin-left: 8px;
    font-size: 13px;
}

/*
div#registerPage form#register-form div.fbLogin {
        width: 42% !important;
}
*/

div#registerPage div.grid_5 {
    overflow: visible;
}

p.phoneRequiredMessage {
    width: 120%;
    font-size: 12px;
}


/* Show Me How */

div#stepByStep h2 {
    font-size: 25px;
}

div.stepsMenu {
    font-size: 13px;
}





/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {


    div#logo_row.row						{ overflow: visible; position: relative; }

    div#logo_box							{ width: 130px; }

    img#logo								{ height: auto; width: 100%; }

    h1#page_title							{ margin-top: 65px; font-size:24px; line-height:30px; }

    div#login_box {
        width: 140px;
        position: absolute;
        top: 5px;
        right: 0;
    }

    label.errorMessage {
        color: red;
        text-align: left;
        height: 12px;
        font-size: 90%;
    }

    input.small								{ margin: 2px 2px 6px 2px; font-size: 10pt; }

    a.cantLogin								{ position: absolute; bottom: -140px; left: 60px; }

    /* input[type=submit] 						{ position: absolute; bottom: -35px; right: 0; } */

    div.social_sprite {
        display: none;
    }


    div#menu_row.row {
        margin: 20px auto;
    }



    div#content_row.row {
        margin: 20px auto 60px auto;
    }

    /* Home */

    div#iPad_row.row, div#pc_row.row, div#video_row.row, div#interactive_row.row, div#sharing.row, div#audience.row {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    div#interactive_row ul.benefitsList {
        width: 99% !important;
    }

    iframe#pizzaBoxDemo {
        height: 117px;
        width: 186px;
        top: 44px;
        left: 57px;
    }



    div#footer_row.row {
        height: auto;
        padding-top: 60px;
    }

    div#copyright_row.row {
        height: auto;
        position: relative;
    }

    p#copyright_text {
        font-size: 13px;
        text-align: center;
        line-height: 50px;
    }


    /* Categories */

    div#itemBox div.view {
        width: 95%;
    }

    /* Boxes */

    div.view.boxChoices.indivBoxes {
        height: 220px !important;
        margin-bottom: 60px !important;
        width: 99% !important;
    }



    /* Design Studio */

    /*
    h3#view_label {
            font-size: 18px;
    }
    */

    /*
    ul#views {
    width: 350px;
    }
    */

    /*
    ul#views a, ul#views a:visited {
            font-size: 13px;
            padding: 6px 4px;
            margin: 0 3px;
    }
    */

    div#tab-container.tab-container {
        height: 700px;
        width: 300px;
        position: relative;
    }

    .tab a {
        font-size: 9px;
    }

    .tab {
        width: 32.8%;
    }



    div.section {
        height: 550px;
        width: 225px;
        margin: 20px;
        padding: 20px;
    }

    input[type="submit"].save_button {
        width: 300px;
    }


    /* Search Results */


    div.tab.row {
        display: block;
        float: none;
        zoom: none;
        display: inherit;
        background: none;
        border: none;
        border-bottom: none;
        margin-bottom: none;
        width: 280px;

        position: relative;
        left: -10px !important;
    }

    div.detailsTitle
    {
        width: 75% !important;
    }


    /* Media Manager */

    #mediaManager_content div.mediaManagerItem {
        width: 90% !important;
    }

    /* Register */

    div#registerPage form#register-form label {
        font-size: 13px;
    }

    div#registerPage form#register-form input.small {
        width: 40%;
        margin-right: 45px;
    }

    div#registerPage form#register-form select {
        /* float: right; */
        width: 40%;
        font-size: 25px;
        margin-right: 45px;
    }

    input#RegisterForm_agreement {
        display: inline-block;
        float: right;
        margin-top: -26px;
        margin-left: 8px;
        margin-right: 50px;
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        padding: 10px;
    }

    div#registerPage form#register-form input[type="submit"] {
        margin-right: 40px !important;
    }



}



/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {

    div#login_box {
        width: 200px;
        position: absolute;
        top: 5px;
        right: 0;
    }

    a.cantLogin								{ position: absolute; bottom: -25px; }

    /* Media Manager */

    #mediaManager_content div.mediaManagerItem {
        width: 42% !important;
    }



}



/***** Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {


}
