/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,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%}html,button,input,select,textarea{font-family: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:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}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,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html 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}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a, a:hover, a:visited{
  text-decoration: none;                                    
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  font-weight: lighter;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    width: 100%;
}
body{
  background-color: #f0f0f0;
  color: #262626;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body > section{
    width: 100%;
}

h1{
  font-size: 60px;
  text-transform: uppercase;
  margin: 55px 0;
  font-family: "Museo_Sans";
  font-weight: 100;			
  line-height: 75px;	
}

.center{
  width: 1180px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.bg-dark{
  background-color: #262626;
  color: #FFF;
}
.bg-white{
    background-color: #FFF;
}

.float--right{
  float: right;
}
.float--left{
  float: left;
}

.text--left{
    text-align: left;
}

.clear{ clear: both; }

.nav--inline{ margin: 0; }
.nav--inline li{ display: inline-block; }
.nav--inline li a{ display: block; padding: 0 20px; }

.nav--tab{
    width: 1180px;
    margin: 0 auto;
    display: table;
}
.nav--tab a{
    width: 33%;
    display: table-cell;
    text-align: center;
    line-height: 75px;
    color: #FFF;
    border-left: 1px dotted #333;
    text-transform: uppercase;
}
.nav--tab a:hover{
    background-color: #171717;
}
.nav--tab a:first-child {
    border: none;
}

/*BTN*/
.btn{
  padding: 15px 30px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  font-family: "Museo_Sans";
  font-weight: 700;						
}
.btn--white{
  background-color: #FFF;
  color: #17aa9f;
}
.btn--white:hover{
  color: #0c837b;	
}
.btn--red{
  background-color: #f85d5d;
  color: #FFF;
}
.btn--red:hover{
  color: #ffdbdb;
}
.btn--black{
  background-color: #262626;
  color: #FFF;
}
.btn--black:hover{
    color: #D9D9D9;
}

/*TITLE*/
.head h2{ font-size: 30px; margin-bottom: 30px; font-family: "Museo_Sans";	font-weight: 700; text-transform: uppercase;	 }
.head h3{ font-size: 17px; margin-bottom: 80px; }


/*FIGURE*/
.figure{
  width: 365px;
  height: 480px;
  overflow: hidden;
  float: left;
  background-color: #FFF;
  border-radius: 4px;
  margin-left: 42px;
}
.g > .figure:first-child{
  margin: 0;
}
.figure img{
  margin-bottom: 30px;
}
.figure figcaption{
  font-size: 20px;
  font-weight: bold;
}
.figure p{
  font-size: 13px;
  line-height: 19px;
  text-align: left;
  padding: 0 20px;
}
.figure figcaption strong {
font-size: 23px;
font-weight: 900;
}

/*PUSH PRINCING*/
.pricing{
    width: 565px;
    height: 630px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
    float: left;
    margin-bottom: 50px;
}
.pricing:first-child{
    margin-right: 50px;
}
.pricing p{
    margin: 0 0 10px;
}
.pricing .type{
    background-color: #262626;
    color: #FFF;
    margin: 0;
    font-size: 35px;
    line-height: 110px;
    font-family: "Museo_Sans";	
    font-weight: 100;	
}
.pricing .price{
    background-color: #27c1b6;
    color: #FFF;
    height: 140px;
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Museo_Sans";
}
.pricing .price p{
    float: left;
    width: 25%;    
    padding: 45px 10% 0;
    line-height: 24px;
    font-weight: 700;
}
.pricing .price .plus{
    font-size: 17px;
    width: 10%;
    padding: 55px 0 0;
}
.pricing .price .plus span{
    font-size: 20px;
    font-weight: bold;
    background-color:#0b6356 ;
    color: #FFF;
    padding: 12Px 20px;
    border-radius: 190px;
}
.pricing .price span{
    font-size: 17px;
    font-weight: normal;
}
.pricing .price sup{ font-size: 30px; top: -1em; }

.pricing .details{
    line-height: 25px;
    margin-bottom: 35px;
}
.pricing .sep{
    border: 2px solid #27c1b6;
    color: #FFF;
    border-radius: 15px;
    padding: 3px 10px;
    position: relative;
    background-color: #27c1b6;	    
    text-transform: uppercase;    
    font-size: 13px;
}
.pricing .sep:before{
    content: '';
    display: inline-block;
    width: 142px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 15px;
    left: -150px;
}
.pricing .sep:after{
    content: '';
    display: inline-block;
    width: 142px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 15px;
    right: -150px;
}

.pricing form{ margin-top: 20px;  }
.pricing label{
    font-size: 13px;
    margin-right: 20px;
}
.pricing input[type="text"]{
   background-color: #def9f7;	   
   font-size: 13px;						
   height: 25px;	
   width: 40px;
   line-height: 25px;
   padding-left: 10px;
   border: none;
}
.pricing .total{
    margin-bottom: 50px;
}
.pricing .total strong{
    font-size: 30px;
    font-family: "Museo_Sans";
}
.pricing .total sup{ font-weight: bold; top: -1em; font-family: "Museo_Sans"; }

.pricing .btn{
    width: 90%;
    margin: 0 5%;
}

.feature{
    text-align: left;
}
.feature img{  margin-right: 20px; margin-bottom: 20px; 
     -webkit-animation: 'fade-right' 0.7s ease-in-out 0;
     -moz-animation: 'fade-right' 0.7s ease-in-out 0;
     animation: 'fade-right' 0.7s ease-in-out 0;
     position: relative;
 }
.feature img.float--right{ margin: 0 0 20px 20px;}
.feature p{  margin: 10px 0 0;}
.feature p.feature-push{
    margin-top: 100px;
    margin-bottom: 30px;
}
.feature p + p{ font-size: 13px;    
}

.col2 article{
    width: 45%;
    float: left;
}
.col2 article:first-child{
    margin-right: 10%;
}

header{
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  line-height: 80px;
  text-transform: uppercase;
}
header a{
  color: #737373;
  font-size: 14px;
    font-weight: bold;
}
header .logo{
  position: absolute;
  top: 0;
  left: 0;
}
footer{
  text-align: center;
  height: 75px;
  width: 100%;
  line-height: 75px;
  font-size: 11px;
  background-color: #FFF;
}
footer a{
  color: #9f9f9f;
}

section > .center{
  padding: 80px 0;
}


#push-home{
  color: #FFF;
  text-align: center;
  height: 980px;
  width: 100%;
  overflow: hidden;
  background: url('../img/bg.jpg') no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid #cccccc;	
}
#push-home h2{
  font-size: 27px;
  margin-bottom: 65px;
  font-family: "Museo_Sans";
  font-weight: 500;
}
#push-home hgroup{ 
    -webkit-animation: 'fade-bottom' 0.7s ease-in-out 0;
    -moz-animation: 'fade-bottom' 0.7s ease-in-out 0;
    animation: 'fade-bottom' 0.7s ease-in-out 0;
    position: relative;
}
#push-home p{
  margin-bottom: 70px;
  -webkit-animation: 'fade' 1.4s ease-in-out ;
  -moz-animation: 'fade' 1.4s ease-in-out ;
  animation: 'fade' 1.4s ease-in-out ;
}

#push-home img{
    -webkit-animation: 'fade-top' 0.7s ease-in-out 0;
    -moz-animation: 'fade-top' 0.7s ease-in-out 0;
    animation: 'fade-top' 0.7s ease-in-out 0;
    position: relative;
}

.push-page{
    text-align: center;
    color: #FFF;
    height: 200px;
    width: 100%;
    overflow: hidden;
    background: url('../img/bg-small.jpg') no-repeat center center;
    background-size: cover;
}
.push-page h1{
    font-size: 45px;
    margin: 30px 0;
    -webkit-animation: 'fade-bottom' 0.7s ease-in-out 0;
    -moz-animation: 'fade-bottom' 0.7s ease-in-out 0;
    animation: 'fade-bottom' 0.7s ease-in-out 0;
    position: relative;
}

/*ANNIMATION*/

@-moz-keyframes 'fade-top' {
    0%{ opacity: 0; top: 50px; }
    100%{ opacity: 1; top: 0px; }
}
@-webkit-keyframes 'fade-top' {
    0%{ opacity: 0; top: 50px; }
    100%{ opacity: 1; top: 0px; }
}
@keyframes 'fade-top' {
    0%{ opacity: 0; top: 50px; }
    100%{ opacity: 1; top: 0px; }
}

@-moz-keyframes 'fade-bottom' {
    0%{ opacity: 0; bottom: 50px; }
    100%{ opacity: 1; bottom: 0px; }
}
@-webkit-keyframes 'fade-bottom' {
    0%{ opacity: 0; bottom: 50px; }
    100%{ opacity: 1; bottom: 0px; }
}
@keyframes 'fade-bottom' {
    0%{ opacity: 0; bottom: 50px; }
    100%{ opacity: 1; bottom: 0px; }
}

@-moz-keyframes 'fade-right' {
    0%{ opacity: 0; right: 50px; }
    100%{ opacity: 1; right: 0px; }
}
@-webkit-keyframes 'fade-right' {
    0%{ opacity: 0; right: 50px; }
    100%{ opacity: 1; right: 0px; }
}
@keyframes 'fade-right' {
    0%{ opacity: 0; right: 50px; }
    100%{ opacity: 1; right: 0px; }
}

@-moz-keyframes 'fade' {
    0%{ opacity: 0; }
    50%{ opacity: 0;    }
    100%{ opacity: 1; }
}
@-webkit-keyframes 'fade' {
    0%{ opacity: 0;  }
    50%{ opacity: 0;    }
    100%{ opacity: 1;  }
}
@keyframes 'fade' {
    0%{ opacity: 0;  }
    50%{ opacity: 0;    }
    100%{ opacity: 1;  }
}

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

@media only screen and (max-width: 960px) {
    .center{  width: 100%;    }
    img{max-width: 100%;    }
    .figure{
        width: 30%;
        margin-left: 3%;
    }
    .g > .figure:first-child{
        margin-left: 3%;
    }
    #push-home{
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .figure{
        width: 100%;
        clear: both;
        margin: 0;
    }
    h1{
        font-size: 20px;
    }
    #push-home h2{
        font-size: 16px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*FONT FACE*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 23, 2013 */



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

}

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

}

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

}

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

}
