body {
    margin: 0px 0px 1px 0px;
    background: #000;
}

#orientationPhone {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

#orientationTablet {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

.font1 {
    font-family: 'badaboom_pro_bbregular';
    left: -1000px;
    color: #000;
}

.font2 {
    font-family: 'todaysbboldregular';
    left: -1000px;
    color: #000;
}

.font3 {
    font-family: 'todaysbultitaregular';
    left: -1000px;
    color: #000;
}

@font-face {
    font-family: 'badaboom_bbregular';
    src: url('../fonts/badaboom-webfont.eot');
    src: url('../fonts/badaboom-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/badaboom-webfont.woff') format('woff'),
         url('../fonts/badaboom-webfont.ttf') format('truetype'),
         url('../fonts/badaboom-webfont.svg#badaboom_bbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'badaboom_pro_bbregular';
    src: url('../fonts/badaboom_pro_bb-webfont.eot');
    src: url('../fonts/badaboom_pro_bb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/badaboom_pro_bb-webfont.woff') format('woff'),
         url('../fonts/badaboom_pro_bb-webfont.ttf') format('truetype'),
         url('../fonts/badaboom_pro_bb-webfont.svg#badaboom_pro_bbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'todaysbboldregular';
    src: url('../fonts/today_sb-webfont.eot');
    src: url('../fonts/today_sb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/today_sb-webfont.woff') format('woff'),
         url('../fonts/today_sb-webfont.ttf') format('truetype'),
         url('../fonts/today_sb-webfont.svg#todaysbboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'todaysbultitaregular';
    src: url('../fonts/today_ultra-webfont.eot');
    src: url('../fonts/today_ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/today_ultra-webfont.woff') format('woff'),
         url('../fonts/today_ultra-webfont.ttf') format('truetype'),
         url('../fonts/today_ultra-webfont.svg#todaysbultitaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Begin iOS 7 CSS */

#ios7 {
    display: none;
}

@media only screen and (max-device-width: 767px) {

    #ios7 {
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1000;
    }

    #ios7 #box {
        width: 86%;
        height: 43%;
        margin: 2%;
        border: solid 1px white;
        border-radius: 5px;
        text-align: left;
        padding: 5%;
        overflow: hidden;
        display: table;
    }

    #ios7 #box #message {
        font-family: Matterhorn, Arial, Helvetica, sans-serif;
        font-size: 13.8pt;
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
        width: 100%;
        padding-top: 2%;
        height: 100px;
    }

    #ios7 #icon {
        float: left;
        margin: 3% 4%;
    }

    #ios7 #add-button {
        float: right;
        margin: 3% 4% 3% 0;
    }

    #ios7 #close-button {
        position: absolute;
        right: 17px;
        top: 18px;
    }

    #ios7 #options-button {
        position: relative;
        top: 2px;
        margin-top: -2px;
    }

    #ios7 #arrow {
        margin-left: 48%;
    }

}

@media only screen and (orientation: portrait) and (max-device-width: 767px) {

    #ios7 #box {
        height: 90%;
        text-align: center;
    }

    #ios7 #icon {
        margin: -100% 40% 0%;
        top: -10%;
        float: none;
        clear: both;
    }
    
    #ios7 #add-button {
        margin: 30% 40% -60%;
        float: none;
        clear: both;
    }

    #ios7 #arrow {
        margin-left: 48%;
    }
}

/* End iOS 7 CSS */
