/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

a{
    text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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


/* ==========================================================================
   Fonts
   ========================================================================== */


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

}




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

}




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

}


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

}




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

}




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

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a {
color: #009bdc;
}

.address{
    font-family: 'ars_maquette_promedium';
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    padding: 25px 0 12px 0;
    color: #474747;
}

.arrow{
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    max-width: 55px;
    width: 50px;
    height: 50px;
    text-indent: -9999;
}

.blacktop{
    height: 5px;
    width: 100%;
    background-color: #000;
}

.contactofooter{
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.contactofooter li{
    display: inline;
    padding: 15px;
}

.contactofooter a{
    color: #dddddd;
    -webkit-transition-property:color, text;
    -webkit-transition-duration: 0.25s, 0.25s;
    -webkit-transition-timing-function: linear, ease-out;
    -moz-transition-property:color, text;
    -moz-transition-duration:0.25s;
    -moz-transition-timing-function: linear, ease-out;

    -o-transition-property:color, text;
    -o-transition-duration:0.25s;
    -o-transition-timing-function: linear, ease-out;
}

.contactofooter a:hover{
    color: #f48220;
}

.container{
    width: 100%;
    margin: 0 auto;
}

.contactus{
    color: #8c8c8c;
    font-family: 'proxima_novalight';
    font-size: 33px;
    margin: 0 auto;
    margin-top: 170px;
    margin-bottom: 65px;
    max-width: 900px;
    text-align: center;

}

.clientes{
    color: #8c8c8c;
    font-family: 'proxima_novalight';
    font-size: 33px;
    margin: 0 auto;
    margin-top: 130px;
    max-width: 900px;
    text-align: center;
}

#contenidoprincipal{
    display: block;
}

.facebook{
    background:url(../img/facebook.png);
    height: 28px;
    width: 28px;
    position: absolute;
    text-indent:-9999px;
}

.fancy {
    position: fixed !important;
    margin-top: 0 !important;
    z-index: 100 !important;
    top: 0;
    box-shadow: 0 0 12px 0 #444;
    width: 100%;
}

footer{
    background-color: #373737;
    display: block;
    height: 185px;
    width: 100%;
}

.footercontainer{
    margin: 0 auto;
    max-width: 1000px;font-family: "ars_maquette_promedium";
}

.headertop{
    height: 55px;
    margin: 0 auto;
    max-width: 1000px;
}

#header-wrap{
    display: block;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 3px #888888;
    -moz-box-shadow: 0px 0px 3px #888888;
    -webkit-box-shadow: 0px 0px 3px #888888;
}

.legal{
    list-style: none;
    margin: 0 auto;
    font-size: 0.6em;
    font-family: 'proxima_novalight';
    color: #727272;
    text-align: center;
    padding: 15px;
}

.logo{
    background:url(../img/logo-neopixel-projects.png);
    height:32px;
    margin-left: 25px;
    margin-top: 14px;
    position:absolute;
    text-indent:-9999px;
    width:155px;
    background-size: 100%;
}

.logosclientes{
    max-width: 900px; 
    display: block;
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
}

.logosclientes li{
    display: inline;
    padding-left: 25px;
}

.map{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.mapa{
    margin: 0 auto;
    background: url(../img/mapa.jpg);
    background-position: center;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.menu {
    position: relative;
    right: 60px;
    top: 3px;
    font-family: "ars_maquette_promedium";
    float: right;
    font-size: 0.9em;
}

.menu a{
    color: #3a3a3a;
    -webkit-transition-property:color, text;
    -webkit-transition-duration: 0.25s, 0.25s;
    -webkit-transition-timing-function: linear, ease-out;
    -moz-transition-property:color, text;
    -moz-transition-duration:0.25s;
    -moz-transition-timing-function: linear, ease-out;

    -o-transition-property:color, text;
    -o-transition-duration:0.25s;
    -o-transition-timing-function: linear, ease-out;
}

.menu a:hover{
    color: #f48220;
}

.menuprincipal li{
    display: inline;
    padding: 15px;
}

.menu ul{
    float: left;
    list-style: none;
 }

.redesociales{
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    padding: 0;
 }

 .redesociales li{
    display: inline;
    padding: 21px;
 }

 .redesociales a{
    color: #dddddd;
 }

 .pin{
    margin: 0 auto;
    background: url(../img/pin.png);
    width: 26px;
    height: 34px;
    position: absolute;
}

.texto{
    color: #767676;
    font-family: 'proxima_novalight';
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.mail{
    color: #009bdc !important; 
    font-family: 'proxima_novalight';
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

#proyectos{
    height: 55px;
}

.slidercontainer{
    margin-top: 60px;
}

.slidedescription{
    font-family: 'proxima_nova_rgbold'!important; /*;'proxima_novalight'*/
    text-align: center;
    text-transform: uppercase;
    width: 375px;
}

.telefono{
    background-image: url(../img/telefono.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    width: 15px;
    height: 14px;
}

.textoprincipal{
    color: #8c8c8c;
    font-family: 'proxima_novalight';
    font-size: 33px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 20px;
    max-width: 900px;
    text-align: center;
}

.twitter{
    background:url(../img/twitter.png);
    height: 28px;
    width: 28px;
    position: absolute;
    text-indent:-9999px;
}


/* ==========================================================================
   Masonry Styles
   ========================================================================== */















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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

.ipadmagazineback{
    background: url("../img/neopixel-ipad-01.jpg") no-repeat fixed;
    width: 100%;
    height: 720px;
    overflow: visible;
    max-height: 720px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 0;
    position: relative;
    background-position-y:40px;

}

.worldcupback{
    background: url("../img/worldcup-ipad-01.jpg") no-repeat fixed;
    width: 100%;
    height: 720px;
    overflow: visible;
    max-height: 720px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 0;
    position: relative;
    background-position-y:40px;

}

.containerprincipal{
    max-width: 980px;
    margin: 0 auto;
    margin-left: 10%;
}

.ipadtitulo{
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    top:130px;
    position: absolute;
    font-size: 45px;
    width: 550px;
    line-height: 50px;
}

.subtitulos{
    font-family: 'proxima_novalight';
    color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    top:290px;
    position: absolute;
    font-size: 17px;
    width: 550px;
    line-height: 23px;
}

.textoprincipalipad{
    color: #000;
    font-family: 'proxima_novalight';
    font-size: 23px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20px;
    max-width: 900px;
    text-align: center;
}

.arrowneopixel{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 55px;
    width: 50px;
    height: 50px;
    text-indent: -9999;
    position: absolute;
    top: 350px;
    margin-left: 15%;
}

.appstoreavailable{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 55px;
    width: 50px;
    height: 50px;
    text-indent: -9999;
    position: absolute;
    top: 500px;
    margin-left: 12%;
}

.doscolumnas{
    margin: 0 auto;
    max-width: 800px;
    margin-top: 120px;
    padding-bottom: 130px;
}

.imagenipad{
    float: left;
    padding-right: 40px;
}