/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;width:100%;height:100%}
html,button,input,select,textarea{font-family:'Helvetica', sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/* ==========================================================================
    Project Styles
   ========================================================================== */


   html,body {
       overflow-x:hidden;
   }

   ::selection {
   background: #000;
   color: #fff;
   text-shadow: none;
   }
   
   .cnt {
       width:1120px;
       margin:0px auto;
   }
   
   header {
       height:68px;
       padding:70px 0;
   }


   header h1 {
       width:237px;
       height:68px;
       background:url('http://www.apraximations.com/assets/images/apraximations-logo1.png') center center no-repeat;
       background-size:100%;
       float:left;
       margin:0 35px 0 0 ;
   }
   
   header h2 {
       color:#b2b2b2;
       font-weight:300;
       letter-spacing:-1px;
       margin: 29px 0;
       display: inline-block;
       font-size: 25px;
   }
   
   a.app-store-badge,a.app-store-badge img {
       float:right;
       margin-top:3px;
       text-decoration:none;
       font-weight:bold;
       color:#484848;
   }
   
   a.app-store-badge span {
       display: block;
       text-align: center;
       clear: both;
       position: relative;
       top: 7px;
   }
   
   a.app-store-badge span b {
       color:#1b91c8;
   }
   
   a.app-store-badge:hover {
       color:#ccc;
   }
   
   #big-sexy-ipad {
       background: rgb(255,255,255);
       background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 78%, rgba(243,243,243,1) 95%, rgba(241,241,241,1) 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(78%,rgba(255,255,255,1)), color-stop(95%,rgba(243,243,243,1)), color-stop(100%,rgba(241,241,241,1)));
       background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
       background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
       background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
       background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
       border-bottom:solid 1px #d4d4d4;
   }
   
   #big-sexy-ipad img
   {
       margin: -5px auto -80px auto;
       position:relative;
       left:-10px;
       
   }


   #features {
       color:#484848;
       margin-top:140px;
       background: rgb(255,255,255);
         background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 78%, rgba(243,243,243,1) 95%, rgba(241,241,241,1) 100%);
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(78%,rgba(255,255,255,1)), color-stop(95%,rgba(243,243,243,1)), color-stop(100%,rgba(241,241,241,1)));
         background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
         background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
         background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
         background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(243,243,243,1) 95%,rgba(241,241,241,1) 100%);
         border-bottom:solid 1px #d4d4d4;
   }
   
   #features h2 {
       font-size:32px;
       margin:0 0 37px 0;
       line-height:0;
       letter-spacing:-1px;
   }
   
   #features p {
       font-size:26px;
       font-weight:300;
       line-height:35px;
       letter-spacing:-1px;
   }
   
   .f-l {
       float:left;
       position:relative;
       left: -220px;
       margin-right: -220px;
   }
   
   .f-r {
          float:right;
          position:relative;
          right: -220px;
          margin-left: -220px;
      }
   
   .col-r {
       margin: 128px 0 0 0;
       float: right;
       width: 590px;
       position: relative;
       left: -30px
   }
   
   .col-l {
          margin: 155px 0 0 0;
          left: right;
          width: 560px;
          position: relative;
          right: -30px
      }
      
      .col-l a {
          font-weight:bold;
          text-decoration:none;
          color:#484848;
      }
      
      .col-l a:hover {
          color:#999;
      }


      #avatars {
          margin-top:-50px;
          margin-bottom:100px;
      }
      
      #avatars .col-l{
          width: 610px;
      }

     .avatars {
         float:right;
         margin: 114px 20px 0 0;
     }
     
     .avatars img {
         margin:0 0 0 20px;
         
     }
     
     footer {
         padding:40px 0;
     }
     
     footer img {
         opacity:0.4;
         float:left;
         margin:0 40px 0 0;
     }
     
     
     footer a {
         color:#484848;
         font-weight:bold;
         text-decoration:none;
         margin:0 50px 0 0;
         line-height:29px;
     }
     
     footer a:hover
     {
         color:#000;
     }
     
     footer b.copy {
         float:right;
         color:#ccc;
         line-height:29px;
     }
     
     /*
        Animate.css - http://daneden.me/animate
        LICENSED UNDER THE  MIT LICENSE (MIT)

        Copyright (c) 2012 Dan Eden

        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        */

        .animated {
        	-webkit-animation-duration: 1s;
        	   -moz-animation-duration: 1s;
        	    -ms-animation-duration: 1s;
        	        animation-duration: 1s;
        	-webkit-animation-fill-mode: both;
        	   -moz-animation-fill-mode: both;
        	    -ms-animation-fill-mode: both;
        	        animation-fill-mode: both;
        }

        @-webkit-keyframes fadeIn {
        	0% {opacity: 0;}	
        	100% {opacity: 1;}
        }

        @-moz-keyframes fadeIn {
        	0% {opacity: 0;}	
        	100% {opacity: 1;}
        }

        @-ms-keyframes fadeIn {
        	0% {opacity: 0;}	
        	100% {opacity: 1;}
        }

        @keyframes fadeIn {
        	0% {opacity: 0;}	
        	100% {opacity: 1;}
        }

        .fadeIn {
        	-webkit-animation-name: fadeIn;
        	-moz-animation-name: fadeIn;
        	-ms-animation-name: fadeIn;
        	-o-animation-name: fadeIn;
        	animation-name: fadeIn;
        	-webkit-animation-delay: 0.8s;
        	-moz-animation-delay: 0.8s;
        }


        @-webkit-keyframes fadeInDown {
        	0% {
        		opacity: 0;
        		-webkit-transform: translateY(-20px);
        	}

        	100% {
        		opacity: 1;
        		-webkit-transform: translateY(0);
        	}
        }

        @-moz-keyframes fadeInDown {
        	0% {
        		opacity: 0;
        		-moz-transform: translateY(-20px);
        	}

        	100% {
        		opacity: 1;
        		-moz-transform: translateY(0);
        	}
        }

        @-ms-keyframes fadeInDown {
        	0% {
        		opacity: 0;
        		-ms-transform: translateY(-20px);
        	}

        	100% {
        		opacity: 1;
        		-ms-transform: translateY(0);
        	}
        }


        @keyframes fadeInDown {
        	0% {
        		opacity: 0;
        		transform: translateY(-20px);
        	}

        	100% {
        		opacity: 1;
        		transform: translateY(0);
        	}
        }

        .fadeInDown {
        	-webkit-animation-name: fadeInDown;
        	-moz-animation-name: fadeInDown;
        	-ms-animation-name: fadeInDown;
        	animation-name: fadeInDown;
        }

     


/* ==========================================================================
   Media Queries
   ========================================================================== */

   
   /* iPads (portrait and landscape) ----------- */
   @media only screen and (min-width : 500px) and (max-width : 1024px) {
   
   .cnt {
       width:700px;
   }
   
   header {
       padding: 41px 0 70px 0;
   }
   
   header h1 {
       float:none;
   }
   
   header h2 {
       font-size:18px;
       margin-top:10px;
   }
   
   a.app-store-badge {
       margin-top: -65px;
   }
   
   #big-sexy-ipad img {
   margin: -5px auto -60px auto;
   left: -170px;
   }
   
   .f-l,.f-r {
       width: 430px;
       height:auto;
   }
   
   .f-l {
       left: -150px;
   }
   
   .col-r {
       margin: 72px 0 0 0;
       width: 400px;
       left: 20px;
   }
   
   #features p {
   font-size: 20px;
   line-height: 29px
   }
   
   #features h2 {
   font-size: 28px
   }
   
   .col-l {
   margin: 102px 0 0 0;
   width: 380px;
   right: -10px;
   }
   
   .f-r {
   right: -160px;
   }
   
   #features {
   margin-top: 90px;
   }
   
   .avatars{
       margin-right:0;
   }
   
   .avatars img{
       width:100px;
       height:auto;
   }
   
   
   footer a {
       margin: 0 40px 0 0;
   }
   

   
   }


   /* Smartphones (portrait and landscape) ----------- */
   @media only screen and (min-width : 0px) and (max-width : 495px) {
       
       .cnt {
              width:300px;
              text-align:center;
          }
          
          #big-sexy-ipad img 
          {
              width:110%;
              height:auto;
              left:-18px;
              margin:75px 0 -25px 0;
          }
          
          header {
              padding:20px 0;
          }
          
          header h1 {
              float:none;
              margin:0px auto;
          }
          
          header h2{
              font-size: 18px;
              text-align: center;
              margin-top: 15px;
          }
          
          a.app-store-badge 
          {
              display:none;
          }
          
          #features {
              display:none;
          }
          
          footer img {
              display:none;
              
          }
          
          footer a {
              line-height: 29px;
              font-size: 11px;
              margin: 0 7px;
              position:relative;
              top:10px;
          }
          
          footer b.copy {
              display:none;
          }
   }
   
   
   /* Retina ----------- */
   @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi) {

   }
   
   /*iPhone5 Landscape-----*/
   @media only screen and (min-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
       
   }
   
   /*Pre iPhone-5 (Height)------*/

   @media only screen and (max-device-height : 480px) {

   }

/* ==========================================================================
   Helper classes
   ========================================================================== */
   
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:100%;}
.hidden{display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.cf:before,
.cf:after{content:" ";display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}