/**
* CUSTOM STYLE
*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}
a {
    color: #fff;
}
a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}
a, a:hover,
button, button:hover {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.crossfade {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.browserupgrade {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    margin: 0;
}
.browserupgrade a {
    color: #a94442;
}
.wrapper {
    position: relative;
}
#pixieTop,
#pixieBottom {
    position: absolute;
    top: 0;
}
.img-responsive {
    margin: 0 auto;
}
/**
* MENU
*/
.menu {
    text-align: center;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul li {
    display: inline-block;
    margin: 0 20px;
    /*border-right: 1px solid #fff;*/
}
.menu ul li a {
    color: #ccc;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}
.menu ul li a:hover {
    color: #fff;
}
#menuTop {
    position:fixed;
    height: 50px;
    display:block;
    width: 100%;
    background: #fff;
    z-index:9;
    text-align:center;
    color: #333;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #ddd;
}
#menuTop {
    top: -50px;
}
#menuTop ul li.active {
    border-bottom: 1px solid #000;
}
#menuTop ul li.active a {
    color: #000;
}
#menuTop ul li a {
    color: #777;
}
#menuTop ul li a:hover {
    color: #000;
}
#menuMobile {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0px;
}
#menuMobile .navbar {
    font-family: 'Lato';
    font-size: 0.9em;
    text-transform: uppercase;
    background: url('../img/bg.png');
    border:none;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    margin: 0px;
}
#menuMobile .navbar .navbar-brand {
    font-weight: 300;
    color: #ccc;
}
#menuMobile .navbar .navbar-brand:hover {
    color: #fff;
}
#menuMobile .navbar .navbar-toggle .icon-bar {
    background-color: #ccc;
}
#menuMobile .navbar .navbar-nav>li>a {
    color: #ccc;
}
#menuMobile .navbar .navbar-nav>li>a:hover {
    color: #fff;
}

.bgs {
    position: absolute;
    right: -600px;
    top: 0;
}
.title,
.subtitle {
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.title {
    color: #555;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
}

/**
* HOME
*/
.home {
    background: url('../img/bg.png');
    position: relative;
    padding: 0px !important;
}
.home .title {
    color: #f3f3f3;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home .subtitle {
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/**
* ABOUT
*/
.about {
    font-size: 1.1em;
    text-align: justify;
}
.about p {
    margin-bottom: 20px;
}
.about .profile-img {
    cursor: pointer;
    margin-bottom: 30px;
    opacity: 0.8;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.about .profile-img img {
    border: 1px solid #999;
    border-radius: 50%;
}
.about .profile-img:hover {
    opacity: 1;
}
.about .cv,
.about .now {
    color: #333;
    text-decoration: underline;
}

/**
* SERVICES
*/
.services .service {
    text-align: center;
    padding: 0px 20px;
}
.services .service .icon {
    cursor: pointer;
    max-width: 130px;
    border-radius: 50% 50%;
    border: 1px solid #999;
    display: inline-block;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    opacity: 0.7;
}
.services .service .icon:hover {
    border-color: #444;
    opacity: 1;
}
.services .service .icon img {
    margin: 0 auto;
}
.services .service .name {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.services .service .description {
    margin-bottom: 15px;
    text-align: justify;
}
.services .service .skills {
    text-align: left;
}

/**
* WORK
*/
.work .description {
    margin-bottom: 20px;
    text-align: justify;
}
.work .item {
    cursor: pointer;
    color: #000;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,.3);
    border: 6px solid #fff;
    /*border-bottom: none;*/
    /*padding: 6px 6px 0px 6px;*/
    box-sizing: border-box;
    /*-webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .3s ease-in-out;*/
}
.work .item:hover {
    box-shadow: 0px 4px 8px 4px rgba(0,0,0,.3);
    -webkit-filter: grayscale(0%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
    /*margin-top: -10px;*/
}
.work .item span {
    display: block;
    margin: 8px 0px 2px 0px;
}
.work .contact {
    color: #333;
    text-decoration: underline;
}


/**
* CLIENT
*/
.clients .row {
    margin-bottom: 50px;
}
.clients .client {
    text-align: center;
    padding: 0px 5px;
}
.clients .client .image {
    margin-bottom: 10px;
}
.clients .client .image img {
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 150px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    opacity: 0.8;
}
.clients .client .image img:hover {
    border-color: #444;
    opacity: 1;
}
.clients .client .name {
    font-weight: 700;

    font-size: 1.1em;
}
.clients .client .role {
    margin-bottom: 10px;
}
.clients .client .testimonial {
    font-style: italic;
}
/**
* CONTACT
*/
.contact input,
.contact input:focus,
.contact textarea,
.contact textarea:focus {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    border-radius: 0px;
    /*border-color: #aaa;*/
    /*border: none;*/
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: none;
}
.contact .title.sub {
    font-size: 24px;
}
.contact form {
    margin-bottom: 8%;
}
.contact form button[type=submit] {
    background: none;
    color: #777;
    border: 2px solid #777;
    margin-top: 10px;
}
.contact form button[type=submit]:hover {
    color: #2A353A;
    border-color: #2A353A;
    background-color: #fff;
}
.contact form input.error,
.contact form textarea.error {
    border: 2px solid #e74c3c;
}
.contact form label.error {
    color: #e74c3c;
    font-weight: 400;
}
.contact .links a {
    color: #999;
    margin: 0 10px;
}
.contact .links a:hover {
    color: #2A353A;
}
.contact #contactMessage {
    display: none;
}

/**
* FOOTER
*/
.footer {
    color: #777;
    padding: 20px 0px !important;
}
.footer .links {
    margin-bottom: 10px;
}
.footer .links a {
    color: #ccc;
    margin: 0 5px;
}
.footer .back-top {
    margin-bottom: 15px;
}
.footer .back-top a {
    color: #777;
}
.footer .back-top a:hover {
    color: #fff;
}
.footer .back-top a .fa {
    margin: 0px 5px;
}
.footer .bottom-menu {
    margin-bottom: 15px;
}
.footer .bottom-menu ul {
    padding: 0;
    list-style: none;
}
.footer .bottom-menu ul li {
    display: inline-block;
    border: 0;
}
.footer .bottom-menu ul li:last-child {
    border-right: none;
}
.footer .bottom-menu ul li a {
    color: #777;
    line-height: 1em;
    padding: 0;
    margin: 0 12px;
}
.footer .bottom-menu ul li a:hover {
    color: #fff;
}

/**
 * MODAL
 */
#galleria {
    width: auto;
    height: 600px;
    background-color: #000;
}

/**
* RESPONSIVE
*/
@media (max-width: 767px) {
    .section {
        padding-top: 12%;
    }
    .section .title {
        font-size: 36px;
    }
    .home .title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .home .subtitle {
        font-size: 16px;
    }
    .about p {
        font-size: 16px;
    }
    .about .profile-img img {
        width: 50%;
    }
    .services .service .icon {
        max-width: 200px;
    }
    .clients .row {
        margin-bottom: 0px;
    }
    .clients .client {
        margin-bottom: 30px;
    }
    .clients .client .image img {
        max-width: 200px;
    }

    #contactForm input[name=email] {
        margin-top: 15px;
    }
    .contact .links a  {
        line-height: 50px;
    }
    .footer.section {
        padding: 15px 0px;
    }
    .footer .bottom-menu ul li {
        margin-top: 10px;
    }
}
