body {
    background: #000;
    text-align: left;
    font-family: Montserrat, Arial, sans-serif;
    color: #fff;
    font-size: 12px;
}

.violet { color: #fff; }

a {
    color: #777777;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:hover { color: #FFD200; text-decoration: none; }

strong { font-weight: bold; }


/* ----- Header ----- */

.barramenu {
    position:fixed;
    z-index: 1;
    opacity: 1;
    top: 0px;
    width:100%;
    background:#000;
}

.header .navbar {
    height: 85px;
    margin-bottom: 0;
    background: #FFD200;
}

.header .navbar-inner {
    background: #FFD200;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 280px;
    height: 63px;
    padding: 10px 0;
    background: url(../img/logo.png) 20px center no-repeat;
}

.header ul.nav {
    font-size: 14px;
    text-transform: uppercase;
}

.header ul.nav li a {
    font-weight: 600;
    padding: 15px 20px 10px 20px;
    color: #5d5d5d;
    text-shadow: none;
}

.header ul.nav li.current-page a {
    padding-top: 25px;
    border-top: 5px solid #fff;
    background: #455560;
}

.header ul.nav li a:hover {
    background: #455560;
    color: #fff;
}

.header ul.nav li a i {
    line-height: 35px;
    color: #aaa;
}

.header ul.nav li a:hover i { color: #fff; }


/* ----- Slider ----- */

.slider {
    margin: 0 auto;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    margin-top: 45px;
    margin-bottom: 55px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}


/* ----- Presentation ----- */

.presentation {
    margin-top: 30px;
}

.presentation h2 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
}

.presentation p {
    font-size: 18px;
    font-style: italic;
}


/* ----- Portfolio ----- */

.portfolio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.portfolio .work {
    margin-top: 0px;
    padding-bottom: 0px;
    background: #FDD200;
}

.portfolio .work:hover img {
    opacity: 0.4;
}

.portfolio .work h4 {
    margin-top: 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio .work p {
    line-height: 24px;
    font-style: italic;
}


/* ----- Footer ----- */

.footer .navbar {
    margin-bottom: 0;
}

.footer .navbar-inner {
    background: #000;
    padding: 20px 0px 20px 0px;
}

.footer h4 {
    text-align: center;
    background: #455560;
    padding: 12px 0px 12px 0px;/* Arriba Derecha Abajo Izquierda */
    font-family: Montserrat, Arial, sans-serif;
    font-size: 20px;
    color: #FFD200;
    text-transform: uppercase;
}

.footer ul.nav {
    font-size: 14px;
    text-transform: uppercase;
}

.footer ul.nav li a {
    padding: 15px 20px 10px 20px;
    color: #5d5d5d;
    text-shadow: none;
}

.footer ul.nav li.current-page a {
    padding-top: 25px;
    border-top: 5px solid #fff;
    background: #f8f8f8;
}

.footer ul.nav li a:hover {
    background: #fff;
    color: #fff;
}

.footer ul.nav li a i {
    line-height: 35px;
    color: #aaa;
}

.footer ul.nav li a:hover i {
    color: #fff;
}

footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

footer .social {
    margin-top: 10px;
    text-align: right;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.dribbble { background: url(../img/social-icons/dribbble.png) left bottom no-repeat; }
footer .social a.rss { background: url(../img/social-icons/rss.png) left bottom no-repeat; }
footer .social a.pinterest { background: url(../img/social-icons/pinterest.png) left bottom no-repeat; }
footer .social a.flickr { background: url(../img/social-icons/flickr.png) left bottom no-repeat; }
footer .social a.forrst { background: url(../img/social-icons/forrst.png) left bottom no-repeat; }
footer .social a.vimeo { background: url(../img/social-icons/vimeo.png) left bottom no-repeat; }
footer .social a.linkedin { background: url(../img/social-icons/linkedin.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.email { background: url(../img/social-icons/email.png) left bottom no-repeat; }
footer .social a.github { background: url(../img/social-icons/github.png) left bottom no-repeat; }
footer .social a.behance { background: url(../img/social-icons/behance.png) left bottom no-repeat; }
footer .social a.googleplus { background: url(../img/social-icons/googleplus.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }
footer .social a.skype { background: url(../img/social-icons/skype.png) left bottom no-repeat; }
footer .social a.tumblr { background: url(../img/social-icons/tumblr.png) left bottom no-repeat; }

footer .social a:hover { background-position: left top; }


/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}

/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding: 0px 0;
}

.contact-form p {
    margin-top: 15px;
}

.contact-us form {
    margin-top: 0px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Montserrat, Arial, sans-serif;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    background: #FFD200;
    border: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    color: #455560;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.contact-us form label {
    margin-top: 0px;
    font-size: 13px;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }



/* ----- TITULOS ----- */
.seccion-titulo h1 {
    text-align: left;
    border-bottom: 1px solid #FFD200;
    padding: 100px 0px 20px 0px;/* Arriba Derecha Abajo Izquierda */
    font-family: Montserrat, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #FDD200;
    text-transform: uppercase;
}

/* ----- MUESTRAS ----- */

.seccion-muestras-muestra {
    padding: 40px 0px 40px 0px;
}

.seccion-muestras-text {
    padding: 0px 0px 0px 0px; /* Arriba Derecha Abajo Izquierda */
    text-align: left;
}

.seccion-muestras-text h4 {
    margin-top: 3px;
    padding: 0px 0px 15px 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    color: #FFD200;
    text-transform: uppercase;
}

.seccion-muestras-text p {
    padding: 0px 0px 0px 20px;
    color: #a3a3a3;
    line-height: 20px;
    font-size: 13px;
}

.seccion-muestras-text p strong {
    color: #a3a3a3;
}

/* ----- CRITICAS ----- */

.seccion-criticas {
    padding: 40px 0px 0px 0px;
}

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

.seccion-criticas-text p {
    padding: 0px 70px 0px 0px;
    color: #a3a3a3;
    line-height: 20px;
    font-size: 13px;
}

.seccion-criticas-text p strong {
    color: #fdd200
}

/* ----- AUTOR----- */
.seccion-autor {
    padding: 20px 0px 20px 0px;/* Arriba Derecha Abajo Izquierda */
}

.seccion {
    padding: 0px 20px 0px 0px;/* Arriba Derecha Abajo Izquierda */
}

.seccion-autor h1 {
    text-align: center;
    padding: 12px 0px 12px 0px;/* Arriba Derecha Abajo Izquierda */
    font-family: Montserrat, Arial, sans-serif;
    font-size: 20px;
    color: #455560;
    text-transform: uppercase;
}

.seccion-autor-text {
    color: #a3a3a3;
    padding: 0px 0px 0px 0px; /* Arriba Derecha Abajo Izquierda */
    text-align: left;
}

.seccion-autor-text img {
    padding: 15px 10px 0px 0px; /* Arriba Derecha Abajo Izquierda */
}

.seccion-autor-text h4 {
    margin-top: 15px;
    padding: 0 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    color: #455560;
    text-transform: uppercase;
}

.seccion-autor-text p {
    padding: 40px 0px 0px 0px;
    line-height: 20px;
    font-size: 15px;
}

/********** ----- PORTFOLIO PAGE ----- **********/

.portfolio-page {
    background: #000;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.portfolio-page h4.filter-portfolio {
    margin-top: 35px;
    padding: 0 20px;
    font-family: 'Droid Sans', Montserrat, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
}

.filter-portfolio a { color: #5d5d5d; text-decoration: none; }
.filter-portfolio a:hover { color: #fff; text-decoration: none; }

.filter-portfolio a#active-imgs { color: #fff; }
.filter-portfolio a#active-imgs:hover { color: #5d5d5d; }




/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

    .flex-caption {
        max-width: 700px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .header ul.nav li a {
        padding: 15px 8px 15px 8px;/* Arriba Derecha Abajo Izquierda */
        font-size: 11px;
    }

    .flex-caption {
        max-width: 500px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .slider, .what-we-do, .portfolio {
        padding: 0 0px;
    }

    .what-we-do {
        margin-top: 30px;
    }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .flex-caption {
        display: none;
    }

    .presentation, footer, .testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }

    .presentation p {
        line-height: 30px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}