@font-face
{
    font-family: 'rooneysans';
    src: url('rooneysans.woff') format('woff');
}
@font-face
{
    font-family: 'rooneysans';
    src: url('rooneysansbold.woff') format('woff');
    font-weight: 700;
}
@font-face
{
    font-family: 'rooneysans';
    src: url('rooneysansmedium.woff') format('woff');
    font-weight: 500;
}
body
{
    margin: 0px;
}
#body_wrapper
{
    background: rgb(138,200,252); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,201,255,1) 0%, rgba(0,178,255,1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,201,255,1)), color-stop(50%,rgba(0,178,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,201,255,1) 0%,rgba(0,178,255,1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,201,255,1) 0%,rgba(0,178,255) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,201,255,1) 0%,rgba(0,178,255,1) 50%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,201,255,1) 0%,rgba(0,178,255,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CC9FF', endColorstr='#00B2FF',GradientType=0 ); /* IE6-9 */
    display:none;
}
#header_buttons
{
    position: fixed;
    width: 100%;
    background-color: white;
    height: 46px;
    line-height: 46px;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header_buttons_container
{
    width: 92.3%;
    max-width: 960px;
    margin: auto;
}
.header_button_div
{
    margin-right: 49px;
    display: inline;
    padding: 2px;
}
.header_button_div:hover
{
    border-bottom: 2px solid rgb(50,50,50);   
}
.header_button
{
    font-family: 'rooneysans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: rgb(50,50,50);
    text-decoration: none;
    line-height: 25px;
}
.header_button_right_div
{
    width: 25px;
    height: 25px;
    float: right;
    padding: 0 !important;
    margin-top: 7px;
    right: 65px;
    position: relative;
    margin-right: 40px;
}
.header_button_right_div:hover
{
    border-bottom: none !important;  
}
.header_button_right
{
    width: 23px !important;
    height: 23px !important;
    line-height: 0px;
}
.social_image
{
    width: 23px;
    height: 23px;
}
#twitter_header_button_right_div
{
    margin-top: 5px;
}
#twitter_logo
{
    width: 38px;
    height: 38px;
}
#center_div
{
    position: absolute;
    margin-top: 46px;
    width: 100%;
}
#center_left_div
{
    position: absolute;
    height: 100%;
}
#phone_graphic
{
    height: 430px;
    float: right;
    padding-right: 100px;
}
#phone_graphic_image
{
    height: 100%;
}
#center_right_div
{
    position: absolute;
    height: 100%;
}
#logo_div
{
    height: 85px;
    margin-left: 20px;
}
#logo
{
    height: 100%;
    width: 362.33px;
}
#a_video_mag_text
{
    font-family: 'rooneysans';
    font-style: normal;
    font-weight: 500;
    font-size: 27.5px;
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-shadow: 0px 0px 3px #999999;
}
#download_now_text
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 24px;
    color: white;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-shadow: 0px 0px 3px #999999;
}
#apple_badge_div
{
    position: absolute;
    text-align: center;
    margin-left: 20px;
    margin-top: -20px;
}
#apple_badge
{
    width: 208px;
    height: 104px;
}

#footer
{
    position: absolute;
    width: 100%;
    height: 46px;
    background-color: #262626;    
}

#footer_buttons_container
{
    width: 92.3%;
    max-width: 960px;
    margin: auto;
    padding-top: 15px;
}

.footer_button
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 14px;
    color: white;
    text-decoration: none;
    display: inline;
    padding-right: 30px;
}
#whole_container_div
{
    margin-left: auto;
    margin-right: auto;
    width: 92.30769%;
    max-width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
#container_left_div
{
    float: left;
    width: 40%;
    top: 30px;
    position: relative;
}
#container_right_div
{
    float: left;
    text-align: right;
    width: 60%;
}
#about_text
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 16px;
    color: white;
    text-decoration: none;
    
    line-height: 22px;
    font-family: Avenir Next,Helvetica Neue,Arial,Helvetica,sans-serif;
    text-shadow: 0px 0px 3px #999999;
    
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga','kern';
}
#logo_about_div
{
    width: 298.39px;
    height: 86px;
}
#logo_about
{
    height: 67px;
}
#image_about_div
{
    
}
#image_about
{
    height: 404px;
}
#body_mob
{
    position: fixed;
    background: rgb(138,200,252); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,201,255,1) 0%, rgba(0,178,255,1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,201,255,1)), color-stop(50%,rgba(0,178,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,201,255,1) 0%,rgba(0,178,255,1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,201,255,1) 0%,rgba(0,178,255) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,201,255,1) 0%,rgba(0,178,255,1) 50%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,201,255,1) 0%,rgba(0,178,255,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CC9FF', endColorstr='#00B2FF',GradientType=0 ); /* IE6-9 */
    display:none;
}
#logo_div_wrapper_mob
{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);   
}
#logo_div_mob
{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#logo_mob
{
    display: block;
    margin: auto;
}
#phone_graphic_mob
{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    
    height: 50%;
}
#phone_graphic_image_mob
{
    height: 100%;
    display: block;
    margin: auto;
}
#download_now_div_mob
{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#download_now_mob
{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#download_now_text_mob
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 24px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px #999999;
    width: 100%;
}
.download_now_text_mob_c
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 50px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px #999999;
    width: 100%;
    line-height: 90%;
}
#apple_badge_div_mob
{
    text-align: center;
    margin-top: -20px;
}
#apple_badge_div_mob_c
{
    text-align: center;
    margin-top: 50px;
}
#card_frame_mob
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
    height: 50%;
}
#card_frame_image_mob
{
    display: block;
    margin: auto;
    border-radius: 35px;
}
#card_title_mob
{
    position: relative;
    left: 50%;
    margin-bottom: 45px;
    transform: translateX(-50%);
}
#card_title_text_mob
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 40px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px #999999;
    width: 100%;
}
#logo_div_wrapper_mob_c
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 450px;
}
#logo_div_mob_c
{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#play_image_mob
{
    display: block;
    margin: auto;    
}
#logo_div_w
{
    height: 85px;
    margin-left: 100px;
    margin-top: 55px;
}
#a_video_mag_text_w
{
    font-family: 'rooneysans';
    font-style: normal;
    font-weight: 500;
    font-size: 27.5px;
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 100px;
    text-shadow: 0px 0px 3px #999999;
    width: 362px;
}
#card_title_w
{
    display: block;
    margin: auto;
    width: 373px;
    margin-left: 100px;
    margin-bottom: 10px;
    margin-top: 30px;
}
#card_title_text_w
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px #999999;
    width: 100%;
}
#card_frame_w
{
    height: 210px;
    display: block;
    margin: auto;
    margin-left: 100px;
}
#card_frame_image_w
{
    border-radius: 15px;
    height: 210px;
}
#play_image_w
{
    display: block;
    margin: auto;
    margin-top: -145px;
    height: 60px;
    margin-left: 170px;
}
#download_now_div_w
{
    display: block;
    margin: auto;
    width: 373px;
    margin-left: 100px;
}
#download_now_w
{
    
}
.download_now_text_w
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 25px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px #999999;
    width: 100%;
    line-height: 150%;
}
#download_now_text_w
{
    font-family: 'rooneysans';
    font-style: normal;
    font-size: 24px;
    color: white;
    text-align: center;
    text-shadow: 0px 0px 3px #999999;
    display: block;
    margin: auto;
    width: 373px;
    margin-left: 100px;
    width: 362px;
}
#apple_badge_div_w
{
    position: absolute;
    text-align: center;
    display: block;
    margin: auto;
    margin-left: 100px;
    width: 362px;
}
#big
{
    
}